From: Javier Cardona Date: Thu, 8 Sep 2011 00:49:54 +0000 (-0700) Subject: mac80211: Mark all mesh stations as QoS capable X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5fbdf4a2dfbc320bb8422c88c0f59b624043add1;p=mv-sheeva.git mac80211: Mark all mesh stations as QoS capable Signed-off-by: Javier Cardona Signed-off-by: John W. Linville --- diff --git a/net/mac80211/mesh_plink.c b/net/mac80211/mesh_plink.c index 1a00d0f701c..4396906175a 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);