Skip to content

Commit ed960c1

Browse files
SymbiosisStarshineJeff Kirsher
authored andcommitted
ice: Update FW API minor version
Update FW API minor version to align to current value advertised by FW in new NVM images. Signed-off-by: Kevin Scott <[email protected]> Signed-off-by: Tony Nguyen <[email protected]> Tested-by: Andrew Bowers <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]>
1 parent 1748ce8 commit ed960c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/ethernet/intel/ice/ice_controlq.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*/
2323
#define EXP_FW_API_VER_BRANCH 0x00
2424
#define EXP_FW_API_VER_MAJOR 0x01
25-
#define EXP_FW_API_VER_MINOR 0x03
25+
#define EXP_FW_API_VER_MINOR 0x05
2626

2727
/* Different control queue types: These are mainly for SW consumption. */
2828
enum ice_ctl_q {

0 commit comments

Comments
 (0)