diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/hw.c')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/hw.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hw.c b/drivers/net/wireless/ath/ath9k/hw.c index 1dc1b485c3c3..a6f8032e54d6 100644 --- a/drivers/net/wireless/ath/ath9k/hw.c +++ b/drivers/net/wireless/ath/ath9k/hw.c | |||
@@ -1265,12 +1265,9 @@ int ath9k_hw_reset(struct ath_hw *ah, struct ath9k_channel *chan, | |||
1265 | 1265 | ||
1266 | ath9k_hw_init_global_settings(ah); | 1266 | ath9k_hw_init_global_settings(ah); |
1267 | 1267 | ||
1268 | if (!AR_SREV_9300_20_OR_LATER(ah)) | 1268 | if (!AR_SREV_9300_20_OR_LATER(ah)) { |
1269 | ar9002_hw_enable_async_fifo(ah); | 1269 | ar9002_hw_enable_async_fifo(ah); |
1270 | 1270 | ar9002_hw_enable_wep_aggregation(ah); | |
1271 | if (AR_SREV_9287_12_OR_LATER(ah)) { | ||
1272 | REG_SET_BIT(ah, AR_PCU_MISC_MODE2, | ||
1273 | AR_PCU_MISC_MODE2_ENABLE_AGGWEP); | ||
1274 | } | 1271 | } |
1275 | 1272 | ||
1276 | REG_WRITE(ah, AR_STA_ID1, | 1273 | REG_WRITE(ah, AR_STA_ID1, |