Skip to content

Commit

Permalink
wifi: iwlwifi: bump FW API to 93 for BZ/SC devices
Browse files Browse the repository at this point in the history
Start supporting API version 93 for new devices.

Signed-off-by: Miri Korenblit <[email protected]>
Signed-off-by: Johannes Berg <[email protected]>
Link: https://patch.msgid.link/20240808232017.5c9846f4c2c3.I6c825bc93aa23db302f24db5617f9b9b06042ec8@changeid
Signed-off-by: Johannes Berg <[email protected]>
  • Loading branch information
Miriam-Rachel authored and jmberg-intel committed Aug 27, 2024
1 parent 7dd22da commit fa21770
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/net/wireless/intel/iwlwifi/cfg/bz.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include "fw/api/txq.h"

/* Highest firmware API version supported */
#define IWL_BZ_UCODE_API_MAX 92
#define IWL_BZ_UCODE_API_MAX 93

/* Lowest firmware API version supported */
#define IWL_BZ_UCODE_API_MIN 90
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/wireless/intel/iwlwifi/cfg/sc.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include "fw/api/txq.h"

/* Highest firmware API version supported */
#define IWL_SC_UCODE_API_MAX 92
#define IWL_SC_UCODE_API_MAX 93

/* Lowest firmware API version supported */
#define IWL_SC_UCODE_API_MIN 90
Expand Down

0 comments on commit fa21770

Please sign in to comment.