On Monday, July 02, 2012 02:58:39 PM Johannes Berg wrote: > > > Vladimir Kondratiev (5): > > > wireless: add 802.11ad (60gHz band) > > > wireless: rate check logic for 60g > > > wireless: regulatory for 60g > > > wireless: 60g protocol constants > > > wireless: bitrate calculation for 60g > > > > > > > > Applied the first four patches, but I fixed the subjects for you (this > > time) > > And I had to squash patches to make it compile without warnings after > each patch. > > Please be more careful next time. > > johannes Thanks a lot! I'll do my best. So, now I'll focus on the last patch - bitrate calculation. My plan is: - add new element like NL80211_RATE_INFO_BITRATE_HT with u32 data - change nl80211_put_sta_rate() to fill both NL80211_RATE_INFO_BITRATE (with u16 value) and NL80211_RATE_INFO_BITRATE_HT (with u32 value) - when bitrate not fit into u16, put 0 for u16 value and fill only u32 This opens migration path for the drivers and user space tools to the new u32 representation without breaking existing code. Comments? Thanks, Vladimir -- 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