Re: [PATCH v1] Bluetooth: btqca: Add WCN6855 firmware priority selection feature
From: Konrad Dybcio
Date: Wed Nov 12 2025 - 08:30:49 EST
On 11/12/25 12:29 PM, Shuai Zhang wrote:
> Hi Konrad
>
> Thank you for your review.
> On 11/12/2025 5:53 PM, Konrad Dybcio wrote:
>> On 11/12/25 8:46 AM, Shuai Zhang wrote:
>>> For WCN6855: download wcnhpbtfwxx.tlv and wcnhpnvxx.xxx;
>>> if they do not exist, download hpbtfwxx.tlv and hpnvxx.xxx instead.
>>>
>>> Signed-off-by: Shuai Zhang <quic_shuaz@xxxxxxxxxxx>
>>> ---
>>
>> Would these files be fundamentally any different, or is it a workaround
>> for someone else being creative with filenames?
>>
>
> The prefix “wcn” corresponds to the WCN685x chip, while entries without
> the “wcn” prefix correspond to the QCA2066 chip. There are some feature
> differences between the two.
>
> However, due to historical reasons, the WCN685x chip has been using firmware
> without the “wcn” prefix. We are now correcting the mapping between the chip
> and its corresponding firmware.
>
> If it is necessary to add a comment to explain this, I will submit a new patch.
Yes, most definitely. Please add this both in the commit message and
a comment in the code
Konrad