team: use function team_port_txable() for determing enabled and up port

Signed-off-by: Jiri Pirko <jpirko@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Jiri Pirko 2012-07-11 05:34:02 +00:00 committed by David S. Miller
parent f0a70e902f
commit 6e88e1357c
3 changed files with 10 additions and 3 deletions

View file

@ -64,6 +64,7 @@ struct team_port {
};
extern bool team_port_enabled(struct team_port *port);
extern bool team_port_txable(struct team_port *port);
struct team_mode_ops {
int (*init)(struct team *team);