diff options
author | Michael Chan <mchan@broadcom.com> | 2010-10-13 14:06:51 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-10-14 10:45:56 -0700 |
commit | ee87a82a28cddbb9267a294172ecb3d3d3bdaa6c (patch) | |
tree | 8bb591fea143738d9b4c45c73a8fbe6db53ce385 /drivers/net/cnic_if.h | |
parent | a3ceeeb8f11d74f26e3dfca40ded911a82402db5 (diff) | |
download | talos-op-linux-ee87a82a28cddbb9267a294172ecb3d3d3bdaa6c.tar.gz talos-op-linux-ee87a82a28cddbb9267a294172ecb3d3d3bdaa6c.zip |
cnic: Add support for 57712 device
Add new interrupt ack functions and other hardware interface logic to
support the new device.
Update version to 2.2.6.
Signed-off-by: Michael Chan <mchan@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 98ebac52013e..0dbeaec4f03a 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.2.5" -#define CNIC_MODULE_RELDATE "September 29, 2010" +#define CNIC_MODULE_VERSION "2.2.6" +#define CNIC_MODULE_RELDATE "Oct 12, 2010" #define CNIC_ULP_RDMA 0 #define CNIC_ULP_ISCSI 1 |