projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc591d7
)
ath9k: debugfs: Fix SPUR-DOWN field
author
Andrea Greco
<a.greco@4sigma.it>
Thu, 21 Feb 2019 23:12:57 +0000
(
00:12
+0100)
committer
Kalle Valo
<kvalo@codeaurora.org>
Tue, 26 Feb 2019 13:08:16 +0000
(15:08 +0200)
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>
drivers/net/wireless/ath/ath9k/debug.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath9k/debug.c
b/drivers/net/wireless/ath/ath9k/debug.c
index
0dfea5d
..
26ea51a
100644
(file)
--- 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_spur
up
},
+ { "SPUR DOWN", ah->stats.ast_ani_spur
down
},
{ "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 },