Re: [PATCH RFC 0/4] wifi: ath10k: support board-specific firmware overrides

2024-02-12 Thread Jeff Johnson
On 1/30/2024 8:38 AM, Dmitry Baryshkov wrote: > On WCN3990 platforms actual firmware, wlanmdsp.mbn, is sideloaded to the > modem DSP via the TQFTPserv. These MBN files are signed by the device > vendor, can only be used with the particular SoC or device. > > Unfortunately different firmware

Re: [PATCH 0/3] wifi: ath10k: fix board file loading for wcn3990 devices

2024-02-12 Thread Jeff Johnson
On 1/29/2024 10:47 PM, Dmitry Baryshkov wrote: > The ath10k driver fails to properly handle fallback from board-2.bin to > board.bin for WCN3990 cards. This happens because the > ath10k_hw_params_list doesn't include .fw.board* parameters for the > WCN3990 platform. > > Add board data

Re: [PATCH RFC 2/4] wifi: ath10k: support board-specific firmware overrides

2024-02-12 Thread Dmitry Baryshkov
On Mon, 12 Feb 2024 at 13:12, Konrad Dybcio wrote: > > On 30.01.2024 17:38, Dmitry Baryshkov wrote: > > Different Qualcomm platforms using WCN3990 WiFI chip use SoC-specific > > firmware versions with different features. For example firmware for > > SDM845 doesn't use single-chan-info-per-channel

Re: [PATCH RFC 4/4] arm64: dts: qcom: qrb4210-rb1: add firmware-name qualifier to WiFi node

2024-02-12 Thread Konrad Dybcio
On 30.01.2024 17:38, Dmitry Baryshkov wrote: > Add firmware-name property to the WiFi device tree node to specify > board-specific lookup directory. > > Signed-off-by: Dmitry Baryshkov > --- Reviewed-by: Konrad Dybcio Konrad

Re: [PATCH RFC 3/4] arm64: dts: qcom: qrb2210-rb1: add firmware-name qualifier to WiFi node

2024-02-12 Thread Konrad Dybcio
On 30.01.2024 17:38, Dmitry Baryshkov wrote: > Add firmware-name property to the WiFi device tree node to specify > board-specific lookup directory. > > Signed-off-by: Dmitry Baryshkov > --- Reviewed-by: Konrad Dybcio Konrad

Re: [PATCH RFC 2/4] wifi: ath10k: support board-specific firmware overrides

2024-02-12 Thread Konrad Dybcio
On 30.01.2024 17:38, Dmitry Baryshkov wrote: > Different Qualcomm platforms using WCN3990 WiFI chip use SoC-specific > firmware versions with different features. For example firmware for > SDM845 doesn't use single-chan-info-per-channel feature, while firmware > for QRB2210 / QRB4210 requires that