diff options
| author | Johannes Berg <[email protected]> | 2025-05-08 12:13:02 +0000 |
|---|---|---|
| committer | Miri Korenblit <[email protected]> | 2025-05-09 12:38:35 +0000 |
| commit | 264e744fec0171f8dfdddd1e9a6d7832495b0473 (patch) | |
| tree | 43258800e8081dd869f473aeac743f87a58a0776 /drivers/net/wireless/intel/iwlwifi/mvm/utils.c | |
| parent | wifi: iwlwifi: cfg: remove rf_id field (diff) | |
| download | kernel-264e744fec0171f8dfdddd1e9a6d7832495b0473.tar.gz kernel-264e744fec0171f8dfdddd1e9a6d7832495b0473.zip | |
wifi: iwlwifi: rename struct iwl_base_params
These are (going to be) base MAC parameters that are identical
even for different platforms with the same MAC, so rename the
structure accordingly, calling it iwl_family_base_params.
Also rename the pointer to it so the dereferencing is a bit
shorter.
Signed-off-by: Johannes Berg <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Miri Korenblit <[email protected]>
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi/mvm/utils.c')
| -rw-r--r-- | drivers/net/wireless/intel/iwlwifi/mvm/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/utils.c b/drivers/net/wireless/intel/iwlwifi/mvm/utils.c index 2deda1dbd64f..9e0db3a750aa 100644 --- a/drivers/net/wireless/intel/iwlwifi/mvm/utils.c +++ b/drivers/net/wireless/intel/iwlwifi/mvm/utils.c @@ -742,7 +742,7 @@ unsigned int iwl_mvm_get_wd_timeout(struct iwl_mvm *mvm, struct ieee80211_vif *vif) { unsigned int default_timeout = - mvm->trans->mac_cfg->base_params->wd_timeout; + mvm->trans->mac_cfg->base->wd_timeout; /* * We can't know when the station is asleep or awake, so we |
