diff options
author | Divy Le Ray <divy@chelsio.com> | 2009-06-03 09:38:59 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-06-04 00:01:50 -0400 |
commit | 6ba5f9c74365263db161941b1e7467cdba06a5fe (patch) | |
tree | 1bb0fe8dc5873fb55a9e246f19a8d1dffec3ec17 /drivers/net/cxgb3 | |
parent | 047584ce94108012288554a5f84585d792cc7f8f (diff) |
cxgb3: Update FW to 7.4.0
Update FW to 7.4.
Bump up driver revision.
Signed-off-by: Divy Le Ray <divy@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/cxgb3')
-rw-r--r-- | drivers/net/cxgb3/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/cxgb3/version.h b/drivers/net/cxgb3/version.h index 7bf963ec5548..9d0bd9dd9ab1 100644 --- a/drivers/net/cxgb3/version.h +++ b/drivers/net/cxgb3/version.h | |||
@@ -35,10 +35,10 @@ | |||
35 | #define DRV_DESC "Chelsio T3 Network Driver" | 35 | #define DRV_DESC "Chelsio T3 Network Driver" |
36 | #define DRV_NAME "cxgb3" | 36 | #define DRV_NAME "cxgb3" |
37 | /* Driver version */ | 37 | /* Driver version */ |
38 | #define DRV_VERSION "1.1.2-ko" | 38 | #define DRV_VERSION "1.1.3-ko" |
39 | 39 | ||
40 | /* Firmware version */ | 40 | /* Firmware version */ |
41 | #define FW_VERSION_MAJOR 7 | 41 | #define FW_VERSION_MAJOR 7 |
42 | #define FW_VERSION_MINOR 1 | 42 | #define FW_VERSION_MINOR 4 |
43 | #define FW_VERSION_MICRO 0 | 43 | #define FW_VERSION_MICRO 0 |
44 | #endif /* __CHELSIO_VERSION_H */ | 44 | #endif /* __CHELSIO_VERSION_H */ |