summaryrefslogtreecommitdiff
path: root/drivers/net/bonding/bonding.h
diff options
context:
space:
mode:
authorJiri Pirko <jpirko@redhat.com>2011-08-16 03:15:04 (GMT)
committerDavid S. Miller <davem@davemloft.net>2011-08-18 03:17:47 (GMT)
commitd03462b999307ec5c186851ec9c5751bd5a675f7 (patch)
tree500f727d52572ae2e5124cde25823c4d3cedbe55 /drivers/net/bonding/bonding.h
parentf3ba150392c85d8175c454a7190b5fa46a49039e (diff)
downloadlinux-fsl-qoriq-d03462b999307ec5c186851ec9c5751bd5a675f7.tar.xz
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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/bonding/bonding.h b/drivers/net/bonding/bonding.h
index 43526a2..e823366 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;