Commit 19343659 authored by Johannes Berg's avatar Johannes Berg
Browse files

wifi: mac80211: prohibit DEAUTH_NEED_MGD_TX_PREP in MLO



For now, prohibit DEAUTH_NEED_MGD_TX_PREP since we can't
really transmit this on a specific link yet as we don't
know which links are active.

Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent ff5c4dc4
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1001,6 +1001,9 @@ int ieee80211_register_hw(struct ieee80211_hw *hw)

		if (WARN_ON(!ieee80211_hw_check(hw, AP_LINK_PS)))
			return -EINVAL;

		if (WARN_ON(ieee80211_hw_check(hw, DEAUTH_NEED_MGD_TX_PREP)))
			return -EINVAL;
	}

#ifdef CONFIG_PM