Skip to content
Snippets Groups Projects
Commit 5fbdf4a2 authored by Javier Cardona's avatar Javier Cardona Committed by John W. Linville
Browse files

mac80211: Mark all mesh stations as QoS capable

parent 2154c81c
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment