From 64d60760b50226608a5b31d83da5839ff869b097 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Tue, 1 Feb 2022 12:46:49 -0600 Subject: Fixup ath11k: add support for WCN6855 hw2.1 backport Signed-off-by: Justin M. Forbes --- patch-5.16-redhat.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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 +Date: Tue Feb 1 12:45:35 2022 -0600 + + Fixup ath11k: add support for WCN6855 hw2.1 backport + + Signed-off-by: Justin M. Forbes + +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, -- cgit