diff options
author | Jiri Pirko <jpirko@redhat.com> | 2011-08-16 03:15:04 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-08-17 20:17:47 -0700 |
commit | d03462b999307ec5c186851ec9c5751bd5a675f7 (patch) | |
tree | 500f727d52572ae2e5124cde25823c4d3cedbe55 /drivers/net/bonding/bonding.h | |
parent | f3ba150392c85d8175c454a7190b5fa46a49039e (diff) | |
download | linux-d03462b999307ec5c186851ec9c5751bd5a675f7.tar.bz2 |
bonding: use ndo_change_rx_flags callback
Benefit from use of ndo_change_rx_flags in handling change of promisc
and allmulti. No need to store previous state locally.
Signed-off-by: Jiri Pirko <jpirko@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/bonding/bonding.h')
-rw-r--r-- | drivers/net/bonding/bonding.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/bonding/bonding.h b/drivers/net/bonding/bonding.h index 43526a2d275c..e82336615600 100644 --- a/drivers/net/bonding/bonding.h +++ b/drivers/net/bonding/bonding.h @@ -234,7 +234,6 @@ struct bonding { struct netdev_hw_addr_list mc_list; int (*xmit_hash_policy)(struct sk_buff *, int); __be32 master_ip; - u16 flags; u16 rr_tx_counter; struct ad_bond_info ad_info; struct alb_bond_info alb_info; |