aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/564-ath9k_mcs_mask_fix.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-04-22 15:39:31 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-04-22 15:39:31 +0000
commit17049cf4cecc9ce37e52b176f87c512b07db1446 (patch)
tree089e22db0ec1c250a3dc677e3fffe90a52492bc1 /package/mac80211/patches/564-ath9k_mcs_mask_fix.patch
parentceaa4bbe3c321003122bd277be4b7f609f33f8a3 (diff)
downloadupstream-17049cf4cecc9ce37e52b176f87c512b07db1446.tar.gz
upstream-17049cf4cecc9ce37e52b176f87c512b07db1446.tar.bz2
upstream-17049cf4cecc9ce37e52b176f87c512b07db1446.zip
mac80211: update to wireless-testing 2010-04-21
SVN-Revision: 21089
Diffstat (limited to 'package/mac80211/patches/564-ath9k_mcs_mask_fix.patch')
-rw-r--r--package/mac80211/patches/564-ath9k_mcs_mask_fix.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/mac80211/patches/564-ath9k_mcs_mask_fix.patch b/package/mac80211/patches/564-ath9k_mcs_mask_fix.patch
deleted file mode 100644
index 4d0ac2de1b..0000000000
--- a/package/mac80211/patches/564-ath9k_mcs_mask_fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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) & 0x0f)
-+#define HT_RC_2_MCS(_rc) ((_rc) & 0x1f)
- #define HT_RC_2_STREAMS(_rc) ((((_rc) & 0x78) >> 3) + 1)
- #define L_STF 8
- #define L_LTF 8