diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/main.c')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/main.c | 3 |
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 | |||
1182 | mutex_unlock: | 1185 | mutex_unlock: |
1183 | mutex_unlock(&sc->mutex); | 1186 | mutex_unlock(&sc->mutex); |
1184 | 1187 | ||