K 10 svn:author V 3 sam K 8 svn:date V 27 2009-01-27T19:17:59.573369Z K 7 svn:log V 786 Really fix 1/2 and 1/4 width channel handling: o only include 1/2 and 1/4 width channels when they are specified in the regulatory database description; previously we treated them as if they were part of the band and blindly added them for 11a/g o check the channel list returned in the devcaps to identify whether a device supports 1/2 or 1/4 width channels on a band; this might be better brought out as a capability bit to avoid filling the channel list w/ 1/2 and 1/4 width channels but then cards that only support these channels in a range of frequencies could not be described (though right now we don't check frequency range only band) While here bring back private def of IEEE80211_C_BITS; we don't want to include ieee80211_var.h which was where it was placed. END