From: Mark Herbert <mark.herbert42@gmail.com>
To: Wen Gong <quic_wgong@quicinc.com>, ath11k@lists.infradead.org
Cc: linux-wireless@vger.kernel.org
Subject: Re: [PATCH v3 0/2] ath11k: add handler for board-2.bin without variant and read SMBIOS
Date: Thu, 25 Nov 2021 12:52:28 +0300 [thread overview]
Message-ID: <e4edd060-8dcb-e1f9-27f4-3ba8c94404ea@gmail.com> (raw)
In-Reply-To: <20211125084458.16352-1-quic_wgong@quicinc.com>
Tried on my Dell 9310. It works now.
Gives the warning that SMBIOS recommended firmware not found but
succesfuly fallback to generic mode and starts.
[ 118.422601] ath11k_pci 0000:72:00.0: chip_id 0x0 chip_family 0xb
board_id 0xff soc_id 0xffffffff
[ 118.422616] ath11k_pci 0000:72:00.0: fw_version 0x10110341
fw_build_timestamp 2021-05-02 15:16 fw_build_id
[ 118.422778] 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
On 25.11.2021 11:44, Wen Gong wrote:
> v3:
> 1. add patch "ath11k: add fallback board name without variant while searching board-2.bin"
> 2. reabsed to latest ath.git master ath-202111221436
>
> v2: rebased to latest ath.git master ath-202111170737
>
> When it does not have matched board name with variant in board-2.bin,
> ath11k will fallback to search without variant.
>
> Also read the variant from SMBIOS.
>
> Wen Gong (2):
> ath11k: add fallback board name without variant while searching
> board-2.bin
> ath11k: add read variant from SMBIOS for download board data
>
> drivers/net/wireless/ath/ath11k/core.c | 93 ++++++++++++++++++++++++--
> drivers/net/wireless/ath/ath11k/core.h | 11 +++
> drivers/net/wireless/ath/ath11k/qmi.c | 4 ++
> 3 files changed, 104 insertions(+), 4 deletions(-)
>
--
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: Wen Gong <quic_wgong@quicinc.com>, ath11k@lists.infradead.org
Cc: linux-wireless@vger.kernel.org
Subject: Re: [PATCH v3 0/2] ath11k: add handler for board-2.bin without variant and read SMBIOS
Date: Thu, 25 Nov 2021 12:52:28 +0300 [thread overview]
Message-ID: <e4edd060-8dcb-e1f9-27f4-3ba8c94404ea@gmail.com> (raw)
In-Reply-To: <20211125084458.16352-1-quic_wgong@quicinc.com>
Tried on my Dell 9310. It works now.
Gives the warning that SMBIOS recommended firmware not found but
succesfuly fallback to generic mode and starts.
[ 118.422601] ath11k_pci 0000:72:00.0: chip_id 0x0 chip_family 0xb
board_id 0xff soc_id 0xffffffff
[ 118.422616] ath11k_pci 0000:72:00.0: fw_version 0x10110341
fw_build_timestamp 2021-05-02 15:16 fw_build_id
[ 118.422778] 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
On 25.11.2021 11:44, Wen Gong wrote:
> v3:
> 1. add patch "ath11k: add fallback board name without variant while searching board-2.bin"
> 2. reabsed to latest ath.git master ath-202111221436
>
> v2: rebased to latest ath.git master ath-202111170737
>
> When it does not have matched board name with variant in board-2.bin,
> ath11k will fallback to search without variant.
>
> Also read the variant from SMBIOS.
>
> Wen Gong (2):
> ath11k: add fallback board name without variant while searching
> board-2.bin
> ath11k: add read variant from SMBIOS for download board data
>
> drivers/net/wireless/ath/ath11k/core.c | 93 ++++++++++++++++++++++++--
> drivers/net/wireless/ath/ath11k/core.h | 11 +++
> drivers/net/wireless/ath/ath11k/qmi.c | 4 ++
> 3 files changed, 104 insertions(+), 4 deletions(-)
>
next prev parent reply other threads:[~2021-11-25 9:53 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-25 8:44 [PATCH v3 0/2] ath11k: add handler for board-2.bin without variant and read SMBIOS Wen Gong
2021-11-25 8:44 ` Wen Gong
2021-11-25 8:44 ` [PATCH v3 1/2] ath11k: add fallback board name without variant while searching board-2.bin Wen Gong
2021-11-25 8:44 ` Wen Gong
2021-11-25 8:44 ` [PATCH v3 2/2] ath11k: add read variant from SMBIOS for download board data Wen Gong
2021-11-25 8:44 ` Wen Gong
2021-11-25 9:52 ` Mark Herbert [this message]
2021-11-25 9:52 ` [PATCH v3 0/2] ath11k: add handler for board-2.bin without variant and read SMBIOS Mark Herbert
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=e4edd060-8dcb-e1f9-27f4-3ba8c94404ea@gmail.com \
--to=mark.herbert42@gmail.com \
--cc=ath11k@lists.infradead.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.