X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=net%2Fmac80211%2Fmesh_plink.c;h=1159bdb4119c6ecad0167b266b9fa4f8fb7b3b4a;hb=490a8d70cdd77d6262c3d5815bc0b1c54a3a63f8;hp=929ba542fd7294fb812983384552cb2fbb869076;hpb=bb758e9637e5ddcff84a97177415499ae1fed498;p=karo-tx-linux.git diff --git a/net/mac80211/mesh_plink.c b/net/mac80211/mesh_plink.c index 929ba542fd72..1159bdb4119c 100644 --- a/net/mac80211/mesh_plink.c +++ b/net/mac80211/mesh_plink.c @@ -107,6 +107,7 @@ static struct sta_info *mesh_plink_alloc(struct ieee80211_sub_if_data *sdata, sta->flags = WLAN_STA_AUTHORIZED; sta->sta.supp_rates[local->hw.conf.channel->band] = rates; + rate_control_rate_init(sta); return sta; }