wifi: iwlwifi: dump: Update check for valid FW address
authorMukesh Sisodiya <mukesh.sisodiya@intel.com>
Mon, 5 Dec 2022 08:35:41 +0000 (10:35 +0200)
committerGregory Greenman <gregory.greenman@intel.com>
Wed, 7 Dec 2022 15:36:03 +0000 (17:36 +0200)
The error dump base address need an update based
on current hardware.

Signed-off-by: Mukesh Sisodiya <mukesh.sisodiya@intel.com>
Signed-off-by: Gregory Greenman <gregory.greenman@intel.com>
Link: https://lore.kernel.org/r/20221205102808.a521691632e9.Ic15fa65107c0d4d0b555a1fb3a2a20ab2725b683@changeid
drivers/net/wireless/intel/iwlwifi/fw/dump.c

index b90f1e9ce691e909ba9131c5bb75f9bed92977c8..03b1b2428b5e3add47bf1fa27ab410f49dc1c477 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
 /*
- * Copyright (C) 2012-2014, 2018-2021 Intel Corporation
+ * Copyright (C) 2012-2014, 2018-2022 Intel Corporation
  * Copyright (C) 2013-2014 Intel Mobile Communications GmbH
  * Copyright (C) 2015-2017 Intel Deutschland GmbH
  */
@@ -157,7 +157,8 @@ static void iwl_fwrt_dump_lmac_error_log(struct iwl_fw_runtime *fwrt, u8 lmac_nu
                        base = fwrt->fw->inst_errlog_ptr;
        }
 
-       if (base < 0x400000) {
+       if ((fwrt->trans->trans_cfg->device_family >= IWL_DEVICE_FAMILY_BZ && !base) ||
+           (fwrt->trans->trans_cfg->device_family < IWL_DEVICE_FAMILY_BZ && base < 0x400000)) {
                IWL_ERR(fwrt,
                        "Not valid error log pointer 0x%08X for %s uCode\n",
                        base,