|
@@ -440,7 +440,7 @@ static void ath9k_hw_init_defaults(struct ath_hw *ah)
|
|
if (AR_SREV_9100(ah))
|
|
if (AR_SREV_9100(ah))
|
|
ah->sta_id1_defaults |= AR_STA_ID1_AR9100_BA_FIX;
|
|
ah->sta_id1_defaults |= AR_STA_ID1_AR9100_BA_FIX;
|
|
ah->enable_32kHz_clock = DONT_USE_32KHZ;
|
|
ah->enable_32kHz_clock = DONT_USE_32KHZ;
|
|
- ah->slottime = 20;
|
|
|
|
|
|
+ ah->slottime = ATH9K_SLOT_TIME_9;
|
|
ah->globaltxtimeout = (u32) -1;
|
|
ah->globaltxtimeout = (u32) -1;
|
|
ah->power_mode = ATH9K_PM_UNDEFINED;
|
|
ah->power_mode = ATH9K_PM_UNDEFINED;
|
|
}
|
|
}
|