projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2154c81
)
mac80211: Mark all mesh stations as QoS capable
author
Javier Cardona
<javier@cozybit.com>
Thu, 8 Sep 2011 00:49:54 +0000
(17:49 -0700)
committer
John W. Linville
<linville@tuxdriver.com>
Wed, 14 Sep 2011 17:56:51 +0000
(13:56 -0400)
Signed-off-by: Javier Cardona <javier@cozybit.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/mesh_plink.c
patch
|
blob
|
blame
|
history
diff --git
a/net/mac80211/mesh_plink.c
b/net/mac80211/mesh_plink.c
index 1a00d0f701c36f64c3c6b99589044ae9b945a346..4396906175ae22c00d55978171b4040632d72011 100644
(file)
--- 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);