Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4e80ffab authored by Mohammed Shafi Shajakhan's avatar Mohammed Shafi Shajakhan Committed by Kalle Valo
Browse files

ath10k: Remove driver log suggesting QCA9887 support is experimental



Support for QCA9887 is no longer experimental and if there are any issues
we need to address them

Signed-off-by: default avatarMohammed Shafi Shajakhan <mohammed@qti.qualcomm.com>
Signed-off-by: default avatarKalle Valo <kvalo@qca.qualcomm.com>
parent 237e15df
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -3162,7 +3162,6 @@ static int ath10k_pci_probe(struct pci_dev *pdev,
		pci_hard_reset = ath10k_pci_qca988x_chip_reset;
		break;
	case QCA9887_1_0_DEVICE_ID:
		dev_warn(&pdev->dev, "QCA9887 support is still experimental, there are likely bugs. You have been warned.\n");
		hw_rev = ATH10K_HW_QCA9887;
		pci_ps = false;
		pci_soft_reset = ath10k_pci_warm_reset;