Skip to content

Commit ec915f4

Browse files
committed
Revert "cxgb4: Update 1.23.3.0 as the latest firmware supported."
This reverts commit 4d31c4f. Accidently applied this to the wrong tree. Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 4d31c4f commit ec915f4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

drivers/net/ethernet/chelsio/cxgb4/t4fw_version.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,26 +36,26 @@
3636
#define __T4FW_VERSION_H__
3737

3838
#define T4FW_VERSION_MAJOR 0x01
39-
#define T4FW_VERSION_MINOR 0x17
40-
#define T4FW_VERSION_MICRO 0x03
39+
#define T4FW_VERSION_MINOR 0x16
40+
#define T4FW_VERSION_MICRO 0x09
4141
#define T4FW_VERSION_BUILD 0x00
4242

4343
#define T4FW_MIN_VERSION_MAJOR 0x01
4444
#define T4FW_MIN_VERSION_MINOR 0x04
4545
#define T4FW_MIN_VERSION_MICRO 0x00
4646

4747
#define T5FW_VERSION_MAJOR 0x01
48-
#define T5FW_VERSION_MINOR 0x17
49-
#define T5FW_VERSION_MICRO 0x03
48+
#define T5FW_VERSION_MINOR 0x16
49+
#define T5FW_VERSION_MICRO 0x09
5050
#define T5FW_VERSION_BUILD 0x00
5151

5252
#define T5FW_MIN_VERSION_MAJOR 0x00
5353
#define T5FW_MIN_VERSION_MINOR 0x00
5454
#define T5FW_MIN_VERSION_MICRO 0x00
5555

5656
#define T6FW_VERSION_MAJOR 0x01
57-
#define T6FW_VERSION_MINOR 0x17
58-
#define T6FW_VERSION_MICRO 0x03
57+
#define T6FW_VERSION_MINOR 0x16
58+
#define T6FW_VERSION_MICRO 0x09
5959
#define T6FW_VERSION_BUILD 0x00
6060

6161
#define T6FW_MIN_VERSION_MAJOR 0x00

0 commit comments

Comments
 (0)