diff options
author | Gregory Greenman <[email protected]> | 2023-03-28 10:58:42 +0300 |
---|---|---|
committer | Johannes Berg <[email protected]> | 2023-03-30 12:07:52 +0200 |
commit | c8ee33e184e4163586cc6c786d5c14dcdf6f4e07 (patch) | |
tree | 1e7f136feacb3c85b1af3557d7189613f7797f4f /drivers/net/wireless/intel/iwlwifi/mvm/ops.c | |
parent | 650cadb730105f1894b6c8afacc57a368dd18b91 (diff) |
wifi: iwlwifi: mvm: sta preparation for MLO
Split iwl_mvm_sta into general and link specific parts. As a first
step, all link dependent parameters reside in deflink.
The change was done mostly using the spatch below with some manual
adjustments.
@iwl_mvm_sta@
struct iwl_mvm_sta *s;
identifier var = {sta_id, lq_sta, avg_energy};
@@
(
s->
- var
+ deflink.var
)
Signed-off-by: Gregory Greenman <[email protected]>
Link: https://lore.kernel.org/r/20230328104948.34eace06d583.I1f8c5e919a71b21030460fbdd220d42401b688b1@changeid
Signed-off-by: Johannes Berg <[email protected]>
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi/mvm/ops.c')
0 files changed, 0 insertions, 0 deletions