summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2022-02-01 12:46:49 -0600
committerJustin M. Forbes <jforbes@fedoraproject.org>2022-02-01 12:46:49 -0600
commit64d60760b50226608a5b31d83da5839ff869b097 (patch)
tree4d7c78fab5b0404d93d0d07e5d6390d983774f5f
parent6a2f1603522016c980560ee9abb9140f727dc828 (diff)
downloadkernel-64d60760b50226608a5b31d83da5839ff869b097.tar.gz
kernel-64d60760b50226608a5b31d83da5839ff869b097.tar.xz
kernel-64d60760b50226608a5b31d83da5839ff869b097.zip
Fixup ath11k: add support for WCN6855 hw2.1 backport
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
-rw-r--r--patch-5.16-redhat.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/patch-5.16-redhat.patch b/patch-5.16-redhat.patch
index cfe95dace..0fe2443a2 100644
--- a/patch-5.16-redhat.patch
+++ b/patch-5.16-redhat.patch
@@ -1977,3 +1977,23 @@ index d88867d2fed7..349a319a9e51 100755
# test packet filter based mitigation: prevent forwarding of
# packets claiming to come from the service port.
+commit b3d4e07f484c7c87ff802893d8ab90227cba3469
+Author: Justin M. Forbes <jforbes@fedoraproject.org>
+Date: Tue Feb 1 12:45:35 2022 -0600
+
+ Fixup ath11k: add support for WCN6855 hw2.1 backport
+
+ Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
+
+diff --git a/drivers/net/wireless/ath/ath11k/core.c b/drivers/net/wireless/ath/ath11k/core.c
+index 246147e03c09..8133326b1629 100644
+--- a/drivers/net/wireless/ath/ath11k/core.c
++++ b/drivers/net/wireless/ath/ath11k/core.c
+@@ -337,7 +337,6 @@ static const struct ath11k_hw_params ath11k_hw_params[] = {
+ .supports_suspend = true,
+ .hal_desc_sz = sizeof(struct hal_rx_desc_wcn6855),
+ .fix_l1ss = false,
+- .credit_flow = true,
+ .max_tx_ring = DP_TCL_NUM_RING_MAX_QCA6390,
+ .hal_params = &ath11k_hw_hal_params_qca6390,
+ .supports_dynamic_smps_6ghz = false,