Skip to content

Commit 5a51c03

Browse files
committed
iwlwifi: mvm: bump firmware API to 21
The driver is now ready to handle this firmware. Signed-off-by: Emmanuel Grumbach <[email protected]>
1 parent 4494541 commit 5a51c03

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

drivers/net/wireless/intel/iwlwifi/iwl-7000.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@
7373
/* Highest firmware API version supported */
7474
#define IWL7260_UCODE_API_MAX 17
7575
#define IWL7265_UCODE_API_MAX 17
76-
#define IWL7265D_UCODE_API_MAX 20
77-
#define IWL3168_UCODE_API_MAX 20
76+
#define IWL7265D_UCODE_API_MAX 21
77+
#define IWL3168_UCODE_API_MAX 21
7878

7979
/* Oldest version we won't warn about */
8080
#define IWL7260_UCODE_API_OK 13

drivers/net/wireless/intel/iwlwifi/iwl-8000.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@
7070
#include "iwl-agn-hw.h"
7171

7272
/* Highest firmware API version supported */
73-
#define IWL8000_UCODE_API_MAX 20
74-
#define IWL8265_UCODE_API_MAX 20
73+
#define IWL8000_UCODE_API_MAX 21
74+
#define IWL8265_UCODE_API_MAX 21
7575

7676
/* Oldest version we won't warn about */
7777
#define IWL8000_UCODE_API_OK 13

drivers/net/wireless/intel/iwlwifi/iwl-9000.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
#include "iwl-agn-hw.h"
5656

5757
/* Highest firmware API version supported */
58-
#define IWL9000_UCODE_API_MAX 20
58+
#define IWL9000_UCODE_API_MAX 21
5959

6060
/* Oldest version we won't warn about */
6161
#define IWL9000_UCODE_API_OK 13

0 commit comments

Comments
 (0)