projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits.: sparc
[linux-2.6]
/
net
/
mac80211
/
mesh_plink.c
diff --git
a/net/mac80211/mesh_plink.c
b/net/mac80211/mesh_plink.c
index
929ba54
..
1159bdb
100644
(file)
--- 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;
}