Message ID | CA+BoTQn9GqW8iHdNJ02NvDQpTOYk8REvgyChaa4NL7vv0O6M=A@mail.gmail.com (mailing list archive) |
---|---|
State | Not Applicable |
Delegated to: | Kalle Valo |
Headers | show |
--- a/drivers/net/wireless/ath/ath10k/core.c +++ b/drivers/net/wireless/ath/ath10k/core.c @@ -658,6 +658,11 @@ static int ath10k_core_get_board_id_from_otp(struct ath10k *ar) address = ar->hw_params.patch_load_addr; + if (ar->cal_data) { + ath10k_dbg(ar, ATH10K_DBG_BOOT, "boot skipping board id, cal data present\n"); + return 0; + } + if (!ar->normal_mode_fw.fw_file.otp_data ||