Linux wireless drivers development
 help / color / mirror / Atom feed
* [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

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