aboutsummaryrefslogtreecommitdiff
path: root/net/mac80211/mesh_plink.c
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2009-01-13 12:22:26 -0800
committerDavid S. Miller <davem@davemloft.net>2009-01-13 12:22:26 -0800
commit9a0811ca4e9cf7be320ae8a5a43a259feb70074f (patch)
treed8e0b2d1fcaa7e2da72d067fd7746b970bef457a /net/mac80211/mesh_plink.c
parent859975764fa61e927e7a69f46a55a4ba415785dd (diff)
parent26d1597c9a4532eec74f9651c4c96483cb8892fe (diff)
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
Diffstat (limited to 'net/mac80211/mesh_plink.c')
-rw-r--r--net/mac80211/mesh_plink.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/mesh_plink.c b/net/mac80211/mesh_plink.c
index 929ba542fd7..1159bdb4119 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;
}