Skip to content

Commit 483b1c6

Browse files
Bartosz Markowskigregkh
authored andcommitted
ath10k: override CE5 config for QCA9377
commit b08b5b53a1ed2bd7a883f8fd29232c8f03604671 upstream. Similarly to QCA6174, QCA9377 requires the CE5 configuration to be available for other feature. Use the ath10k_pci_override_ce_config() for it as well. This is required for TF2.0 firmware. Previous FW revisions were working fine without this patch. Fixes: a70587b ("ath10k: configure copy engine 5 for HTT messages") Signed-off-by: Bartosz Markowski <bartosz.markowski@tieto.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent e47e717 commit 483b1c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • drivers/net/wireless/ath/ath10k

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3050,7 +3050,7 @@ static int ath10k_pci_probe(struct pci_dev *pdev,
30503050
goto err_core_destroy;
30513051
}
30523052

3053-
if (QCA_REV_6174(ar))
3053+
if (QCA_REV_6174(ar) || QCA_REV_9377(ar))
30543054
ath10k_pci_override_ce_config(ar);
30553055

30563056
ret = ath10k_pci_alloc_pipes(ar);

0 commit comments

Comments
 (0)