All of lore.kernel.org
 help / color / mirror / Atom feed
* [ath9k-devel] Zero write to AR_WA on ar9300 reset.
@ 2011-03-30  4:18 Alex Hacker
  2011-03-30  7:10 ` Mohammed Shafi
  0 siblings, 1 reply; 3+ messages in thread
From: Alex Hacker @ 2011-03-30  4:18 UTC (permalink / raw)
  To: ath9k-devel

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 WARegVal
is read back later, bits 14 and 17 are set. So this variable do not hold
initial AR_WA reg value but just bits 14 and 17. I do not know the required
behaviour but it looks like mistake.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-03-30 14:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-30  4:18 [ath9k-devel] Zero write to AR_WA on ar9300 reset Alex Hacker
2011-03-30  7:10 ` Mohammed Shafi
2011-03-30 14:14   ` Alex Hacker

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.