diff options
author | Michael Chan <mchan@broadcom.com> | 2009-10-02 11:03:28 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-10-02 11:03:28 -0700 |
commit | 6053bbf7bbdbb2c94547f830ad07636c17d7024e (patch) | |
tree | a72a2f61c86e65e2dcd076433c130ebc67384fed /drivers/net/cnic_if.h | |
parent | cc44578b5a508889beb8ae3ccd4d2bbdf17bc86c (diff) |
cnic: Fix NETDEV_UP event processing.
This fixes the problem of not handling the NETDEV_UP event properly
during hot-plug or modprobe of bnx2 after cnic. The handling was
skipped by mistakenly using "else if" to check for the event.
Also update version to 2.0.1.
Signed-off-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: Benjamin Li <benli@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/cnic_if.h')
-rw-r--r-- | drivers/net/cnic_if.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/cnic_if.h b/drivers/net/cnic_if.h index a49235739ee..d8b09efdcb5 100644 --- a/drivers/net/cnic_if.h +++ b/drivers/net/cnic_if.h @@ -12,8 +12,8 @@ #ifndef CNIC_IF_H #define CNIC_IF_H -#define CNIC_MODULE_VERSION "2.0.0" -#define CNIC_MODULE_RELDATE "May 21, 2009" +#define CNIC_MODULE_VERSION "2.0.1" +#define CNIC_MODULE_RELDATE "Oct 01, 2009" #define CNIC_ULP_RDMA 0 #define CNIC_ULP_ISCSI 1 |