diff options
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi/fw/runtime.h')
| -rw-r--r-- | drivers/net/wireless/intel/iwlwifi/fw/runtime.h | 6 | 
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/fw/runtime.h b/drivers/net/wireless/intel/iwlwifi/fw/runtime.h index df689a9b7e2c..702586945533 100644 --- a/drivers/net/wireless/intel/iwlwifi/fw/runtime.h +++ b/drivers/net/wireless/intel/iwlwifi/fw/runtime.h @@ -1,7 +1,7 @@  /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */  /*   * Copyright (C) 2017 Intel Deutschland GmbH - * Copyright (C) 2018-2022 Intel Corporation + * Copyright (C) 2018-2023 Intel Corporation   */  #ifndef __iwl_fw_runtime_h__  #define __iwl_fw_runtime_h__ @@ -146,12 +146,14 @@ struct iwl_fw_runtime {  			u32 umac_minor;  		} fw_ver;  	} dump; -#ifdef CONFIG_IWLWIFI_DEBUGFS  	struct { +#ifdef CONFIG_IWLWIFI_DEBUGFS  		struct delayed_work wk;  		u32 delay; +#endif  		u64 seq;  	} timestamp; +#ifdef CONFIG_IWLWIFI_DEBUGFS  	bool tpc_enabled;  #endif /* CONFIG_IWLWIFI_DEBUGFS */  #ifdef CONFIG_ACPI  |