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

Commit ac5a8aef authored by Anirudh Venkataramanan's avatar Anirudh Venkataramanan Committed by Jeff Kirsher
Browse files

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: default avatarAnirudh Venkataramanan <anirudh.venkataramanan@intel.com>
Tested-by: default avatarAndrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
parent 633d7449
Loading
Loading
Loading
Loading
+2 −3
Original line number Original line Diff line number Diff line
@@ -19,11 +19,10 @@


/* Defines that help manage the driver vs FW API checks.
/* Defines that help manage the driver vs FW API checks.
 * Take a look at ice_aq_ver_check in ice_controlq.c for actual usage.
 * Take a look at ice_aq_ver_check in ice_controlq.c for actual usage.
 *
 */
 */
#define EXP_FW_API_VER_BRANCH		0x00
#define EXP_FW_API_VER_BRANCH		0x00
#define EXP_FW_API_VER_MAJOR		0x00
#define EXP_FW_API_VER_MAJOR		0x01
#define EXP_FW_API_VER_MINOR		0x01
#define EXP_FW_API_VER_MINOR		0x03


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