* [PATCH] iwlwifi: Fix module firmware information for 3160
@ 2015-10-18 17:47 Ben Hutchings
2015-10-18 18:33 ` Ben Hutchings
2015-10-18 18:34 ` Emmanuel Grumbach
0 siblings, 2 replies; 4+ messages in thread
From: Ben Hutchings @ 2015-10-18 17:47 UTC (permalink / raw)
To: Johannes Berg, Emmanuel Grumbach; +Cc: Intel Linux Wireless, linux-wireless
[-- Attachment #1: Type: text/plain, Size: 1180 bytes --]
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")
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
---
drivers/net/wireless/iwlwifi/iwl-7000.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/wireless/iwlwifi/iwl-7000.c b/drivers/net/wireless/iwlwifi/iwl-7000.c
index cc35f79..d7acbd1 100644
--- a/drivers/net/wireless/iwlwifi/iwl-7000.c
+++ b/drivers/net/wireless/iwlwifi/iwl-7000.c
@@ -348,6 +348,6 @@ const struct iwl_cfg iwl7265d_n_cfg = {
};
MODULE_FIRMWARE(IWL7260_MODULE_FIRMWARE(IWL7260_UCODE_API_OK));
-MODULE_FIRMWARE(IWL3160_MODULE_FIRMWARE(IWL3160_UCODE_API_OK));
+MODULE_FIRMWARE(IWL3160_MODULE_FIRMWARE(IWL7260_UCODE_API_OK));
MODULE_FIRMWARE(IWL7265_MODULE_FIRMWARE(IWL7260_UCODE_API_OK));
MODULE_FIRMWARE(IWL7265D_MODULE_FIRMWARE(IWL7260_UCODE_API_OK));
--
Ben Hutchings
A free society is one where it is safe to be unpopular. - Adlai Stevenson
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 811 bytes --]
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH] iwlwifi: Fix module firmware information for 3160
2015-10-18 17:47 [PATCH] iwlwifi: Fix module firmware information for 3160 Ben Hutchings
@ 2015-10-18 18:33 ` Ben Hutchings
2015-10-18 18:38 ` Grumbach, Emmanuel
2015-10-18 18:34 ` Emmanuel Grumbach
1 sibling, 1 reply; 4+ messages in thread
From: Ben Hutchings @ 2015-10-18 18:33 UTC (permalink / raw)
To: Johannes Berg, Emmanuel Grumbach
Cc: Intel Linux Wireless, linux-wireless, linux-firmware
[-- Attachment #1: Type: text/plain, Size: 570 bytes --]
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 relatedly, I noticed that iwlwifi is now requesting firmware
files that aren't yet in linux-firmware.git. Please can you submit
them for inclusion?
Ben.
--
Ben Hutchings
A free society is one where it is safe to be unpopular. - Adlai Stevenson
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 811 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] iwlwifi: Fix module firmware information for 3160
2015-10-18 18:33 ` Ben Hutchings
@ 2015-10-18 18:38 ` Grumbach, Emmanuel
0 siblings, 0 replies; 4+ messages in thread
From: Grumbach, Emmanuel @ 2015-10-18 18:38 UTC (permalink / raw)
To: Ben Hutchings, Berg, Johannes
Cc: Intel Linux Wireless, linux-wireless, linux-firmware@kernel.org
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 IWL7260_UCODE_API_OK should be used instead now.
> [...]
>
> Somewhat relatedly, I noticed that iwlwifi is now requesting firmware
> files that aren't yet in linux-firmware.git. Please can you submit
> them for inclusion?
>
This is a good point but the firmware filename is now changing too
rapidly (every 6 weeks) to include all of them into linux-firmware.git.
So we chose the firmware version that are the most stable and that
correspond to a certain kernel. E.g. I won't upstream -16.ucode since
4.2 can handle 15 and 4.3 can already handle 17.
That's the compromise we found.
Note that all the firmware versions are available in our
linux-firmware.git clone.
Right now, I am waiting for -17.ucode to stabilize before upstreaming it.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] iwlwifi: Fix module firmware information for 3160
2015-10-18 17:47 [PATCH] iwlwifi: Fix module firmware information for 3160 Ben Hutchings
2015-10-18 18:33 ` Ben Hutchings
@ 2015-10-18 18:34 ` Emmanuel Grumbach
1 sibling, 0 replies; 4+ messages in thread
From: Emmanuel Grumbach @ 2015-10-18 18:34 UTC (permalink / raw)
To: Ben Hutchings
Cc: Johannes Berg, Emmanuel Grumbach, Intel Linux Wireless,
linux-wireless
On Sun, Oct 18, 2015 at 8:47 PM, Ben Hutchings <ben@decadent.org.uk> 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.
>
> Fixes: ed65918735a5 ("iwlwifi: 7000: modify the firmware name for 3165")
> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
picked up. Thanks.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-10-18 18:39 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-18 17:47 [PATCH] iwlwifi: Fix module firmware information for 3160 Ben Hutchings
2015-10-18 18:33 ` Ben Hutchings
2015-10-18 18:38 ` Grumbach, Emmanuel
2015-10-18 18:34 ` Emmanuel Grumbach
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox