linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC] How to rename SSB_TMSLOW_*, B43_TMSLOW_*?
@ 2011-02-16 13:13 Rafał Miłecki
  2011-02-16 14:58 ` George Kashperko
  2011-02-16 22:17 ` Michael Büsch
  0 siblings, 2 replies; 6+ messages in thread
From: Rafał Miłecki @ 2011-02-16 13:13 UTC (permalink / raw)
  To: Michael Buesch, George Kashperko, linux-wireless; +Cc: b43-dev

Except for following 3 defines:
#define  SSB_TMSLOW_RESET	0x00000001 /* Reset */
#define  SSB_TMSLOW_REJECT_22	0x00000002 /* Reject (Backplane rev 2.2) */
#define  SSB_TMSLOW_REJECT_23	0x00000004 /* Reject (Backplane rev 2.3) */

All our SSB_TMSLOW_* and B43_TMSLOW_* defines are some core control
bits. As we now know, core control bits are not SSB specific or TMSLOW
specific.

Should we (and how) define that names in this situation?

For b43 I propose (quite obvious?) B43_CORE_CTL_*.

However what about SSB_TMSLOW_*? George proposed SSB_CORECTL_*, but it
contains "SSB", while that bits are not SSB specific. Same bits are
used on AI bus. Should we use some SSBAI_CORE_CTL_* then? Any other
ideas? Some better maybe?

P.S.
Personally I prefer CORE_CTL over CORECTL (George). Which one should we use?

-- 
Rafał

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

end of thread, other threads:[~2011-02-17 22:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-16 13:13 [RFC] How to rename SSB_TMSLOW_*, B43_TMSLOW_*? Rafał Miłecki
2011-02-16 14:58 ` George Kashperko
2011-02-16 22:17 ` Michael Büsch
2011-02-17 12:14   ` Rafał Miłecki
2011-02-17 22:00     ` Michael Büsch
2011-02-17 22:15       ` Rafał Miłecki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).