aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Scott <kevin.c.scott@intel.com>2019-11-08 06:23:31 -0800
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2019-11-22 13:43:46 -0800
commited960c1d36f5db38a8038fcca83e1f6495f468fb (patch)
tree677c5f869ef371aaf25874ae96e185f5c5c44a15
parentice: remove pointless NULL check of port_info (diff)
downloadlinux-dev-ed960c1d36f5db38a8038fcca83e1f6495f468fb.tar.xz
linux-dev-ed960c1d36f5db38a8038fcca83e1f6495f468fb.zip
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 <kevin.c.scott@intel.com> Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
-rw-r--r--drivers/net/ethernet/intel/ice/ice_controlq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/intel/ice/ice_controlq.h b/drivers/net/ethernet/intel/ice/ice_controlq.h
index 4df9da359135..bf0ebe6149e8 100644
--- a/drivers/net/ethernet/intel/ice/ice_controlq.h
+++ b/drivers/net/ethernet/intel/ice/ice_controlq.h
@@ -22,7 +22,7 @@
*/
#define EXP_FW_API_VER_BRANCH 0x00
#define EXP_FW_API_VER_MAJOR 0x01
-#define EXP_FW_API_VER_MINOR 0x03
+#define EXP_FW_API_VER_MINOR 0x05
/* Different control queue types: These are mainly for SW consumption. */
enum ice_ctl_q {