Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d05f6cf0 authored by Divy Le Ray's avatar Divy Le Ray Committed by David S. Miller
Browse files

cxgb3: request 7.10 firmware



The driver requests FW 7.10
Bump up driver version.

Signed-off-by: default avatarDivy Le Ray <divy@chelsio.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 17acad30
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -35,10 +35,10 @@
#define DRV_DESC "Chelsio T3 Network Driver"
#define DRV_NAME "cxgb3"
/* Driver version */
#define DRV_VERSION "1.1.3-ko"
#define DRV_VERSION "1.1.4-ko"

/* Firmware version */
#define FW_VERSION_MAJOR 7
#define FW_VERSION_MINOR 4
#define FW_VERSION_MINOR 10
#define FW_VERSION_MICRO 0
#endif				/* __CHELSIO_VERSION_H */