]> git.baikalelectronics.ru Git - kernel.git/commit
iwlwifi: mvm: don't collect logs in the interrupt thread
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Wed, 25 Jun 2014 10:46:10 +0000 (13:46 +0300)
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Sun, 6 Jul 2014 08:16:15 +0000 (11:16 +0300)
commit0c247c92902a1fd34ea3cf95ee1d7f202c548e26
tree00a21b64849b0cb309a3967fda10dff408e2cbff
parentf8dcb707dde1797871d5f2f9cc79047af5fe61d3
iwlwifi: mvm: don't collect logs in the interrupt thread

Instead of reading all the data in the context of the
interrupt thread, collect the data in the restart flow
before the actual restart takes place so that the device
still has all the information.
Remove iwl_mvm_fw_error_sram_dump and move its content to
iwl_mvm_fw_error_dump.

Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
drivers/net/wireless/iwlwifi/mvm/mvm.h
drivers/net/wireless/iwlwifi/mvm/ops.c
drivers/net/wireless/iwlwifi/mvm/utils.c