aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/582-ath9k-fix-PAPRD-settings-for-AR9550.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-07-10 00:21:25 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-07-10 00:21:25 +0000
commitb718813b57964dacdaf30a645cab112760ef1d23 (patch)
tree894a9e3fd09b247b6702594fffd3d65f520d0148 /package/mac80211/patches/582-ath9k-fix-PAPRD-settings-for-AR9550.patch
parent178df184a1ce23f024d50aa3205e17974d2047e1 (diff)
downloadupstream-b718813b57964dacdaf30a645cab112760ef1d23.tar.gz
upstream-b718813b57964dacdaf30a645cab112760ef1d23.tar.bz2
upstream-b718813b57964dacdaf30a645cab112760ef1d23.zip
mac80211: update to latest version, fix tx gain patch
SVN-Revision: 32655
Diffstat (limited to 'package/mac80211/patches/582-ath9k-fix-PAPRD-settings-for-AR9550.patch')
-rw-r--r--package/mac80211/patches/582-ath9k-fix-PAPRD-settings-for-AR9550.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/package/mac80211/patches/582-ath9k-fix-PAPRD-settings-for-AR9550.patch b/package/mac80211/patches/582-ath9k-fix-PAPRD-settings-for-AR9550.patch
deleted file mode 100644
index 11188bcd63..0000000000
--- a/package/mac80211/patches/582-ath9k-fix-PAPRD-settings-for-AR9550.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From 76ea066dcf42308aec8d20ef75170c1ecae82e60 Mon Sep 17 00:00:00 2001
-From: Gabor Juhos <juhosg@openwrt.org>
-Date: Mon, 2 Jul 2012 17:15:58 +0200
-Subject: [PATCH 13/20] ath9k: fix PAPRD settings for AR9550
-
-Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
-Acked-by: Luis R. Rodriguez <mcgrof@qca.qualcomm.com>
----
- drivers/net/wireless/ath/ath9k/ar9003_paprd.c | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
---- a/drivers/net/wireless/ath/ath9k/ar9003_paprd.c
-+++ b/drivers/net/wireless/ath/ath9k/ar9003_paprd.c
-@@ -211,7 +211,7 @@ static int ar9003_paprd_setup_single_tab
- AR_PHY_PAPRD_TRAINER_CNTL3_CF_PAPRD_NUM_CORR_STAGES, 7);
- REG_RMW_FIELD(ah, AR_PHY_PAPRD_TRAINER_CNTL3,
- AR_PHY_PAPRD_TRAINER_CNTL3_CF_PAPRD_MIN_LOOPBACK_DEL, 1);
-- if (AR_SREV_9485(ah) || AR_SREV_9462(ah))
-+ if (AR_SREV_9485(ah) || AR_SREV_9462(ah) || AR_SREV_9550(ah))
- REG_RMW_FIELD(ah, AR_PHY_PAPRD_TRAINER_CNTL3,
- AR_PHY_PAPRD_TRAINER_CNTL3_CF_PAPRD_QUICK_DROP,
- -3);