|
@@ -408,7 +408,7 @@ static void ath9k_hw_init_defaults(struct ath_hw *ah)
|
|
AR_STA_ID1_CRPT_MIC_ENABLE |
|
|
AR_STA_ID1_CRPT_MIC_ENABLE |
|
|
AR_STA_ID1_MCAST_KSRCH;
|
|
AR_STA_ID1_MCAST_KSRCH;
|
|
ah->enable_32kHz_clock = DONT_USE_32KHZ;
|
|
ah->enable_32kHz_clock = DONT_USE_32KHZ;
|
|
- ah->slottime = (u32) -1;
|
|
|
|
|
|
+ ah->slottime = 20;
|
|
ah->globaltxtimeout = (u32) -1;
|
|
ah->globaltxtimeout = (u32) -1;
|
|
ah->power_mode = ATH9K_PM_UNDEFINED;
|
|
ah->power_mode = ATH9K_PM_UNDEFINED;
|
|
}
|
|
}
|