aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/patches/554-ath9k_ani_mrc_fix.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-08-13 10:35:14 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-08-13 10:35:14 +0000
commit339fd0a8e13f237a67685d224a9cfb36d157fc62 (patch)
treed8f26b6a25f9511f3ef9b5f59d4d25b30392039b /package/kernel/mac80211/patches/554-ath9k_ani_mrc_fix.patch
parent6d651b4e3d6de30fd31fce25fa8e4b4b39b2b3a7 (diff)
downloadmaster-187ad058-339fd0a8e13f237a67685d224a9cfb36d157fc62.tar.gz
master-187ad058-339fd0a8e13f237a67685d224a9cfb36d157fc62.tar.bz2
master-187ad058-339fd0a8e13f237a67685d224a9cfb36d157fc62.zip
ath9k: reorganize patches
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37766 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/mac80211/patches/554-ath9k_ani_mrc_fix.patch')
-rw-r--r--package/kernel/mac80211/patches/554-ath9k_ani_mrc_fix.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/package/kernel/mac80211/patches/554-ath9k_ani_mrc_fix.patch b/package/kernel/mac80211/patches/554-ath9k_ani_mrc_fix.patch
deleted file mode 100644
index 47df721322..0000000000
--- a/package/kernel/mac80211/patches/554-ath9k_ani_mrc_fix.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/drivers/net/wireless/ath/ath9k/ar9003_phy.c
-+++ b/drivers/net/wireless/ath/ath9k/ar9003_phy.c
-@@ -1173,6 +1173,10 @@ skip_ws_det:
- * is_on == 0 means MRC CCK is OFF (more noise imm)
- */
- bool is_on = param ? 1 : 0;
-+
-+ if (ah->caps.rx_chainmask == 1)
-+ break;
-+
- REG_RMW_FIELD(ah, AR_PHY_MRC_CCK_CTRL,
- AR_PHY_MRC_CCK_ENABLE, is_on);
- REG_RMW_FIELD(ah, AR_PHY_MRC_CCK_CTRL,