Re: [ath9k-devel] Zero write to AR_WA on ar9300 reset.

2011-03-30 Thread Alex Hacker
I'm sorry just looking in 2.6.38 kernel. I see this is fixed in 2.6.39. Thank you! ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org https://lists.ath9k.org/mailman/listinfo/ath9k-devel

Re: [ath9k-devel] Zero write to AR_WA on ar9300 reset.

2011-03-30 Thread Mohammed Shafi
On Wed, Mar 30, 2011 at 9:48 AM, Alex Hacker wrote: > I'd found that the WARegVal field of ath_hw structre which are used to avoid > reading the AR_WA reg while chip asleep is used before initialization in > ath9k_set_reset_reg(). So that on ar9300 the AR_WA reg is zero written when > the > ath9k

[ath9k-devel] Zero write to AR_WA on ar9300 reset.

2011-03-29 Thread Alex Hacker
I'd found that the WARegVal field of ath_hw structre which are used to avoid reading the AR_WA reg while chip asleep is used before initialization in ath9k_set_reset_reg(). So that on ar9300 the AR_WA reg is zero written when the ath9k_set_reset_reg() is first called from __ath9k_hw_init(). The WAR