cxgb4: Update FW version string to match FW binary version
authorHariprasad Shenai <hariprasad@chelsio.com>
Thu, 7 Aug 2014 09:08:51 +0000 (14:38 +0530)
committerDavid S. Miller <davem@davemloft.net>
Thu, 7 Aug 2014 23:02:56 +0000 (16:02 -0700)
Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/chelsio/cxgb4/cxgb4.h

index c9b922cc3e67765838ab0376b9d6441fba932edb..cc42ab3cb2e70184e12c47c9a4cc103eee929b73 100644 (file)
 #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__)