Bugzilla: https://bugzilla.redhat.com/2136122
Conflicts: removed chunks of unsupported drivers: plfxlc, wfx
commit 7b7090b4c6a906cc7c3e2a460335f705b93f4506
Author: Johannes Berg <johannes.berg@intel.com>
Date: Tue May 24 10:55:56 2022 +0200
wifi: mac80211: split bss_info_changed method
Split the bss_info_changed method to vif_cfg_changed and
link_info_changed, with the latter getting a link ID.
Also change the 'changed' parameter to u64 already, we
know we need that.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Íñigo Huguet <ihuguet@redhat.com>