Re: [PATCH] iwlwifi: Fix module firmware information for 3160

2015-10-18 Thread Emmanuel Grumbach
On Sun, Oct 18, 2015 at 8:47 PM, Ben Hutchings wrote: > > IWL3160_UCODE_API_OK is no longer defined, so we end up with this > in the module information: > > firmware: iwlwifi-3160-IWL3160_UCODE_API_OK.ucode > > It looks like IWL7260_UCODE_API_OK should be used instead

Re: [PATCH] iwlwifi: Fix module firmware information for 3160

2015-10-18 Thread Ben Hutchings
On Sun, 2015-10-18 at 18:47 +0100, Ben Hutchings wrote: > IWL3160_UCODE_API_OK is no longer defined, so we end up with this > in the module information: > > firmware:   iwlwifi-3160-IWL3160_UCODE_API_OK.ucode > > It looks like IWL7260_UCODE_API_OK should be used instead now. [...] Somewhat

Re: [PATCH] iwlwifi: Fix module firmware information for 3160

2015-10-18 Thread Grumbach, Emmanuel
Hi, On 10/18/2015 09:33 PM, Ben Hutchings wrote: > On Sun, 2015-10-18 at 18:47 +0100, Ben Hutchings wrote: >> IWL3160_UCODE_API_OK is no longer defined, so we end up with this >> in the module information: >> >> firmware: iwlwifi-3160-IWL3160_UCODE_API_OK.ucode >> >> It looks like

[PATCH] iwlwifi: Fix module firmware information for 3160

2015-10-18 Thread Ben Hutchings
IWL3160_UCODE_API_OK is no longer defined, so we end up with this in the module information: firmware:   iwlwifi-3160-IWL3160_UCODE_API_OK.ucode It looks like IWL7260_UCODE_API_OK should be used instead now. Fixes: ed65918735a5 ("iwlwifi: 7000: modify the firmware name for 3165")