mac80211: fix quiet mode activation in action frames
authorSara Sharon <sara.sharon@intel.com>
Fri, 31 Jan 2020 11:12:51 +0000 (13:12 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 7 Feb 2020 10:44:02 +0000 (11:44 +0100)
commit2bf973ff9b9aeceb8acda629ae65341820d4b35b
treee2f88857ebcfac248d69413fbad07f3b6903b805
parentf2b18baca9539c6a3116d48b70972c7a2ba5d766
mac80211: fix quiet mode activation in action frames

Previously I intended to ignore quiet mode in probe response, however
I ended up ignoring it instead for action frames. As a matter of fact,
this path isn't invoked for probe responses to start with. Just revert
this patch.

Signed-off-by: Sara Sharon <sara.sharon@intel.com>
Fixes: 7976b1e9e3bf ("mac80211: ignore quiet mode in probe")
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Link: https://lore.kernel.org/r/20200131111300.891737-15-luca@coelho.fi
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/mlme.c