netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2/2] ath9K: debugfs: Fix SPUR-DOWN field
@ 2019-02-21 23:12 Andrea Greco
  2019-02-26 13:08 ` Kalle Valo
  0 siblings, 1 reply; 2+ messages in thread
From: Andrea Greco @ 2019-02-21 23:12 UTC (permalink / raw)
  To: johannes.berg
  Cc: Andrea Greco, QCA ath9k Development, Kalle Valo, David S. Miller,
	linux-wireless, netdev, linux-kernel

From: Andrea Greco <a.greco@4sigma.it>

SPUR DOWN field return spurup inside of spurdown

Signed-off-by: Andrea Greco <a.greco@4sigma.it>
---
 drivers/net/wireless/ath/ath9k/debug.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/ath/ath9k/debug.c b/drivers/net/wireless/ath/ath9k/debug.c
index 4399e9ad058f..d4a2cdf9212c 100644
--- a/drivers/net/wireless/ath/ath9k/debug.c
+++ b/drivers/net/wireless/ath/ath9k/debug.c
@@ -148,7 +148,7 @@ static ssize_t read_file_ani(struct file *file, char __user *user_buf,
 		{ "OFDM LEVEL", ah->ani.ofdmNoiseImmunityLevel },
 		{ "CCK LEVEL", ah->ani.cckNoiseImmunityLevel },
 		{ "SPUR UP", ah->stats.ast_ani_spurup },
-		{ "SPUR DOWN", ah->stats.ast_ani_spurup },
+		{ "SPUR DOWN", ah->stats.ast_ani_spurdown },
 		{ "OFDM WS-DET ON", ah->stats.ast_ani_ofdmon },
 		{ "OFDM WS-DET OFF", ah->stats.ast_ani_ofdmoff },
 		{ "MRC-CCK ON", ah->stats.ast_ani_ccklow },
-- 
2.17.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 2/2] ath9K: debugfs: Fix SPUR-DOWN field
  2019-02-21 23:12 [PATCH 2/2] ath9K: debugfs: Fix SPUR-DOWN field Andrea Greco
@ 2019-02-26 13:08 ` Kalle Valo
  0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2019-02-26 13:08 UTC (permalink / raw)
  To: Andrea Greco
  Cc: johannes.berg, Andrea Greco, QCA ath9k Development,
	David S. Miller, linux-wireless, netdev, linux-kernel

Andrea Greco <a.greco@4sigma.it> wrote:

> SPUR DOWN field returns spurup instead of spurdown.
> 
> Signed-off-by: Andrea Greco <a.greco@4sigma.it>
> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>

Patch applied to ath-next branch of ath.git, thanks.

d0480d4326e2 ath9k: debugfs: Fix SPUR-DOWN field

-- 
https://patchwork.kernel.org/patch/10824837/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-02-26 13:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-21 23:12 [PATCH 2/2] ath9K: debugfs: Fix SPUR-DOWN field Andrea Greco
2019-02-26 13:08 ` 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).