projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c50b85d
)
bonding/bond_main.c: fix cut'n'paste error
author
Adrian Bunk
<bunk@kernel.org>
Wed, 24 Oct 2007 16:27:43 +0000
(18:27 +0200)
committer
Jeff Garzik
<jeff@garzik.org>
Thu, 25 Oct 2007 07:31:14 +0000
(
03:31
-0400)
This patch fixes a cut'n'paste error in
commit
1b76b31693d4a6088dec104ff6a6ead54081a3c2
.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/bonding/bond_main.c
patch
|
blob
|
history
diff --git
a/drivers/net/bonding/bond_main.c
b/drivers/net/bonding/bond_main.c
index
e5fab4b
..
6937ef0
100644
(file)
--- a/
drivers/net/bonding/bond_main.c
+++ b/
drivers/net/bonding/bond_main.c
@@
-3682,7
+3682,7
@@
static int bond_open(struct net_device *bond_dev)
}
if (bond->params.mode == BOND_MODE_8023AD) {
- INIT_DELAYED_WORK(&bond->ad_work, bond_
alb_monito
r);
+ INIT_DELAYED_WORK(&bond->ad_work, bond_
3ad_state_machine_handle
r);
queue_delayed_work(bond->wq, &bond->ad_work, 0);
/* register to receive LACPDUs */
bond_register_lacpdu(bond);