|
@@ -1316,7 +1316,7 @@ static bool ath9k_hw_set_reset(struct ath_hw *ah, int type)
|
|
if (AR_SREV_9300_20_OR_LATER(ah))
|
|
if (AR_SREV_9300_20_OR_LATER(ah))
|
|
udelay(50);
|
|
udelay(50);
|
|
else if (AR_SREV_9100(ah))
|
|
else if (AR_SREV_9100(ah))
|
|
- udelay(10000);
|
|
|
|
|
|
+ mdelay(10);
|
|
else
|
|
else
|
|
udelay(100);
|
|
udelay(100);
|
|
|
|
|
|
@@ -2051,9 +2051,8 @@ static bool ath9k_hw_set_power_awake(struct ath_hw *ah)
|
|
|
|
|
|
REG_SET_BIT(ah, AR_RTC_FORCE_WAKE,
|
|
REG_SET_BIT(ah, AR_RTC_FORCE_WAKE,
|
|
AR_RTC_FORCE_WAKE_EN);
|
|
AR_RTC_FORCE_WAKE_EN);
|
|
-
|
|
|
|
if (AR_SREV_9100(ah))
|
|
if (AR_SREV_9100(ah))
|
|
- udelay(10000);
|
|
|
|
|
|
+ mdelay(10);
|
|
else
|
|
else
|
|
udelay(50);
|
|
udelay(50);
|
|
|
|
|