diff options
author | Jay Vosburgh <fubar@us.ibm.com> | 2006-09-23 00:52:15 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-09-25 20:08:08 -0400 |
commit | 94dbffd540eea601aecad07e2df5bfd8a46672f3 (patch) | |
tree | 5758474bb25f8ba8c43aae1d9632616b9a7133b9 /drivers/net/bonding/bond_main.c | |
parent | e8126c82ccbfd39ccf3d22645207fbcc798021a3 (diff) |
[PATCH] bonding: Allow bonding to enslave a 10 Gig adapter
Allow channel bonding to enslave a 10 Gig adapter without errors.
Signed-off-by: Mitch Williams <mitch.a.williams@intel.com>
Acked-by: Jay Vosburgh <fubar@us.ibm.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/bonding/bond_main.c')
-rw-r--r-- | drivers/net/bonding/bond_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/bonding/bond_main.c b/drivers/net/bonding/bond_main.c index 850aae21a2fe..13b434220ff6 100644 --- a/drivers/net/bonding/bond_main.c +++ b/drivers/net/bonding/bond_main.c | |||
@@ -638,6 +638,7 @@ verify: | |||
638 | case SPEED_10: | 638 | case SPEED_10: |
639 | case SPEED_100: | 639 | case SPEED_100: |
640 | case SPEED_1000: | 640 | case SPEED_1000: |
641 | case SPEED_10000: | ||
641 | break; | 642 | break; |
642 | default: | 643 | default: |
643 | return -1; | 644 | return -1; |