aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/net/wireless/ath/ath9k/main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/main.c b/drivers/net/wireless/ath/ath9k/main.c
index 36f4f5afe738..4d647169439c 100644
--- a/drivers/net/wireless/ath/ath9k/main.c
+++ b/drivers/net/wireless/ath/ath9k/main.c
@@ -1196,6 +1196,10 @@ static int ath9k_start(struct ieee80211_hw *hw)
1196 ath9k_btcoex_timer_resume(sc); 1196 ath9k_btcoex_timer_resume(sc);
1197 } 1197 }
1198 1198
1199 /* User has the option to provide pm-qos value as a module
1200 * parameter rather than using the default value of
1201 * 'ATH9K_PM_QOS_DEFAULT_VALUE'.
1202 */
1199 pm_qos_update_request(&sc->pm_qos_req, ath9k_pm_qos_value); 1203 pm_qos_update_request(&sc->pm_qos_req, ath9k_pm_qos_value);
1200 1204
1201 if (ah->caps.pcie_lcr_extsync_en && common->bus_ops->extn_synch_en) 1205 if (ah->caps.pcie_lcr_extsync_en && common->bus_ops->extn_synch_en)