wifi: cfg80211/mac80211: separate link params from station params
authorShaul Triebitz <shaul.triebitz@intel.com>
Tue, 14 Jun 2022 10:49:16 +0000 (13:49 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 15 Jul 2022 09:43:13 +0000 (11:43 +0200)
commitb95eb7f0eee479478eb1a7c0a42a80167708c1df
tree75923277eb1a40ecf6e1e58d26bc1a3d9b3c4e79
parent577e5b8c3924539c7a09e3e00477534f39e61829
wifi: cfg80211/mac80211: separate link params from station params

Put the link_station_parameters structure in the station_parameters
structure (and remove the station_parameters fields already existing
in link_station_parameters).
Now, for an MLD station, the default link is added together with
the station.

Signed-off-by: Shaul Triebitz <shaul.triebitz@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
drivers/net/wireless/microchip/wilc1000/hif.c
include/net/cfg80211.h
net/mac80211/cfg.c
net/wireless/nl80211.c
net/wireless/trace.h