diff options
| author | Johannes Berg <[email protected]> | 2022-05-10 11:26:44 +0000 |
|---|---|---|
| committer | Johannes Berg <[email protected]> | 2022-06-20 10:55:01 +0000 |
| commit | d0a9123ef548def5c8880e83e5df948eb5b55c62 (patch) | |
| tree | ed91b5f27b8fe75196e203d2776ba68116fc8650 /drivers/net/wireless/intel/iwlwifi/mvm/sf.c | |
| parent | wifi: cfg80211: do some rework towards MLO link APIs (diff) | |
| download | kernel-d0a9123ef548def5c8880e83e5df948eb5b55c62.tar.gz kernel-d0a9123ef548def5c8880e83e5df948eb5b55c62.zip | |
wifi: mac80211: move some future per-link data to bss_conf
To add MLD, reuse the bss_conf structure later for per-link
information, so move some things into it that are per link.
Most transformations were done with the following spatch:
@@
expression sdata;
identifier var = { chanctx_conf, mu_mimo_owner, csa_active, color_change_active, color_change_color };
@@
-sdata->vif.var
+sdata->vif.bss_conf.var
@@
struct ieee80211_vif *vif;
identifier var = { chanctx_conf, mu_mimo_owner, csa_active, color_change_active, color_change_color };
@@
-vif->var
+vif->bss_conf.var
Signed-off-by: Johannes Berg <[email protected]>
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi/mvm/sf.c')
0 files changed, 0 insertions, 0 deletions
