diff options
| author | Emmanuel Grumbach <[email protected]> | 2020-04-24 16:47:00 +0000 |
|---|---|---|
| committer | Luca Coelho <[email protected]> | 2020-05-08 06:51:52 +0000 |
| commit | a8eb340f2ea48280eb2b7dc5a0e6cfff4928f5a5 (patch) | |
| tree | 328ad3318cef92b029856d8737a058605208ba1f /drivers/net/wireless/intel/iwlwifi/fw/runtime.h | |
| parent | iwlwifi: yoyo: remove magic number (diff) | |
| download | kernel-a8eb340f2ea48280eb2b7dc5a0e6cfff4928f5a5.tar.gz kernel-a8eb340f2ea48280eb2b7dc5a0e6cfff4928f5a5.zip | |
iwlwifi: move iwl_set_soc_latency to iwl-drv to be used by other op_modes
All the op_mode need to send this command as well. Instead of
duplicating the code from mvm, put the code in a common place.
Signed-off-by: Emmanuel Grumbach <[email protected]>
Signed-off-by: Luca Coelho <[email protected]>
Link: https://lore.kernel.org/r/iwlwifi.20200424194456.7f30f977f9bf.I060b51d0d66d09b9d1ee512e7de8f2d695a52152@changeid
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi/fw/runtime.h')
| -rw-r--r-- | drivers/net/wireless/intel/iwlwifi/fw/runtime.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/fw/runtime.h b/drivers/net/wireless/intel/iwlwifi/fw/runtime.h index 9629ef94b214..b5e5e32b6152 100644 --- a/drivers/net/wireless/intel/iwlwifi/fw/runtime.h +++ b/drivers/net/wireless/intel/iwlwifi/fw/runtime.h @@ -242,5 +242,6 @@ int iwl_init_paging(struct iwl_fw_runtime *fwrt, enum iwl_ucode_type type); void iwl_free_fw_paging(struct iwl_fw_runtime *fwrt); void iwl_get_shared_mem_conf(struct iwl_fw_runtime *fwrt); +int iwl_set_soc_latency(struct iwl_fw_runtime *fwrt); #endif /* __iwl_fw_runtime_h__ */ |
