diff options
author | Jay Vosburgh <fubar@us.ibm.com> | 2008-01-29 18:07:48 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-02-03 04:28:34 -0800 |
commit | 43cd2595e76fce5f58d5b35d9875bcc48ddaf2e8 (patch) | |
tree | e76128b0f8858b01c9f780bb9c004d1dadabc029 /drivers | |
parent | 21c9d8d73dd1a152c49b4e3176193a099849d4c9 (diff) | |
download | op-kernel-dev-43cd2595e76fce5f58d5b35d9875bcc48ddaf2e8.zip op-kernel-dev-43cd2595e76fce5f58d5b35d9875bcc48ddaf2e8.tar.gz |
bonding: update version
Update bonding to version 3.2.4.
Signed-off-by: Jay Vosburgh <fubar@us.ibm.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/bonding/bonding.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/bonding/bonding.h b/drivers/net/bonding/bonding.h index 6d83be4..67ccad6 100644 --- a/drivers/net/bonding/bonding.h +++ b/drivers/net/bonding/bonding.h @@ -22,8 +22,8 @@ #include "bond_3ad.h" #include "bond_alb.h" -#define DRV_VERSION "3.2.3" -#define DRV_RELDATE "December 6, 2007" +#define DRV_VERSION "3.2.4" +#define DRV_RELDATE "January 28, 2008" #define DRV_NAME "bonding" #define DRV_DESCRIPTION "Ethernet Channel Bonding Driver" |