libubox: update to latest version, fixes timer/process deletion on uloop_done()
[openwrt/svn-archive/archive.git] / package / mac80211 / patches / 582-ath9k-fix-PAPRD-settings-for-AR9550.patch
1 From 76ea066dcf42308aec8d20ef75170c1ecae82e60 Mon Sep 17 00:00:00 2001
2 From: Gabor Juhos <juhosg@openwrt.org>
3 Date: Mon, 2 Jul 2012 17:15:58 +0200
4 Subject: [PATCH 13/20] ath9k: fix PAPRD settings for AR9550
5
6 Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
7 Acked-by: Luis R. Rodriguez <mcgrof@qca.qualcomm.com>
8 ---
9 drivers/net/wireless/ath/ath9k/ar9003_paprd.c | 2 +-
10 1 files changed, 1 insertions(+), 1 deletions(-)
11
12 --- a/drivers/net/wireless/ath/ath9k/ar9003_paprd.c
13 +++ b/drivers/net/wireless/ath/ath9k/ar9003_paprd.c
14 @@ -211,7 +211,7 @@ static int ar9003_paprd_setup_single_tab
15 AR_PHY_PAPRD_TRAINER_CNTL3_CF_PAPRD_NUM_CORR_STAGES, 7);
16 REG_RMW_FIELD(ah, AR_PHY_PAPRD_TRAINER_CNTL3,
17 AR_PHY_PAPRD_TRAINER_CNTL3_CF_PAPRD_MIN_LOOPBACK_DEL, 1);
18 - if (AR_SREV_9485(ah) || AR_SREV_9462(ah))
19 + if (AR_SREV_9485(ah) || AR_SREV_9462(ah) || AR_SREV_9550(ah))
20 REG_RMW_FIELD(ah, AR_PHY_PAPRD_TRAINER_CNTL3,
21 AR_PHY_PAPRD_TRAINER_CNTL3_CF_PAPRD_QUICK_DROP,
22 -3);