projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cc42eb
)
bonding: delete unused arp_mon_pt
author
Peter Pan(潘卫平)
<
[email protected]
>
Wed, 8 Jun 2011 21:19:05 +0000
(21:19 +0000)
committer
David S. Miller
<
[email protected]
>
Thu, 9 Jun 2011 22:02:19 +0000
(15:02 -0700)
Now all received packets are handled by bond_handle_frame,
and arp_mon_pt isn't used any more.
Reviewed-by: WANG Cong <
[email protected]
>
Signed-off-by: Weiping Pan <
[email protected]
>
Signed-off-by: Jay Vosburgh <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
drivers/net/bonding/bonding.h
patch
|
blob
|
history
diff --git
a/drivers/net/bonding/bonding.h
b/drivers/net/bonding/bonding.h
index ea1d005be92d81455e66805179fe928382f27476..382903f0562e52bf6c84506bba002ddda72cec83 100644
(file)
--- 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;