From: John W. Linville Date: Wed, 27 Apr 2011 19:04:28 +0000 (-0400) Subject: mwl8k: replace rateinfo bitfields with mask and shift macros X-Git-Tag: v3.0-rc1~377^2~161^2^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49adc5ceb2b95e517baf625e0c8e06e91073009b;p=pandora-kernel.git mwl8k: replace rateinfo bitfields with mask and shift macros 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 --- Reading git-diff-tree failed