]> git.ipfire.org Git - people/arne_f/kernel.git/commit
mac80211: accept deauth frames in IBSS mode
authorJohannes Berg <johannes.berg@intel.com>
Fri, 4 Oct 2019 12:37:05 +0000 (15:37 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Jan 2020 13:46:49 +0000 (14:46 +0100)
commit05c2aa29d3a4e6d88015cecf04085d4b13ec1ae2
tree52a0d91db3c651d2df7492108169ae63fbb7e501
parentfe89f528b519c29e392a4acd71c00753702f27e9
mac80211: accept deauth frames in IBSS mode

[ Upstream commit 95697f9907bfe3eab0ef20265a766b22e27dde64 ]

We can process deauth frames and all, but we drop them very
early in the RX path today - this could never have worked.

Fixes: 2cc59e784b54 ("mac80211: reply to AUTH with DEAUTH if sta allocation fails in IBSS")
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Link: https://lore.kernel.org/r/20191004123706.15768-2-luca@coelho.fi
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
net/mac80211/rx.c