projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ab2e55
)
mac80211: mark as action frame when parsing IEs of CSA action frames
author
Simon Wunderlich
<sw@simonwunderlich.de>
Tue, 16 May 2017 09:23:16 +0000
(11:23 +0200)
committer
Johannes Berg
<johannes.berg@intel.com>
Fri, 19 May 2017 11:34:26 +0000
(13:34 +0200)
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/mesh.c
patch
|
blob
|
blame
|
history
diff --git
a/net/mac80211/mesh.c
b/net/mac80211/mesh.c
index 7e0498bb933768e0888c90eda738dad0442f13be..2f189c59ae80239bb90386a394c21950bac1a02c 100644
(file)
--- a/
net/mac80211/mesh.c
+++ b/
net/mac80211/mesh.c
@@
-1262,7
+1262,7
@@
static void mesh_rx_csa_frame(struct ieee80211_sub_if_data *sdata,
pos = mgmt->u.action.u.chan_switch.variable;
baselen = offsetof(struct ieee80211_mgmt,
u.action.u.chan_switch.variable);
- ieee802_11_parse_elems(pos, len - baselen,
fals
e, &elems);
+ ieee802_11_parse_elems(pos, len - baselen,
tru
e, &elems);
ifmsh->chsw_ttl = elems.mesh_chansw_params_ie->mesh_ttl;
if (!--ifmsh->chsw_ttl)