From: Sujith Manoharan Date: Mon, 21 Feb 2011 11:37:12 +0000 (+0530) Subject: ath9k_hw: Fix power on reset X-Git-Tag: v2.6.39-rc1~468^2~25^2^2~139 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=320d6c1b56de5f461c6062625b9664095f90ee95;p=platform%2Fkernel%2Flinux-3.10.git ath9k_hw: Fix power on reset Commit "ath9k_hw: add an extra delay when reseting AR_RTC_RESET" added an extra udelay to the reset routine. As the required delay is already present, remove this. Signed-off-by: Sujith Manoharan Signed-off-by: John W. Linville --- diff --git a/drivers/net/wireless/ath/ath9k/hw.c b/drivers/net/wireless/ath/ath9k/hw.c index f9cf815..9a34381 100644 --- a/drivers/net/wireless/ath/ath9k/hw.c +++ b/drivers/net/wireless/ath/ath9k/hw.c @@ -1100,7 +1100,6 @@ static bool ath9k_hw_set_reset_power_on(struct ath_hw *ah) REG_WRITE(ah, AR_RC, AR_RC_AHB); REG_WRITE(ah, AR_RTC_RESET, 0); - udelay(2); REGWRITE_BUFFER_FLUSH(ah);