ath10k: print more driver info when firmware crashes
Sometimes users forget to include important info like firmware version, so better to print all the info. Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
This commit is contained in:
@@ -879,9 +879,7 @@ static void ath10k_pci_fw_crashed_dump(struct ath10k *ar)
|
||||
scnprintf(uuid, sizeof(uuid), "n/a");
|
||||
|
||||
ath10k_err("firmware crashed! (uuid %s)\n", uuid);
|
||||
ath10k_err("hardware name %s version 0x%x\n",
|
||||
ar->hw_params.name, ar->target_version);
|
||||
ath10k_err("firmware version: %s\n", ar->hw->wiphy->fw_version);
|
||||
ath10k_print_driver_info(ar);
|
||||
|
||||
if (!crash_data)
|
||||
goto exit;
|
||||
|
Reference in New Issue
Block a user