]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
iwlwifi: mvm: add DQA_ENABLE_CMD to the command list
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Mon, 19 Dec 2016 06:41:16 +0000 (08:41 +0200)
committerLuca Coelho <luciano.coelho@intel.com>
Tue, 11 Apr 2017 11:54:31 +0000 (14:54 +0300)
This will allow to print the name of the commands in the
logs when we sent it.

Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/ops.c

index 4cd72d4cdc47c4de8fac948d22c59a6848e381d0..f4f957fe71d7b7b86cee61b98cc0fce74cde1f07 100644 (file)
@@ -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),