mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-19 22:17:10 +07:00
iwlwifi: bump FW API to 45 for 9000 and 22000 series
Start supporting API version 45 where applicable. Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
This commit is contained in:
parent
34025a1056
commit
d9b10c6ba9
@ -56,7 +56,7 @@
|
|||||||
#include "iwl-config.h"
|
#include "iwl-config.h"
|
||||||
|
|
||||||
/* Highest firmware API version supported */
|
/* Highest firmware API version supported */
|
||||||
#define IWL_22000_UCODE_API_MAX 44
|
#define IWL_22000_UCODE_API_MAX 45
|
||||||
|
|
||||||
/* Lowest firmware API version supported */
|
/* Lowest firmware API version supported */
|
||||||
#define IWL_22000_UCODE_API_MIN 39
|
#define IWL_22000_UCODE_API_MIN 39
|
||||||
|
@ -57,7 +57,7 @@
|
|||||||
#include "fw/file.h"
|
#include "fw/file.h"
|
||||||
|
|
||||||
/* Highest firmware API version supported */
|
/* Highest firmware API version supported */
|
||||||
#define IWL9000_UCODE_API_MAX 44
|
#define IWL9000_UCODE_API_MAX 45
|
||||||
|
|
||||||
/* Lowest firmware API version supported */
|
/* Lowest firmware API version supported */
|
||||||
#define IWL9000_UCODE_API_MIN 30
|
#define IWL9000_UCODE_API_MIN 30
|
||||||
|
Loading…
Reference in New Issue
Block a user