wifi: cfg80211: Prevent cfg80211_wext_siwencodeext() on MLD
authorVeerendranath Jakkam <quic_vjakkam@quicinc.com>
Sat, 30 Jul 2022 05:26:42 +0000 (10:56 +0530)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 25 Aug 2022 08:41:03 +0000 (10:41 +0200)
commitaa129bcd34b6de2c37b5145da54a57901d5195bc
tree8ba219c4f7d1d92f7e55762d43eb4fae34e570eb
parent5ec245e4d14b6299148b18f3a088a3211458b75f
wifi: cfg80211: Prevent cfg80211_wext_siwencodeext() on MLD

Currently, MLO support is not added for WEXT code and WEXT handlers are
prevented on MLDs. Prevent WEXT handler cfg80211_wext_siwencodeext()
also on MLD which is missed in commit 7b0a0e3c3a88 ("wifi: cfg80211: do
some rework towards MLO link APIs")

Signed-off-by: Veerendranath Jakkam <quic_vjakkam@quicinc.com>
Link: https://lore.kernel.org/r/20220730052643.1959111-3-quic_vjakkam@quicinc.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/wext-compat.c