aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/main.c
diff options
context:
space:
mode:
authorVasanthakumar Thiagarajan <vasanth@atheros.com>2010-12-06 07:27:42 -0500
committerJohn W. Linville <linville@tuxdriver.com>2010-12-07 16:34:53 -0500
commit8060e169e02fe855f5533b5ef6af1f23ae2db0c4 (patch)
treed5a62855ccecce8743cb4fb1b95c3846d20b9571 /drivers/net/wireless/ath/ath9k/main.c
parent7f1c7a6ac57ff0482219aa3f62eb9d0f8fe65867 (diff)
ath9k: Enable extended synch for AR9485 to fix L0s recovery issue
Signed-off-by: Vasanthakumar Thiagarajan <vasanth@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/main.c')
-rw-r--r--drivers/net/wireless/ath/ath9k/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/main.c b/drivers/net/wireless/ath/ath9k/main.c
index a59cfce3335a..3e0c8a1874b4 100644
--- a/drivers/net/wireless/ath/ath9k/main.c
+++ b/drivers/net/wireless/ath/ath9k/main.c
@@ -1179,6 +1179,9 @@ static int ath9k_start(struct ieee80211_hw *hw)
1179 1179
1180 pm_qos_update_request(&sc->pm_qos_req, 55); 1180 pm_qos_update_request(&sc->pm_qos_req, 55);
1181 1181
1182 if (ah->caps.pcie_lcr_extsync_en && common->bus_ops->extn_synch_en)
1183 common->bus_ops->extn_synch_en(common);
1184
1182mutex_unlock: 1185mutex_unlock:
1183 mutex_unlock(&sc->mutex); 1186 mutex_unlock(&sc->mutex);
1184 1187