iwlwifi: dbg: debug recording stop and restart command remove
The 0xF6 command used to start and stop the recording from 22560 devices was removed. This is causing an assert when the driver tries to alter the recording state. Remove the use of the command. Signed-off-by: Shahar S Matityahu <shahar.s.matityahu@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
This commit is contained in:

committed by
Luca Coelho

parent
c040fe8342
commit
6c7f708778
@@ -1083,7 +1083,7 @@ static int __iwl_mvm_suspend(struct ieee80211_hw *hw,
|
||||
* recording automatically.
|
||||
*/
|
||||
if (mvm->trans->cfg->device_family < IWL_DEVICE_FAMILY_9000)
|
||||
_iwl_fw_dbg_stop_recording(mvm->trans, NULL);
|
||||
iwl_fw_dbg_stop_recording(mvm->trans, NULL);
|
||||
|
||||
/* must be last -- this switches firmware state */
|
||||
ret = iwl_mvm_send_cmd(mvm, &d3_cfg_cmd);
|
||||
|
Reference in New Issue
Block a user