diff options
author | Vasanthy Kolluri <vkolluri@cisco.com> | 2011-02-17 08:53:12 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-02-17 14:14:08 -0800 |
commit | e0afe53fbea3823a1b1faef8d7701dd73bb74d5c (patch) | |
tree | 89a5b15895b251d4ec20406a0ac0906845c97b19 /drivers/net/enic/enic.h | |
parent | ab532cf32b4055028ad095d3c1fee9eec28ed25e (diff) | |
download | linux-3.10-e0afe53fbea3823a1b1faef8d7701dd73bb74d5c.tar.gz linux-3.10-e0afe53fbea3823a1b1faef8d7701dd73bb74d5c.tar.bz2 linux-3.10-e0afe53fbea3823a1b1faef8d7701dd73bb74d5c.zip |
enic: Bug fix: Reset driver count of registered unicast addresses to zero during device reset
During a device reset, clear the counter for the no. of unicast addresses registered.
Also, rename the routines that update unicast and multicast address lists.
Signed-off-by: Christian Benvenuti <benve@cisco.com>
Signed-off-by: Danny Guo <dannguo@cisco.com>
Signed-off-by: Vasanthy Kolluri <vkolluri@cisco.com>
Signed-off-by: Roopa Prabhu <roprabhu@cisco.com>
Signed-off-by: David Wang <dwang2@cisco.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/enic/enic.h')
-rw-r--r-- | drivers/net/enic/enic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/enic/enic.h b/drivers/net/enic/enic.h index 57fcaeea94f..5f4eb45345c 100644 --- a/drivers/net/enic/enic.h +++ b/drivers/net/enic/enic.h @@ -32,7 +32,7 @@ #define DRV_NAME "enic" #define DRV_DESCRIPTION "Cisco VIC Ethernet NIC Driver" -#define DRV_VERSION "2.1.1.6" +#define DRV_VERSION "2.1.1.7" #define DRV_COPYRIGHT "Copyright 2008-2011 Cisco Systems, Inc" #define ENIC_BARS_MAX 6 |