diff options
author | Peter Pan(潘卫平) <panweiping3@gmail.com> | 2011-06-08 23:19:05 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-06-10 00:02:19 +0200 |
commit | e357964ee66723d0ced63ac1dbd1db4a6a1d417e (patch) | |
tree | 2120ef662eab22ad067ede5ab2fc4748c6895a1b /drivers/net/bonding/bonding.h | |
parent | bonding: delete unused ad_timer (diff) | |
download | linux-e357964ee66723d0ced63ac1dbd1db4a6a1d417e.tar.xz linux-e357964ee66723d0ced63ac1dbd1db4a6a1d417e.zip |
bonding: delete unused arp_mon_pt
Now all received packets are handled by bond_handle_frame,
and arp_mon_pt isn't used any more.
Reviewed-by: WANG Cong <xiyou.wangcong@gmail.com>
Signed-off-by: Weiping Pan <panweiping3@gmail.com>
Signed-off-by: Jay Vosburgh <fubar@us.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-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 ea1d005be92d..382903f0562e 100644 --- a/drivers/net/bonding/bonding.h +++ b/drivers/net/bonding/bonding.h @@ -240,7 +240,6 @@ struct bonding { struct bond_params params; struct list_head vlan_list; struct vlan_group *vlgrp; - struct packet_type arp_mon_pt; struct workqueue_struct *wq; struct delayed_work mii_work; struct delayed_work arp_work; |