This patch set implements support for configuring basic rates for ibss network when joining/creating one. First two patches are basically patch proposed by Johannes Berg on linux-wireless posting list split in two. These implement interface to nl80211 to do actual configuration from user space. Last patch is to fix a problem when leaving and joining back to self created ibss network, without this basic rates would be left unset. That is caused by the fact that the stack holds information for the self created bss and when rejoining it looks like already existing ibss network. This causes little annoyance (bug?) by preventing changing basic rates once ibss is created as long as the stack holds the information. Teemu Paasikivi (3): mac80211: Set basic rates while joining ibss network mac80211: Set changed basic rates flag mac80211: Store basic rates for bss when joining ibss network include/net/cfg80211.h | 2 + net/mac80211/ibss.c | 19 ++++++++++++++++- net/mac80211/ieee80211_i.h | 2 + net/wireless/nl80211.c | 49 ++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 71 insertions(+), 1 deletions(-) -- 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