aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/mesh_plink.c
diff options
context:
space:
mode:
authorJavier Cardona <javier@cozybit.com>2011-09-07 17:49:54 -0700
committerJohn W. Linville <linville@tuxdriver.com>2011-09-14 13:56:51 -0400
commit5fbdf4a2dfbc320bb8422c88c0f59b624043add1 (patch)
tree1d9ab4de794aa7d827c56dd53ca26324921bbd4b /net/mac80211/mesh_plink.c
parentmac80211: Mesh data frames must have the QoS header (diff)
downloadlinux-dev-5fbdf4a2dfbc320bb8422c88c0f59b624043add1.tar.xz
linux-dev-5fbdf4a2dfbc320bb8422c88c0f59b624043add1.zip
mac80211: Mark all mesh stations as QoS capable
Signed-off-by: Javier Cardona <javier@cozybit.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/mesh_plink.c')
-rw-r--r--net/mac80211/mesh_plink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/mesh_plink.c b/net/mac80211/mesh_plink.c
index 1a00d0f701c3..4396906175ae 100644
--- a/net/mac80211/mesh_plink.c
+++ b/net/mac80211/mesh_plink.c
@@ -88,7 +88,7 @@ static struct sta_info *mesh_plink_alloc(struct ieee80211_sub_if_data *sdata,
if (!sta)
return NULL;
- sta->flags = WLAN_STA_AUTHORIZED | WLAN_STA_AUTH;
+ sta->flags = WLAN_STA_AUTHORIZED | WLAN_STA_AUTH | WLAN_STA_WME;
sta->sta.supp_rates[local->hw.conf.channel->band] = rates;
rate_control_rate_init(sta);