Commit 6a94cf99 authored by Johannes Berg's avatar Johannes Berg
Browse files

Revert "wifi: iwlwifi: bump FW API to 90 for BZ/SC devices"

Revert the API version bump, the kernel doesn't actually have
all the code to deal with that version yet.

Fixes: 653a90f6 ("wifi: iwlwifi: bump FW API to 90 for BZ/SC devices")
Link: https://msgid.link/20240419085147.cd756fadab03.Ibccbb65be8e05b516cae1b9fb27a959662f9f51a@changeid


Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent bada85a3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
#include "fw/api/txq.h"

/* Highest firmware API version supported */
#define IWL_BZ_UCODE_API_MAX	90
#define IWL_BZ_UCODE_API_MAX	89

/* Lowest firmware API version supported */
#define IWL_BZ_UCODE_API_MIN	80
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
#include "fw/api/txq.h"

/* Highest firmware API version supported */
#define IWL_SC_UCODE_API_MAX	90
#define IWL_SC_UCODE_API_MAX	89

/* Lowest firmware API version supported */
#define IWL_SC_UCODE_API_MIN	82