On Mon, 2010-06-14 at 09:15 +0300, Teemu Paasikivi wrote: > Add changed basic rates flag to bss_changed while joinig ibss network. > > This patch is split from the patch containing support for setting basic > rates when creating ibss network. Original patch was posted by Johannes > Berg on the linux-wireless posting list. > Signed-off-by: Johannes Berg <johannes.berg@xxxxxxxxx> > Signed-off-by: Teemu Paasikivi <ext-teemu.3.paasikivi@xxxxxxxxx> > --- > net/mac80211/ibss.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/net/mac80211/ibss.c b/net/mac80211/ibss.c > index 8be5a96..ff91265 100644 > --- a/net/mac80211/ibss.c > +++ b/net/mac80211/ibss.c > @@ -178,6 +178,7 @@ static void __ieee80211_sta_join_ibss(struct ieee80211_sub_if_data *sdata, > bss_change |= BSS_CHANGED_BSSID; > bss_change |= BSS_CHANGED_BEACON; > bss_change |= BSS_CHANGED_BEACON_ENABLED; > + bss_change |= BSS_CHANGED_BASIC_RATES; > bss_change |= BSS_CHANGED_IBSS; > sdata->vif.bss_conf.ibss_joined = true; > ieee80211_bss_info_change_notify(sdata, bss_change); -- 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