* [patch 0/5] d80211.h bitfield removal
@ 2006-10-13 19:20 David Kimdon
0 siblings, 0 replies; only message in thread
From: David Kimdon @ 2006-10-13 19:20 UTC (permalink / raw)
To: netdev; +Cc: John W. Linville, Jiri Benc
Continue d80211 bitfield removal. In general, compilers have
difficulty generating efficient code for bitfields. This patchset
removes all bitfields from include/net/d80211.h (except for the xr and
Super A/G fields which are completely removed by previous patches).
I converted the 1 bit bitfields into a bit in a u32 flags structure
member. Larger bitfields I converted into their u8/u16/whatever
equivalent.
This should be a no-op from a functionality standpoint.
-David
--
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-10-13 19:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-13 19:20 [patch 0/5] d80211.h bitfield removal David Kimdon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox