Jouni Malinen wrote: > That sounds better. net/wireless.h was bit confusing on this part since > it has the "filled by the core" notice only for > IEEE80211_RATE_MANDATORY_* flags, not for IEEE80211_RATE_ERP_G. Looks > like this should be added to the ERP flag, too. good point. > OK, I'll remove it. With the current bands this seems to be fine, but > how would that work with 10 MHz and 5 MHz channels? I haven't verified, > but I would assume they could use same center frequency with 20 MHz > channels.. Yeah... that isn't really supported yet. > Hmm.. Aren't the channel and rate structures being modified by > mac80211/wireless code? Sharing the same global data area for all radios > might not be desired if there will be different "hw" capabilities as far > as supported channels/rates/bands are concerned. In addition, the static > data structures were marked 'const' which would at least be somewhat > confusing if the data ends up changing. They're only modified all the same, so it's fine to share unless you have different capabilities. Yeah, you should removed the const then. johannes -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html