ath9k_hw: Support fast channel change on 5GHz for AR9003 chips
[pandora-kernel.git] / drivers / net / wireless / ath / ath9k / hw.c
index 88bbdc4..e6b0d68 100644 (file)
@@ -1527,8 +1527,7 @@ int ath9k_hw_reset(struct ath_hw *ah, struct ath9k_channel *chan,
        }
        ah->noise = ath9k_hw_getchan_noise(ah, chan);
 
-       if ((AR_SREV_9280(ah) && common->bus_ops->ath_bus_type == ATH_PCI) ||
-           (AR_SREV_9300_20_OR_LATER(ah) && IS_CHAN_5GHZ(chan)))
+       if (AR_SREV_9280(ah) && common->bus_ops->ath_bus_type == ATH_PCI)
                bChannelChange = false;
 
        if (bChannelChange &&