wifi: ath11k: add chip id board name while searching board-2.bin for WCN6855
authorWen Gong <quic_wgong@quicinc.com>
Wed, 30 Aug 2023 06:02:26 +0000 (02:02 -0400)
committerKalle Valo <quic_kvalo@quicinc.com>
Wed, 20 Sep 2023 13:39:09 +0000 (16:39 +0300)
commit1133af5aea588a58043244a4ecb5ce511b310356
treeaf95955fca5c8d3d2d577aa8d82f8319aa89a1f6
parent1bc44a505a229bb1dd4957e11aa594edeea3690e
wifi: ath11k: add chip id board name while searching board-2.bin for WCN6855

Sometimes board-2.bin does not have the board data which matched the
parameters such as bus type, vendor, device, subsystem-vendor,
subsystem-device, qmi-chip-id and qmi-board-id, then wlan will load fail.

Hence add another type which only matches the bus type and qmi-chip-id,
then the ratio of missing board data reduced.

Tested-on: WCN6855 hw2.0 PCI WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.23

Signed-off-by: Wen Gong <quic_wgong@quicinc.com>
Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
Link: https://lore.kernel.org/r/20230830060226.18664-1-quic_wgong@quicinc.com
drivers/net/wireless/ath/ath11k/core.c