diff options
author | Chun-Yeow Yeoh <yeohchunyeow@gmail.com> | 2013-12-20 16:39:52 +0800 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2014-01-06 17:43:06 +0100 |
commit | 6b5895d93d460105a384775bc675221ef377d40a (patch) | |
tree | e96e75200511a495d31a1e71a289e670fc703ff4 /net/mac80211/mesh_plink.c | |
parent | 5b0ec94f9cfdcd10f6eb4df75fba9404c72fea4d (diff) |
mac80211: enable WME for peer mesh STA
Enable the WME for peer mesh STA so that the driver,
such as wcn36xx, will pick this up and enabling it in HW.
Signed-off-by: Chun-Yeow Yeoh <yeohchunyeow@gmail.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/mesh_plink.c')
-rw-r--r-- | net/mac80211/mesh_plink.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/mesh_plink.c b/net/mac80211/mesh_plink.c index cf83217103f9..e8f60aa2e848 100644 --- a/net/mac80211/mesh_plink.c +++ b/net/mac80211/mesh_plink.c @@ -437,6 +437,7 @@ __mesh_sta_info_alloc(struct ieee80211_sub_if_data *sdata, u8 *hw_addr) sta_info_pre_move_state(sta, IEEE80211_STA_AUTHORIZED); set_sta_flag(sta, WLAN_STA_WME); + sta->sta.wme = true; return sta; } |