From: Luca Coelho <luca@coelho.fi>
To: Tj <linux@iam.tj>,
"open list:INTEL WIRELESS WIFI LINK (iwlwifi)"
<linux-wireless@vger.kernel.org>
Cc: "Intel Linux Wireless (supporter:INTEL WIRELESS WIFI LINK
(iwlwifi))" <linuxwifi@intel.com>
Subject: Re: [PATCH] iwlwifi: fix undefined 6000G2B firmware MAX API version
Date: Fri, 11 Nov 2016 10:35:40 +0200 [thread overview]
Message-ID: <1478853340.15030.21.camel@coelho.fi> (raw)
In-Reply-To: <78f29b89-eb19-920f-f576-5009383c55e1@iam.tj>
Hi,
On Thu, 2016-11-10 at 22:04 +0000, Tj wrote:
> $ modinfo -F firmware iwlwifi | grep API
> iwlwifi-6000g2b-IWL6000G2B_UCODE_API_MAX.ucode
> $ modinfo -F vermagic iwlwifi
> 4.9.0-040900rc4-lowlatency SMP preempt mod_unload modversions
>
> Change-Id: Ie21a4be0b12b520844c1da4a8bef9e8a0097d919
> Signed-off-by: TJ <linux@iam.tj>
> ---
> drivers/net/wireless/intel/iwlwifi/iwl-6000.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/net/wireless/intel/iwlwifi/iwl-6000.c
> b/drivers/net/wireless/intel/iwlwifi/iwl-6000.c
> index 0b9f6a7..19b85e8 100644
> --- a/drivers/net/wireless/intel/iwlwifi/iwl-6000.c
> +++ b/drivers/net/wireless/intel/iwlwifi/iwl-6000.c
> @@ -34,6 +34,7 @@
> #define IWL6000_UCODE_API_MAX 6
> #define IWL6050_UCODE_API_MAX 5
> #define IWL6000G2_UCODE_API_MAX 6
> +#define IWL6000G2B_UCODE_API_MAX 6
> #define IWL6035_UCODE_API_MAX 6
> /* Lowest firmware API version supported */
Thanks for your patch! But the correct thing to do would be to change
the MODULE_FIRMWARE line instead of adding this define here. The 6030
NIC uses IWL6000G2_UCODE_API_MAX in the config structure, so the
MODULE_FIRMWARE macro should use that too.
diff --git a/drivers/net/wireless/intel/iwlwifi/iwl-6000.c
b/drivers/net/wireless/intel/iwlwifi/iwl-6000.c
index 0b9f6a7..39335b7 100644
--- a/drivers/net/wireless/intel/iwlwifi/iwl-6000.c
+++ b/drivers/net/wireless/intel/iwlwifi/iwl-6000.c
@@ -371,4 +371,4 @@ const struct iwl_cfg iwl6000_3agn_cfg = {
MODULE_FIRMWARE(IWL6000_MODULE_FIRMWARE(IWL6000_UCODE_API_MAX));
MODULE_FIRMWARE(IWL6050_MODULE_FIRMWARE(IWL6050_UCODE_API_MAX));
MODULE_FIRMWARE(IWL6005_MODULE_FIRMWARE(IWL6000G2_UCODE_API_MAX));
-MODULE_FIRMWARE(IWL6030_MODULE_FIRMWARE(IWL6000G2B_UCODE_API_MAX));
+MODULE_FIRMWARE(IWL6030_MODULE_FIRMWARE(IWL6000G2_UCODE_API_MAX));
--
Cheers,
Luca.
next prev parent reply other threads:[~2016-11-11 8:35 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-10 22:04 [PATCH] iwlwifi: fix undefined 6000G2B firmware MAX API version Tj
2016-11-11 8:35 ` Luca Coelho [this message]
2016-11-11 17:47 ` Tj
2016-11-11 19:01 ` Luca Coelho
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1478853340.15030.21.camel@coelho.fi \
--to=luca@coelho.fi \
--cc=linux-wireless@vger.kernel.org \
--cc=linux@iam.tj \
--cc=linuxwifi@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox