]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
mac80211: mark as action frame when parsing IEs of CSA action frames
authorSimon Wunderlich <sw@simonwunderlich.de>
Tue, 16 May 2017 09:23:16 +0000 (11:23 +0200)
committerJohannes 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

index 7e0498bb933768e0888c90eda738dad0442f13be..2f189c59ae80239bb90386a394c21950bac1a02c 100644 (file)
@@ -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, false, &elems);
+       ieee802_11_parse_elems(pos, len - baselen, true, &elems);
 
        ifmsh->chsw_ttl = elems.mesh_chansw_params_ie->mesh_ttl;
        if (!--ifmsh->chsw_ttl)