Skip to content

Commit e90c9db

Browse files
Divy Le Raydavem330
authored andcommitted
cxgb3: update firmware version
Hi Dave, This patch is sent in conjunction with the cxgb3 firmware update submission on linux-firmware. (https://lkml.org/lkml/2012/2/13/27) Cheers, Divy From: Divy Le Ray <divy@chelsio.com> This patch updates the firmware version cxgb3 is requesting to 7.12.0. Signed-off-by: Divy Le Ray <divy@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 1638760 commit e90c9db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/net/ethernet/chelsio/cxgb3/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
#define DRV_DESC "Chelsio T3 Network Driver"
3636
#define DRV_NAME "cxgb3"
3737
/* Driver version */
38-
#define DRV_VERSION "1.1.4-ko"
38+
#define DRV_VERSION "1.1.5-ko"
3939

4040
/* Firmware version */
4141
#define FW_VERSION_MAJOR 7
42-
#define FW_VERSION_MINOR 10
42+
#define FW_VERSION_MINOR 12
4343
#define FW_VERSION_MICRO 0
4444
#endif /* __CHELSIO_VERSION_H */

0 commit comments

Comments
 (0)