All of lore.kernel.org
 help / color / mirror / Atom feed
* [ath9k-devel] AR5416 calibration / chainmask configuration bug?
@ 2011-01-27  9:46 Adrian Chadd
  2011-01-31 12:53 ` Mohammed Shafi
  0 siblings, 1 reply; 4+ messages in thread
From: Adrian Chadd @ 2011-01-27  9:46 UTC (permalink / raw)
  To: ath9k-devel

Hi,

In ar5008_phy.c:ar5008_hw_init_chain_masks(), some special case
happens for AR5416 v1.0 when the chainmask is configured for two
chains.

But the comparison seems bogus - it's checking if
hw_version.macVersion == AR_SREV_REVISION_5416_10; it's comparing the
revision rather than the MAC version. And since
AR_SREV_REVISION_5416_10 is defined as 0, the macVersion would have to
be 0 for that to trigger.

So what would the right comparison be? Should it be for AR5416 v1.0 ?
Or any AR5416 revision?

Thanks,



Adrian

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

end of thread, other threads:[~2011-02-01 12:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-27  9:46 [ath9k-devel] AR5416 calibration / chainmask configuration bug? Adrian Chadd
2011-01-31 12:53 ` Mohammed Shafi
2011-02-01  3:49   ` Adrian Chadd
2011-02-01 12:13     ` Mohammed Shafi

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.