wifi: mac80211: drop spurious WARN_ON() in ieee80211_ibss_csa_beacon()
authorDmitry Antipov <dmantipov@yandex.ru>
Fri, 8 Dec 2023 15:31:25 +0000 (18:31 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 12 Dec 2023 09:37:01 +0000 (10:37 +0100)
commit68d83f0a5c4cc12993ade338ca939d30171c9807
tree988089b884bb55c39c982842dda8d39da7a9f9e3
parent6a9c8ed0eeb1997c8926af9f33695a203a75b814
wifi: mac80211: drop spurious WARN_ON() in ieee80211_ibss_csa_beacon()

The WARN_ON() in subject was actually seen only once, with 5.10.200
under syzkaller. It looks like a weird artifact of (ab?)using the
syzkaller itself [1], and hopefully may be safely removed.

[1] https://lore.kernel.org/linux-wireless/1bd8f266-dee0-4d4e-9b50-e22546b55763@yandex.ru/T/#u

Signed-off-by: Dmitry Antipov <dmantipov@yandex.ru>
Link: https://msgid.link/20231208153130.107409-1-dmantipov@yandex.ru
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/ibss.c