libubox: update to latest version, fixes timer/process deletion on uloop_done()
[openwrt.git] / package / mac80211 / patches / 585-ath9k-skip-internal-regulator-configuration-for-AR95.patch
1 From 9c598271929ea9a54f57e82af15260dc4afea590 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 16/20] ath9k: skip internal regulator configuration 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_eeprom.c |    2 +-
10  1 files changed, 1 insertions(+), 1 deletions(-)
11
12 --- a/drivers/net/wireless/ath/ath9k/ar9003_eeprom.c
13 +++ b/drivers/net/wireless/ath/ath9k/ar9003_eeprom.c
14 @@ -3970,7 +3970,7 @@ static void ath9k_hw_ar9300_set_board_va
15         ar9003_hw_drive_strength_apply(ah);
16         ar9003_hw_atten_apply(ah, chan);
17         ar9003_hw_quick_drop_apply(ah, chan->channel);
18 -       if (!AR_SREV_9330(ah) && !AR_SREV_9340(ah))
19 +       if (!AR_SREV_9330(ah) && !AR_SREV_9340(ah) && !AR_SREV_9550(ah))
20                 ar9003_hw_internal_regulator_apply(ah);
21         if (AR_SREV_9485(ah) || AR_SREV_9330(ah) || AR_SREV_9340(ah))
22                 ar9003_hw_apply_tuning_caps(ah);