projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a8cea8
)
ath9k: update the MCS mask for MCS16 and above
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 19 Apr 2010 17:57:31 +0000
(19:57 +0200)
committer
John W. Linville
<linville@tuxdriver.com>
Tue, 20 Apr 2010 15:50:53 +0000
(11:50 -0400)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/xmit.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath9k/xmit.c
b/drivers/net/wireless/ath/ath9k/xmit.c
index fcbb4a856a0052b514ebae4300a40b1962298237..5d3d5635b92f6873ded399729ff4d5e404fda418 100644
(file)
--- a/
drivers/net/wireless/ath/ath9k/xmit.c
+++ b/
drivers/net/wireless/ath/ath9k/xmit.c
@@
-19,7
+19,7
@@
#define BITS_PER_BYTE 8
#define OFDM_PLCP_BITS 22
-#define HT_RC_2_MCS(_rc) ((_rc) & 0x
0
f)
+#define HT_RC_2_MCS(_rc) ((_rc) & 0x
1
f)
#define HT_RC_2_STREAMS(_rc) ((((_rc) & 0x78) >> 3) + 1)
#define L_STF 8
#define L_LTF 8