[linux-yocto] [yocto-4.12][PATCH 1/1] iwlwifi: bump max FW API to 31

Bruce Ashfield bruce.ashfield at windriver.com
Mon Dec 4 07:51:55 PST 2017


On 12/03/2017 04:54 AM, Liwei Song wrote:
> From: Luca Coelho <luciano.coelho at intel.com>
> 
> commit b7e94bab81dc9cba5269542b2da524fc749078af upstream.


merged.

Bruce

> 
> Bump the maximum accepted firmware API number for devices in the 8000,
> 9000 and A000 families.
> 
> Signed-off-by: Luca Coelho <luciano.coelho at intel.com>
> Signed-off-by: Liwei Song <liwei.song at windriver.com>
> ---
>   drivers/net/wireless/intel/iwlwifi/iwl-8000.c | 4 ++--
>   drivers/net/wireless/intel/iwlwifi/iwl-9000.c | 2 +-
>   drivers/net/wireless/intel/iwlwifi/iwl-a000.c | 2 +-
>   3 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/drivers/net/wireless/intel/iwlwifi/iwl-8000.c b/drivers/net/wireless/intel/iwlwifi/iwl-8000.c
> index 89137717c1fc..1debea32b702 100644
> --- a/drivers/net/wireless/intel/iwlwifi/iwl-8000.c
> +++ b/drivers/net/wireless/intel/iwlwifi/iwl-8000.c
> @@ -70,8 +70,8 @@
>   #include "iwl-agn-hw.h"
>   
>   /* Highest firmware API version supported */
> -#define IWL8000_UCODE_API_MAX	30
> -#define IWL8265_UCODE_API_MAX	30
> +#define IWL8000_UCODE_API_MAX	31
> +#define IWL8265_UCODE_API_MAX	31
>   
>   /* Lowest firmware API version supported */
>   #define IWL8000_UCODE_API_MIN	22
> diff --git a/drivers/net/wireless/intel/iwlwifi/iwl-9000.c b/drivers/net/wireless/intel/iwlwifi/iwl-9000.c
> index 110ceefccc15..42a6e723191e 100644
> --- a/drivers/net/wireless/intel/iwlwifi/iwl-9000.c
> +++ b/drivers/net/wireless/intel/iwlwifi/iwl-9000.c
> @@ -55,7 +55,7 @@
>   #include "iwl-agn-hw.h"
>   
>   /* Highest firmware API version supported */
> -#define IWL9000_UCODE_API_MAX	30
> +#define IWL9000_UCODE_API_MAX	31
>   
>   /* Lowest firmware API version supported */
>   #define IWL9000_UCODE_API_MIN	30
> diff --git a/drivers/net/wireless/intel/iwlwifi/iwl-a000.c b/drivers/net/wireless/intel/iwlwifi/iwl-a000.c
> index c648cfb981a3..58f9770bdcde 100644
> --- a/drivers/net/wireless/intel/iwlwifi/iwl-a000.c
> +++ b/drivers/net/wireless/intel/iwlwifi/iwl-a000.c
> @@ -55,7 +55,7 @@
>   #include "iwl-agn-hw.h"
>   
>   /* Highest firmware API version supported */
> -#define IWL_A000_UCODE_API_MAX	30
> +#define IWL_A000_UCODE_API_MAX	31
>   
>   /* Lowest firmware API version supported */
>   #define IWL_A000_UCODE_API_MIN	24
> 



More information about the linux-yocto mailing list