View | Details | Raw Unified | Return to bug 14402 | Differences between
and this patch

Collapse All | Expand All

(-)a/drivers/net/wireless/ath/ath9k/hw.c (-3 lines)
Lines 1773-1781 static bool ath9k_hw_set_reset(struct ath_hw *ah, int type) Link Here
1773
1773
1774
static bool ath9k_hw_set_reset_power_on(struct ath_hw *ah)
1774
static bool ath9k_hw_set_reset_power_on(struct ath_hw *ah)
1775
{
1775
{
1776
	REG_WRITE(ah, AR_RTC_FORCE_WAKE, AR_RTC_FORCE_WAKE_EN |
1777
		  AR_RTC_FORCE_WAKE_ON_INT);
1778
1779
	if (!AR_SREV_9100(ah))
1776
	if (!AR_SREV_9100(ah))
1780
		REG_WRITE(ah, AR_RC, AR_RC_AHB);
1777
		REG_WRITE(ah, AR_RC, AR_RC_AHB);
1781
1778

Return to bug 14402