aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnirudh Venkataramanan <anirudh.venkataramanan@intel.com>2018-10-18 11:37:05 -0400
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2018-10-24 16:56:37 -0400
commitac5a8aef112e194c7d41988c4f32112085ebc22f (patch)
tree19d942faa8cf205af7e4237824899de22051771e
parent633d7449a30133e99a5182fb74f40594801497b1 (diff)
ice: Update expected FW version
Update to the current firmware major and minor version which are 1 and 3 respectively. Also remove an empty comment line. Signed-off-by: Anirudh Venkataramanan <anirudh.venkataramanan@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.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/net/ethernet/intel/ice/ice_controlq.h b/drivers/net/ethernet/intel/ice/ice_controlq.h
index 437f832fd7c4..0038a4109c99 100644
--- a/drivers/net/ethernet/intel/ice/ice_controlq.h
+++ b/drivers/net/ethernet/intel/ice/ice_controlq.h
@@ -19,11 +19,10 @@
19 19
20/* Defines that help manage the driver vs FW API checks. 20/* Defines that help manage the driver vs FW API checks.
21 * Take a look at ice_aq_ver_check in ice_controlq.c for actual usage. 21 * Take a look at ice_aq_ver_check in ice_controlq.c for actual usage.
22 *
23 */ 22 */
24#define EXP_FW_API_VER_BRANCH 0x00 23#define EXP_FW_API_VER_BRANCH 0x00
25#define EXP_FW_API_VER_MAJOR 0x00 24#define EXP_FW_API_VER_MAJOR 0x01
26#define EXP_FW_API_VER_MINOR 0x01 25#define EXP_FW_API_VER_MINOR 0x03
27 26
28/* Different control queue types: These are mainly for SW consumption. */ 27/* Different control queue types: These are mainly for SW consumption. */
29enum ice_ctl_q { 28enum ice_ctl_q {