diff options
author | Roopa Prabhu <roprabhu@cisco.com> | 2011-02-04 13:57:16 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-02-07 20:49:01 +0100 |
commit | 8a375557e303e4d082612bc3d79b23502a2a2a38 (patch) | |
tree | 1799bb6085bac1d0d5219727022aa1e30fcb0051 /drivers/net/enic/enic.h | |
parent | bnx2x: Proper netdev->ndo_set_rx_mode() implementation. (diff) | |
download | linux-8a375557e303e4d082612bc3d79b23502a2a2a38.tar.xz linux-8a375557e303e4d082612bc3d79b23502a2a2a38.zip |
enic: Decouple mac address registration and deregistration from port profile set operation
This patch removes VM mac address registration and deregistration code during
port profile set operation. We can delay mac address registration until
enic_open.
Signed-off-by: Roopa Prabhu <roprabhu@cisco.com>
Signed-off-by: David Wang <dwang2@cisco.com>
Signed-off-by: Christian Benvenuti <benve@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 ca3be4f15556..44865bb10c96 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.2" +#define DRV_VERSION "2.1.1.2a" #define DRV_COPYRIGHT "Copyright 2008-2011 Cisco Systems, Inc" #define ENIC_BARS_MAX 6 |