* [PATCH] iwlwifi: mvm: fix wrong #ifdef that uses a macro from backports
@ 2017-12-08 12:52 Luca Coelho
2017-12-08 13:04 ` Kalle Valo
0 siblings, 1 reply; 2+ messages in thread
From: Luca Coelho @ 2017-12-08 12:52 UTC (permalink / raw)
To: kvalo; +Cc: linux-wireless, Luca Coelho
From: Luca Coelho <luciano.coelho@intel.com>
I accidentally pushed a patch with CPTCFG (which is used in the
backports project) to the rs-fw.c file. Fix that to use CONFIG
instead.
Fixes: 9f66a397c877 ("iwlwifi: mvm: rs: add ops for the new rate scaling in the FW")
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
---
drivers/net/wireless/intel/iwlwifi/mvm/rs-fw.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/rs-fw.c b/drivers/net/wireless/intel/iwlwifi/mvm/rs-fw.c
index 4e5f09408517..55d1274c6092 100644
--- a/drivers/net/wireless/intel/iwlwifi/mvm/rs-fw.c
+++ b/drivers/net/wireless/intel/iwlwifi/mvm/rs-fw.c
@@ -308,7 +308,7 @@ void iwl_mvm_rs_add_sta(struct iwl_mvm *mvm, struct iwl_mvm_sta *mvmsta)
lq_sta->pers.last_rssi = S8_MIN;
lq_sta->last_rate_n_flags = 0;
-#ifdef CPTCFG_MAC80211_DEBUGFS
+#ifdef CONFIG_MAC80211_DEBUGFS
lq_sta->pers.dbg_fixed_rate = 0;
#endif
}
--
2.15.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: iwlwifi: mvm: fix wrong #ifdef that uses a macro from backports
2017-12-08 12:52 [PATCH] iwlwifi: mvm: fix wrong #ifdef that uses a macro from backports Luca Coelho
@ 2017-12-08 13:04 ` Kalle Valo
0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2017-12-08 13:04 UTC (permalink / raw)
To: Luciano Coelho; +Cc: linux-wireless, Luca Coelho
Luciano Coelho <luca@coelho.fi> wrote:
> From: Luca Coelho <luciano.coelho@intel.com>
>
> I accidentally pushed a patch with CPTCFG (which is used in the
> backports project) to the rs-fw.c file. Fix that to use CONFIG
> instead.
>
> Fixes: 9f66a397c877 ("iwlwifi: mvm: rs: add ops for the new rate scaling in the FW")
> Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Patch applied to wireless-drivers-next.git, thanks.
59365b9efd48 iwlwifi: mvm: fix wrong #ifdef that uses a macro from backports
--
https://patchwork.kernel.org/patch/10102471/
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-12-08 13:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-08 12:52 [PATCH] iwlwifi: mvm: fix wrong #ifdef that uses a macro from backports Luca Coelho
2017-12-08 13:04 ` Kalle Valo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).