From: Mark Herbert <mark.herbert42@gmail.com>
To: Kalle Valo <kvalo@codeaurora.org>, Wen Gong <quic_wgong@quicinc.com>
Cc: ath11k@lists.infradead.org, linux-wireless@vger.kernel.org
Subject: Re: [PATCH v2] ath11k: add read variant from SMBIOS for download board data
Date: Mon, 22 Nov 2021 20:58:56 +0300 [thread overview]
Message-ID: <f237c04d-6574-ec9a-ebca-65d2d9ff9edd@gmail.com> (raw)
In-Reply-To: <163759171706.17469.3004620526954131593.kvalo@codeaurora.org>
Tried this on Dell XPS 13 9310
Maybe this patch is good for 6855, but 6390 in Dell seems to be killed
completely with it. Reverting it makes things work again.
[ 5.537034] ath11k_pci 0000:72:00.0: chip_id 0x0 chip_family 0xb
board_id 0xff soc_id 0xffffffff
[ 5.537038] ath11k_pci 0000:72:00.0: fw_version 0x101c06cc
fw_build_timestamp 2020-06-24 19:50 fw_build_id
[ 5.537236] ath11k_pci 0000:72:00.0: failed to fetch board data for
bus=pci,qmi-chip-id=0,qmi-board-id=255,variant=DE_1901 from
ath11k/QCA6390/hw2.0/board-2.bin
[ 5.537255] ath11k_pci 0000:72:00.0: failed to fetch board-2.bin or
board.bin from QCA6390/hw2.0
[ 5.537257] ath11k_pci 0000:72:00.0: qmi failed to fetch board file: -2
[ 5.537258] ath11k_pci 0000:72:00.0: failed to load board data file: -2
On 22.11.2021 17:35, Kalle Valo wrote:
> Wen Gong <quic_wgong@quicinc.com> wrote:
>
>> This is to read variant from SMBIOS such as read from DT, the variant
>> string will be used to one part of string which used to search board
>> data from board-2.bin.
>>
>> Tested-on: WCN6855 hw2.0 PCI WLAN.HSP.1.1-01720.1-QCAHSPSWPL_V1_V2_SILICONZ_LITE-1
>>
>> Signed-off-by: Wen Gong <quic_wgong@quicinc.com>
>> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
> Patch applied to ath-next branch of ath.git, thanks.
>
> 46e46db313a2 ath11k: add read variant from SMBIOS for download board data
>
--
ath11k mailing list
ath11k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath11k
WARNING: multiple messages have this Message-ID (diff)
From: Mark Herbert <mark.herbert42@gmail.com>
To: Kalle Valo <kvalo@codeaurora.org>, Wen Gong <quic_wgong@quicinc.com>
Cc: ath11k@lists.infradead.org, linux-wireless@vger.kernel.org
Subject: Re: [PATCH v2] ath11k: add read variant from SMBIOS for download board data
Date: Mon, 22 Nov 2021 20:58:56 +0300 [thread overview]
Message-ID: <f237c04d-6574-ec9a-ebca-65d2d9ff9edd@gmail.com> (raw)
In-Reply-To: <163759171706.17469.3004620526954131593.kvalo@codeaurora.org>
Tried this on Dell XPS 13 9310
Maybe this patch is good for 6855, but 6390 in Dell seems to be killed
completely with it. Reverting it makes things work again.
[ 5.537034] ath11k_pci 0000:72:00.0: chip_id 0x0 chip_family 0xb
board_id 0xff soc_id 0xffffffff
[ 5.537038] ath11k_pci 0000:72:00.0: fw_version 0x101c06cc
fw_build_timestamp 2020-06-24 19:50 fw_build_id
[ 5.537236] ath11k_pci 0000:72:00.0: failed to fetch board data for
bus=pci,qmi-chip-id=0,qmi-board-id=255,variant=DE_1901 from
ath11k/QCA6390/hw2.0/board-2.bin
[ 5.537255] ath11k_pci 0000:72:00.0: failed to fetch board-2.bin or
board.bin from QCA6390/hw2.0
[ 5.537257] ath11k_pci 0000:72:00.0: qmi failed to fetch board file: -2
[ 5.537258] ath11k_pci 0000:72:00.0: failed to load board data file: -2
On 22.11.2021 17:35, Kalle Valo wrote:
> Wen Gong <quic_wgong@quicinc.com> wrote:
>
>> This is to read variant from SMBIOS such as read from DT, the variant
>> string will be used to one part of string which used to search board
>> data from board-2.bin.
>>
>> Tested-on: WCN6855 hw2.0 PCI WLAN.HSP.1.1-01720.1-QCAHSPSWPL_V1_V2_SILICONZ_LITE-1
>>
>> Signed-off-by: Wen Gong <quic_wgong@quicinc.com>
>> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
> Patch applied to ath-next branch of ath.git, thanks.
>
> 46e46db313a2 ath11k: add read variant from SMBIOS for download board data
>
next prev parent reply other threads:[~2021-11-22 17:59 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-18 10:00 [PATCH v2] ath11k: add read variant from SMBIOS for download board data Wen Gong
2021-11-18 10:00 ` Wen Gong
2021-11-22 14:25 ` Kalle Valo
2021-11-22 14:25 ` Kalle Valo
2021-11-22 14:35 ` Kalle Valo
2021-11-22 14:35 ` Kalle Valo
2021-11-22 17:58 ` Mark Herbert [this message]
2021-11-22 17:58 ` Mark Herbert
2021-11-22 18:06 ` Kalle Valo
2021-11-22 18:06 ` Kalle Valo
2021-11-24 9:44 ` Kalle Valo
2021-11-24 9:44 ` Kalle Valo
2021-11-25 8:55 ` Wen Gong
2021-11-25 8:55 ` Wen Gong
2021-11-24 10:07 ` Wen Gong
2021-11-24 10:07 ` Wen Gong
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=f237c04d-6574-ec9a-ebca-65d2d9ff9edd@gmail.com \
--to=mark.herbert42@gmail.com \
--cc=ath11k@lists.infradead.org \
--cc=kvalo@codeaurora.org \
--cc=linux-wireless@vger.kernel.org \
--cc=quic_wgong@quicinc.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.