On Fri, 2011-03-04 at 17:24 -0800, Thomas Pedersen wrote: > +++ b/net/mac80211/mesh_plink.c > @@ -105,7 +105,7 @@ static struct sta_info *mesh_plink_alloc(struct ieee80211_sub_if_data *sdata, > if (!sta) > return NULL; > > - sta->flags = WLAN_STA_AUTHORIZED; > + sta->flags = WLAN_STA_AUTHORIZED | WLAN_STA_AUTH; > sta->sta.supp_rates[local->hw.conf.channel->band] = rates; > rate_control_rate_init(sta); This is just for consistency now, right? The AUTH flag isn't tested, but stations from userspace will have it set, afaiu? 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