Skip to content
Commit a94c90d3 authored by Johannes Berg's avatar Johannes Berg
Browse files

wifi: mac80211: mlme: fix disassoc with MLO



In MLO we shouldn't call ieee80211_bss_info_change_notify(),
call that only (for backward compatibility) without MLO, and
otherwise ieee80211_vif_cfg_change_notify().

Similarly, ieee80211_reset_erp_info() only applies to the
current link, and in MLO we assume the driver doesn't really
need that.

Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent 9f781533
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment