diff options
| author | Shahar S Matityahu <[email protected]> | 2019-05-19 07:52:59 +0000 |
|---|---|---|
| committer | Luca Coelho <[email protected]> | 2019-09-06 12:31:12 +0000 |
| commit | 576058330f2d2403c93a66f48dfa98d90c6f7922 (patch) | |
| tree | 344111aed602f4eb7481416f160ed52bfb72ed37 /drivers/net/wireless/intel/iwlwifi/mvm/ops.c | |
| parent | iwlwifi: dbg: move debug recording stop from trans to op mode (diff) | |
| download | kernel-576058330f2d2403c93a66f48dfa98d90c6f7922.tar.gz kernel-576058330f2d2403c93a66f48dfa98d90c6f7922.zip | |
iwlwifi: dbg: support debug recording suspend resume command
Support the new DBGC_SUSPEND_RESUME command to change the recording state.
Signed-off-by: Shahar S Matityahu <[email protected]>
Signed-off-by: Luca Coelho <[email protected]>
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi/mvm/ops.c')
| -rw-r--r-- | drivers/net/wireless/intel/iwlwifi/mvm/ops.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/ops.c b/drivers/net/wireless/intel/iwlwifi/mvm/ops.c index 722e427d534c..bf0b9ee05c44 100644 --- a/drivers/net/wireless/intel/iwlwifi/mvm/ops.c +++ b/drivers/net/wireless/intel/iwlwifi/mvm/ops.c @@ -465,6 +465,7 @@ static const struct iwl_hcmd_names iwl_mvm_data_path_names[] = { * Access is done through binary search */ static const struct iwl_hcmd_names iwl_mvm_debug_names[] = { + HCMD_NAME(DBGC_SUSPEND_RESUME), HCMD_NAME(MFU_ASSERT_DUMP_NTF), }; |
