diff options
| author | Mordechay Goodstein <[email protected]> | 2021-03-31 09:14:49 +0000 |
|---|---|---|
| committer | Luca Coelho <[email protected]> | 2021-04-14 09:07:17 +0000 |
| commit | 9cd243f24ec1960403de5f24f45155af24d94b13 (patch) | |
| tree | ad580bbe8f347583c340ef3573d9a9268c174c36 /drivers/net/wireless/intel/iwlwifi/fw/runtime.h | |
| parent | iwlwifi: add new so-gf device (diff) | |
| download | kernel-9cd243f24ec1960403de5f24f45155af24d94b13.tar.gz kernel-9cd243f24ec1960403de5f24f45155af24d94b13.zip | |
iwlwifi: move iwl_configure_rxq to be used by other op_modes
All the op_modes need to send this command as well. Instead of
duplicating the code from mvm, put the code in a common place.
Signed-off-by: Mordechay Goodstein <[email protected]>
Signed-off-by: Luca Coelho <[email protected]>
Link: https://lore.kernel.org/r/iwlwifi.20210331121101.deb71fce883a.I5eef009512f180e5974f3f491ff56c763cdcc878@changeid
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 | 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 0dba5444f2db..35af85a5430b 100644 --- a/drivers/net/wireless/intel/iwlwifi/fw/runtime.h +++ b/drivers/net/wireless/intel/iwlwifi/fw/runtime.h @@ -190,5 +190,6 @@ 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); +int iwl_configure_rxq(struct iwl_fw_runtime *fwrt); #endif /* __iwl_fw_runtime_h__ */ |
