diff options
author | Sujith Manoharan <c_manoha@qca.qualcomm.com> | 2012-11-12 00:26:44 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-11-16 14:11:14 -0500 |
commit | b126b02796eaac8534b699571bd4209e05b64146 (patch) | |
tree | b21b2f795de4d78718a92799d320dcefb6886dd9 /drivers/net/wireless/ath/ath9k/main.c | |
parent | 413c0303cfbf269cdc7a90653ec15f3cb73cd080 (diff) |
ath9k: Remove unused workaround
The workaround for ASPM/L0s is needed only for AR9485 1.0,
which was never sold and is not supported by ath9k.
Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.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.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/wireless/ath/ath9k/main.c b/drivers/net/wireless/ath/ath9k/main.c index c084532291a1..9594b6fcdf06 100644 --- a/drivers/net/wireless/ath/ath9k/main.c +++ b/drivers/net/wireless/ath/ath9k/main.c | |||
@@ -686,9 +686,6 @@ static int ath9k_start(struct ieee80211_hw *hw) | |||
686 | 686 | ||
687 | spin_unlock_bh(&sc->sc_pcu_lock); | 687 | spin_unlock_bh(&sc->sc_pcu_lock); |
688 | 688 | ||
689 | if (ah->caps.pcie_lcr_extsync_en && common->bus_ops->extn_synch_en) | ||
690 | common->bus_ops->extn_synch_en(common); | ||
691 | |||
692 | mutex_unlock(&sc->mutex); | 689 | mutex_unlock(&sc->mutex); |
693 | 690 | ||
694 | ath9k_ps_restore(sc); | 691 | ath9k_ps_restore(sc); |