Message ID | 20221122132152.17771-9-quic_kathirve@quicinc.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 25edca7bb18a2a40cc7e54c6f522e9b3c917e2c5 |
Delegated to: | Kalle Valo |
Headers | show |
Series | wifi: ath11k: Add support for IPQ5018 | expand |
diff --git a/drivers/net/wireless/ath/ath11k/ahb.c b/drivers/net/wireless/ath/ath11k/ahb.c index e6d30ca38c88..2142c60de9d8 100644 --- a/drivers/net/wireless/ath/ath11k/ahb.c +++ b/drivers/net/wireless/ath/ath11k/ahb.c @@ -32,6 +32,9 @@ static const struct of_device_id ath11k_ahb_of_match[] = { { .compatible = "qcom,wcn6750-wifi", .data = (void *)ATH11K_HW_WCN6750_HW10, }, + { .compatible = "qcom,ipq5018-wifi", + .data = (void *)ATH11K_HW_IPQ5018_HW10, + }, { } };