]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0b6fdd25130cc6f2ede8e719800a6bd533dee149
tree75923277eb1a40ecf6e1e58d26bc1a3d9b3c4e79
parent023be6fe6e4e3ac085840aef2b9266b20e3728c9
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