Skip to content

Commit 6a94cf9

Browse files
committed
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: 653a90f ("wifi: iwlwifi: bump FW API to 90 for BZ/SC devices") Link: https://msgid.link/20240419085147.cd756fadab03.Ibccbb65be8e05b516cae1b9fb27a959662f9f51a@changeid Signed-off-by: Johannes Berg <[email protected]>
1 parent bada85a commit 6a94cf9

File tree

2 files changed

+2
-2
lines changed
  • drivers/net/wireless/intel/iwlwifi/cfg

2 files changed

+2
-2
lines changed

drivers/net/wireless/intel/iwlwifi/cfg/bz.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#include "fw/api/txq.h"
1111

1212
/* Highest firmware API version supported */
13-
#define IWL_BZ_UCODE_API_MAX 90
13+
#define IWL_BZ_UCODE_API_MAX 89
1414

1515
/* Lowest firmware API version supported */
1616
#define IWL_BZ_UCODE_API_MIN 80

drivers/net/wireless/intel/iwlwifi/cfg/sc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#include "fw/api/txq.h"
1111

1212
/* Highest firmware API version supported */
13-
#define IWL_SC_UCODE_API_MAX 90
13+
#define IWL_SC_UCODE_API_MAX 89
1414

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

0 commit comments

Comments
 (0)