summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/iwlwifi/pcie/trans.c
diff options
context:
space:
mode:
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>2017-03-29 10:21:09 +0300
committerLuca Coelho <luciano.coelho@intel.com>2017-06-05 21:47:08 +0300
commitaddce854f164a68da9cb158e2e7e447705068549 (patch)
tree0345ee7ae8d93ff756008b308acb893707bee272 /drivers/net/wireless/intel/iwlwifi/pcie/trans.c
parentd9954405758a0cbbe258d9b4d4dc12a06fa48a28 (diff)
iwlwifi: mvm: fix firmware debug restart recording
When we want to stop the recording of the firmware debug and restart it later without reloading the firmware we don't need to resend the configuration that comes with host commands. Sending those commands confused the hardware and led to an NMI 0x66. Change the flow as following: * read the relevant registers (DBGC_IN_SAMPLE, DBGC_OUT_CTRL) * clear those registers * wait for the hardware to complete its write to the buffer * get the data * restore the value of those registers (to restart the recording) For early start (where the configuration is already compiled in the firmware), we don't need to set those registers after the firmware has been loaded, but only when we want to restart the recording without having restarted the firmware. Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi/pcie/trans.c')
0 files changed, 0 insertions, 0 deletions