iwlwifi: mvm: add description to second BAD_COMMAND assert number
authorNaftali Goldstein <naftali.goldstein@intel.com>
Mon, 10 Dec 2018 06:50:01 +0000 (08:50 +0200)
committerLuca Coelho <luciano.coelho@intel.com>
Mon, 4 Feb 2019 10:28:07 +0000 (12:28 +0200)
Depending on exactly what happens in the FW, an invalid host-command
could result in either assert 0x38 or 0x39. Add 0x39 to the assert-name
table.

Signed-off-by: Naftali Goldstein <naftali.goldstein@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/utils.c

index 211c463..92f61e8 100644 (file)
@@ -294,6 +294,7 @@ static const struct {
        { "SYSASSERT", 0x35 },
        { "UCODE_VERSION_MISMATCH", 0x37 },
        { "BAD_COMMAND", 0x38 },
+       { "BAD_COMMAND", 0x39 },
        { "NMI_INTERRUPT_DATA_ACTION_PT", 0x3C },
        { "FATAL_ERROR", 0x3D },
        { "NMI_TRM_HW_ERR", 0x46 },