diff options
author | Johannes Berg <johannes.berg@intel.com> | 2017-05-19 13:22:38 +0200 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2017-05-19 13:25:57 +0200 |
commit | 61b81b4010496e8e989307cf7ee196f83dd09681 (patch) | |
tree | febb68ca088f3c6de18631a552bfd9eab6fefb9a /net/mac80211/ibss.c | |
parent | 5d55371b2193774979b90a3d09e8a2e0572a8162 (diff) | |
download | blackbird-obmc-linux-61b81b4010496e8e989307cf7ee196f83dd09681.tar.gz blackbird-obmc-linux-61b81b4010496e8e989307cf7ee196f83dd09681.zip |
mac80211: move clearing result into ieee80211_parse_ch_switch_ie()
Clear the csa_ie in ieee80211_parse_ch_switch_ie() where the data
is filled in, rather than in each caller.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/ibss.c')
-rw-r--r-- | net/mac80211/ibss.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/mac80211/ibss.c b/net/mac80211/ibss.c index 364d4e137649..660ac6a426f4 100644 --- a/net/mac80211/ibss.c +++ b/net/mac80211/ibss.c @@ -808,7 +808,6 @@ ieee80211_ibss_process_chanswitch(struct ieee80211_sub_if_data *sdata, } memset(¶ms, 0, sizeof(params)); - memset(&csa_ie, 0, sizeof(csa_ie)); err = ieee80211_parse_ch_switch_ie(sdata, elems, ifibss->chandef.chan->band, sta_flags, ifibss->bssid, &csa_ie); |