Commit c5ac9704 authored by Hariprasad Shenai's avatar Hariprasad Shenai Committed by David S. Miller
Browse files

cxgb4: Update FW version string to match FW binary version 1.12.25.0

parent 79af221d
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -50,13 +50,13 @@
#include "cxgb4_uld.h"
#include "cxgb4_uld.h"


#define T4FW_VERSION_MAJOR 0x01
#define T4FW_VERSION_MAJOR 0x01
#define T4FW_VERSION_MINOR 0x0B
#define T4FW_VERSION_MINOR 0x0C
#define T4FW_VERSION_MICRO 0x1B
#define T4FW_VERSION_MICRO 0x19
#define T4FW_VERSION_BUILD 0x00
#define T4FW_VERSION_BUILD 0x00


#define T5FW_VERSION_MAJOR 0x01
#define T5FW_VERSION_MAJOR 0x01
#define T5FW_VERSION_MINOR 0x0B
#define T5FW_VERSION_MINOR 0x0C
#define T5FW_VERSION_MICRO 0x1B
#define T5FW_VERSION_MICRO 0x19
#define T5FW_VERSION_BUILD 0x00
#define T5FW_VERSION_BUILD 0x00


#define CH_WARN(adap, fmt, ...) dev_warn(adap->pdev_dev, fmt, ## __VA_ARGS__)
#define CH_WARN(adap, fmt, ...) dev_warn(adap->pdev_dev, fmt, ## __VA_ARGS__)