diff mbox series

iwlwifi: fix config variable name in comment

Message ID 20191202101339.24265-1-luca@lucaceresoli.net
State Awaiting Upstream
Delegated to: David Miller
Headers show
Series iwlwifi: fix config variable name in comment | expand

Commit Message

Luca Ceresoli Dec. 2, 2019, 10:13 a.m. UTC
The correct variable name was replaced here by mistake.

Fixes: ab27926d9e4a ("iwlwifi: fix devices with PCI Device ID 0x34F0 and 11ac RF modules")
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
---
 drivers/net/wireless/intel/iwlwifi/iwl-config.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Luca Ceresoli Jan. 24, 2020, 8:46 a.m. UTC | #1
Hi,

On 02/12/19 11:13, Luca Ceresoli wrote:
> The correct variable name was replaced here by mistake.
> 
> Fixes: ab27926d9e4a ("iwlwifi: fix devices with PCI Device ID 0x34F0 and 11ac RF modules")
> Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
> ---
>  drivers/net/wireless/intel/iwlwifi/iwl-config.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/net/wireless/intel/iwlwifi/iwl-config.h b/drivers/net/wireless/intel/iwlwifi/iwl-config.h
> index 317eac066082..fb6838527e28 100644
> --- a/drivers/net/wireless/intel/iwlwifi/iwl-config.h
> +++ b/drivers/net/wireless/intel/iwlwifi/iwl-config.h
> @@ -636,6 +636,6 @@ extern const struct iwl_cfg iwlax210_2ax_cfg_so_hr_a0;
>  extern const struct iwl_cfg iwlax211_2ax_cfg_so_gf_a0;
>  extern const struct iwl_cfg iwlax210_2ax_cfg_ty_gf_a0;
>  extern const struct iwl_cfg iwlax411_2ax_cfg_so_gf4_a0;
> -#endif /* CPTCFG_IWLMVM || CPTCFG_IWLFMAC */
> +#endif /* CONFIG_IWLMVM */

A gentle ping about this patch.

Thanks,
diff mbox series

Patch

diff --git a/drivers/net/wireless/intel/iwlwifi/iwl-config.h b/drivers/net/wireless/intel/iwlwifi/iwl-config.h
index 317eac066082..fb6838527e28 100644
--- a/drivers/net/wireless/intel/iwlwifi/iwl-config.h
+++ b/drivers/net/wireless/intel/iwlwifi/iwl-config.h
@@ -636,6 +636,6 @@  extern const struct iwl_cfg iwlax210_2ax_cfg_so_hr_a0;
 extern const struct iwl_cfg iwlax211_2ax_cfg_so_gf_a0;
 extern const struct iwl_cfg iwlax210_2ax_cfg_ty_gf_a0;
 extern const struct iwl_cfg iwlax411_2ax_cfg_so_gf4_a0;
-#endif /* CPTCFG_IWLMVM || CPTCFG_IWLFMAC */
+#endif /* CONFIG_IWLMVM */
 
 #endif /* __IWL_CONFIG_H__ */