diff mbox

wil6210: fix name of tracing config option

Message ID 1370776205-3755-1-git-send-email-hauke@hauke-m.de (mailing list archive)
State Not Applicable, archived
Headers show

Commit Message

Hauke Mehrtens June 9, 2013, 11:10 a.m. UTC
Tracing in wil6210 is activated with WIL6210_TRACING and not with
ATH6KL_TRACING, this is used for the ath6kl driver. Rename the config
option.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
---
 drivers/net/wireless/ath/wil6210/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Vladimir Kondratiev June 9, 2013, 11:25 a.m. UTC | #1
On Sunday, June 09, 2013 01:10:05 PM Hauke Mehrtens wrote:
> Tracing in wil6210 is activated with WIL6210_TRACING and not with
> ATH6KL_TRACING, this is used for the ath6kl driver. Rename the config
> option.
> 
> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>

Thanks for finding this.

Acked-by: Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>

--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/net/wireless/ath/wil6210/Kconfig b/drivers/net/wireless/ath/wil6210/Kconfig
index 5644ac5..ce8c038 100644
--- a/drivers/net/wireless/ath/wil6210/Kconfig
+++ b/drivers/net/wireless/ath/wil6210/Kconfig
@@ -28,7 +28,7 @@  config WIL6210_ISR_COR
 	  such monitoring impossible.
 	  Say y unless you debug interrupts
 
-config ATH6KL_TRACING
+config WIL6210_TRACING
 	bool "wil6210 tracing support"
 	depends on WIL6210
 	depends on EVENT_TRACING