projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39184b1
)
mac80211: fix typo for LDPC capability
author
Luis R. Rodriguez
<lrodriguez@atheros.com>
Thu, 8 Apr 2010 20:08:46 +0000
(16:08 -0400)
committer
John W. Linville
<linville@tuxdriver.com>
Fri, 9 Apr 2010 17:43:09 +0000
(13:43 -0400)
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/debugfs_sta.c
patch
|
blob
|
history
diff --git
a/net/mac80211/debugfs_sta.c
b/net/mac80211/debugfs_sta.c
index 740ff6c5b92ca3946fd9db5ed82179bf2b71c251..6bc9b07c3edad96ab20d2c366686701f5bf72be2 100644
(file)
--- a/
net/mac80211/debugfs_sta.c
+++ b/
net/mac80211/debugfs_sta.c
@@
-176,7
+176,7
@@
static ssize_t sta_ht_capa_read(struct file *file, char __user *userbuf,
if (htc->ht_supported) {
p += scnprintf(p, sizeof(buf)+buf-p, "cap: %#.4x\n", htc->cap);
- PRINT_HT_CAP((htc->cap & BIT(0)), "RX LD
CP
");
+ PRINT_HT_CAP((htc->cap & BIT(0)), "RX LD
PC
");
PRINT_HT_CAP((htc->cap & BIT(1)), "HT20/HT40");
PRINT_HT_CAP(!(htc->cap & BIT(1)), "HT20");