diff mbox series

[v2] ath11k: Enable remain-on-channel support on WCN6750

Message ID 20220901080656.3450-1-quic_mpubbise@quicinc.com (mailing list archive)
State Accepted
Commit 36893e45b1922f1c3ad91301724fafc4798f1e5f
Delegated to: Kalle Valo
Headers show
Series [v2] ath11k: Enable remain-on-channel support on WCN6750 | expand

Commit Message

Manikanta Pubbisetty Sept. 1, 2022, 8:06 a.m. UTC
Enable remain on channel support on WCN6750 as it is needed for
GAS, Passpoint.

Tested-on: WCN6750 hw1.0 AHB WLAN.MSL.1.0.1-00887-QCAMSLSWPLZ-1

Signed-off-by: Manikanta Pubbisetty <quic_mpubbise@quicinc.com>
---
V2:
- Rebased on ToT

 drivers/net/wireless/ath/ath11k/core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


base-commit: 16424e934b2e83faa81bb7709e13be4b809d35fe

Comments

Kalle Valo Sept. 7, 2022, 8:20 a.m. UTC | #1
Manikanta Pubbisetty <quic_mpubbise@quicinc.com> wrote:

> Enable remain on channel support on WCN6750 as it is needed for
> GAS, Passpoint.
> 
> Tested-on: WCN6750 hw1.0 AHB WLAN.MSL.1.0.1-00887-QCAMSLSWPLZ-1
> 
> Signed-off-by: Manikanta Pubbisetty <quic_mpubbise@quicinc.com>
> Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>

Patch applied to ath-next branch of ath.git, thanks.

36893e45b192 ath11k: Enable remain-on-channel support on WCN6750
diff mbox series

Patch

diff --git a/drivers/net/wireless/ath/ath11k/core.c b/drivers/net/wireless/ath/ath11k/core.c
index c3e9e4f7bc24..6fd96b38eb49 100644
--- a/drivers/net/wireless/ath/ath11k/core.c
+++ b/drivers/net/wireless/ath/ath11k/core.c
@@ -524,7 +524,7 @@  static const struct ath11k_hw_params ath11k_hw_params[] = {
 		.static_window_map = true,
 		.hybrid_bus_type = true,
 		.fixed_fw_mem = true,
-		.support_off_channel_tx = false,
+		.support_off_channel_tx = true,
 	},
 };