On Thu, 2006-01-19 at 23:34 -0500, John W. Linville wrote: > > [PATCH 6/13] ieee80211: Add 802.11h data type and structures > > [PATCH 7/13] ieee80211: Add ieee80211_network_reset()
To support IEEE 802.11h in IBSS, an ibss_dfs field is added to struct ieee80211_network. In IBSS, if one STA sends a beacon with DFS info (for radar detection), all the other STAs should receive and store this DFS. All STAs should send the DFS as one of the information element in the beacon they are scheduled to send (if possible) in the future. Since the ibss_dfs has variable length, it must be allocated dynamically. ieee80211_network_reset() is added to clear the ibss_dfs field. ieee80211_network_free() is also updated to free the ibss_dfs field if it is not NULL. > Skipped 6-7 (pending better changelog for 7) > > > [PATCH 11/13] ieee80211: Added 802.11h information element parsing and some > > cleanup > > Skipped 11 (related to 6) See above. > I did take one hunk from 6, in order to fix a build warning. There is > no need to repost 6 (or 11), provided that the new changelog for 7 > comes quickly enough for me to remember what happened... :-) Thanks, -yi - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html