aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmmanuel Grumbach <[email protected]>2016-12-19 06:41:16 +0000
committerLuca Coelho <[email protected]>2017-04-11 11:54:31 +0000
commitddef2f98eee55deb7923917d388e7715310c3aa9 (patch)
tree45a866bbfd67b3582b7ee651f2448c54d0a4f3c3
parentiwlwifi: be more verbose about needed firmware (diff)
downloadkernel-ddef2f98eee55deb7923917d388e7715310c3aa9.tar.gz
kernel-ddef2f98eee55deb7923917d388e7715310c3aa9.zip
iwlwifi: mvm: add DQA_ENABLE_CMD to the command list
This will allow to print the name of the commands in the logs when we sent it. Signed-off-by: Emmanuel Grumbach <[email protected]> Signed-off-by: Luca Coelho <[email protected]>
-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 4cd72d4cdc47..f4f957fe71d7 100644
--- a/drivers/net/wireless/intel/iwlwifi/mvm/ops.c
+++ b/drivers/net/wireless/intel/iwlwifi/mvm/ops.c
@@ -452,6 +452,7 @@ static const struct iwl_hcmd_names iwl_mvm_phy_names[] = {
* Access is done through binary search
*/
static const struct iwl_hcmd_names iwl_mvm_data_path_names[] = {
+ HCMD_NAME(DQA_ENABLE_CMD),
HCMD_NAME(UPDATE_MU_GROUPS_CMD),
HCMD_NAME(TRIGGER_RX_QUEUES_NOTIF_CMD),
HCMD_NAME(STA_PM_NOTIF),