mwl8k: replace rateinfo bitfields with mask and shift macros
authorJohn W. Linville <linville@tuxdriver.com>
Wed, 27 Apr 2011 19:04:28 +0000 (15:04 -0400)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 28 Apr 2011 18:53:23 +0000 (14:53 -0400)
AFAICT, this driver is claiming that 24 bits of rate info fit into a
16-bit field in the Tx descriptor.  Anyway, the use of bitfields is
frowned-upon for a variety of well-documented reasons...

Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found