diff options
author | Hariprasad Shenai <hariprasad@chelsio.com> | 2014-08-07 11:08:51 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-08-08 01:02:56 +0200 |
commit | 6c5caae01bf9f0505c272882ef2fc50f4249d8d6 (patch) | |
tree | 8d540c378a56e25d06459008705cdb2ef549f930 /drivers/net/ethernet/chelsio/cxgb4/cxgb4.h | |
parent | 6lowpan: Allow 6LoWPAN to be modular (diff) | |
download | linux-6c5caae01bf9f0505c272882ef2fc50f4249d8d6.tar.xz linux-6c5caae01bf9f0505c272882ef2fc50f4249d8d6.zip |
cxgb4: Update FW version string to match FW binary version
Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/chelsio/cxgb4/cxgb4.h')
-rw-r--r-- | drivers/net/ethernet/chelsio/cxgb4/cxgb4.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h b/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h index c9b922cc3e67..cc42ab3cb2e7 100644 --- a/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h +++ b/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h @@ -50,13 +50,13 @@ #include "cxgb4_uld.h" #define T4FW_VERSION_MAJOR 0x01 -#define T4FW_VERSION_MINOR 0x09 -#define T4FW_VERSION_MICRO 0x17 +#define T4FW_VERSION_MINOR 0x0B +#define T4FW_VERSION_MICRO 0x1B #define T4FW_VERSION_BUILD 0x00 #define T5FW_VERSION_MAJOR 0x01 -#define T5FW_VERSION_MINOR 0x09 -#define T5FW_VERSION_MICRO 0x17 +#define T5FW_VERSION_MINOR 0x0B +#define T5FW_VERSION_MICRO 0x1B #define T5FW_VERSION_BUILD 0x00 #define CH_WARN(adap, fmt, ...) dev_warn(adap->pdev_dev, fmt, ## __VA_ARGS__) |