diff options
| author | Luca Coelho <[email protected]> | 2019-10-30 07:40:12 +0000 |
|---|---|---|
| committer | Luca Coelho <[email protected]> | 2020-01-04 10:44:56 +0000 |
| commit | e701da0c2320148a378ed1d191b6c4f7e8e82c4c (patch) | |
| tree | 218721e8690b81808afa9b65925f68253747a70c /drivers/net/wireless/intel/iwlwifi/fw/runtime.h | |
| parent | iwlwifi: add new iwlax411 struct for type SoSnj (diff) | |
| download | kernel-e701da0c2320148a378ed1d191b6c4f7e8e82c4c.tar.gz kernel-e701da0c2320148a378ed1d191b6c4f7e8e82c4c.zip | |
iwlwifi: yoyo: check for the domain on all TLV types during init
Now that we don't have dynamically changing domains anymore, we can
simply skip all the TLVs with domains that are not enabled. To do so,
remove the checks from the functions that handle the TLVs when a
timepoint is reached to the top allocation function.
Signed-off-by: Luca Coelho <[email protected]>
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi/fw/runtime.h')
| -rw-r--r-- | drivers/net/wireless/intel/iwlwifi/fw/runtime.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/fw/runtime.h b/drivers/net/wireless/intel/iwlwifi/fw/runtime.h index 1b4bca717e79..f8c6ed823bc5 100644 --- a/drivers/net/wireless/intel/iwlwifi/fw/runtime.h +++ b/drivers/net/wireless/intel/iwlwifi/fw/runtime.h @@ -69,7 +69,7 @@ #include "iwl-eeprom-parse.h" #include "fw/acpi.h" -#define IWL_FW_DBG_DOMAIN IWL_FW_INI_DOMAIN_ALWAYS_ON +#define IWL_FW_DBG_DOMAIN IWL_TRANS_FW_DBG_DOMAIN(fwrt->trans) struct iwl_fw_runtime_ops { int (*dump_start)(void *ctx); |
