Skip to content

Commit 2c2008a

Browse files
computersforpeaceKalle Valo
authored andcommitted
ath10k: correct bus type for WCN3990
WCN3990 is SNOC, not PCI. This prevents probing WCN3990. Fixes: 367c899 ("ath10k: add bus type check in ath10k_init_hw_params") Signed-off-by: Brian Norris <briannorris@chromium.org> Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
1 parent 0567263 commit 2c2008a

File tree

1 file changed

+1
-1
lines changed
  • drivers/net/wireless/ath/ath10k

1 file changed

+1
-1
lines changed

drivers/net/wireless/ath/ath10k/core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ static const struct ath10k_hw_params ath10k_hw_params_list[] = {
548548
{
549549
.id = WCN3990_HW_1_0_DEV_VERSION,
550550
.dev_id = 0,
551-
.bus = ATH10K_BUS_PCI,
551+
.bus = ATH10K_BUS_SNOC,
552552
.name = "wcn3990 hw1.0",
553553
.continuous_frag_desc = true,
554554
.tx_chain_mask = 0x7,

0 commit comments

Comments
 (0)