summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/iwlwifi/mvm/ops.c
diff options
context:
space:
mode:
authorGolan Ben Ami <golan.ben.ami@intel.com>2015-07-27 17:02:35 +0300
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>2015-12-01 21:17:50 +0200
commit321c2104f2f1649665aecd3b9204fea9eecc5ce6 (patch)
treefd474ec0f9bf0698db3af7e90590063d7f38e855 /drivers/net/wireless/intel/iwlwifi/mvm/ops.c
parent2f89a5d7d37706a19c2e3d338a9654bfabc5b21b (diff)
downloadblackbird-op-linux-321c2104f2f1649665aecd3b9204fea9eecc5ce6.tar.gz
blackbird-op-linux-321c2104f2f1649665aecd3b9204fea9eecc5ce6.zip
iwlwifi: mvm: Support setting continuous recording debug mode
Add ability to set the continuous recording mode of the FW, while the FW debug data is configured to be stored on the NIC. This could be useful for storing large segments of FW usniffer debug data on the host, while having small store space on the NIC. The host receives the usniffer data through the regular RX path, and the data can get extracted using trace-cmd. Signed-off-by: Golan Ben-Ami <golan.ben.ami@intel.com> Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi/mvm/ops.c')
-rw-r--r--drivers/net/wireless/intel/iwlwifi/mvm/ops.c1
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 f96ed5577c5e..fa849a284e1c 100644
--- a/drivers/net/wireless/intel/iwlwifi/mvm/ops.c
+++ b/drivers/net/wireless/intel/iwlwifi/mvm/ops.c
@@ -363,6 +363,7 @@ static const char *const iwl_mvm_cmd_strings[REPLY_MAX + 1] = {
CMD(TDLS_CONFIG_CMD),
CMD(MCC_UPDATE_CMD),
CMD(SCAN_ITERATION_COMPLETE_UMAC),
+ CMD(LDBG_CONFIG_CMD),
};
#undef CMD
OpenPOWER on IntegriCloud