diff options
author | Manikanta Pubbisetty <quic_mpubbise@quicinc.com> | 2022-09-01 13:36:56 +0530 |
---|---|---|
committer | Kalle Valo <quic_kvalo@quicinc.com> | 2022-09-07 11:19:47 +0300 |
commit | 36893e45b1922f1c3ad91301724fafc4798f1e5f (patch) | |
tree | eb8717b9e04e6b143efdd527597cbcb85053d433 | |
parent | 7d992bd4615c5b1ac4a92f691967d886e2bfec35 (diff) | |
download | linux-stable-36893e45b1922f1c3ad91301724fafc4798f1e5f.tar.gz linux-stable-36893e45b1922f1c3ad91301724fafc4798f1e5f.tar.bz2 linux-stable-36893e45b1922f1c3ad91301724fafc4798f1e5f.zip |
ath11k: Enable remain-on-channel support on WCN6750
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>
Link: https://lore.kernel.org/r/20220901080656.3450-1-quic_mpubbise@quicinc.com
-rw-r--r-- | drivers/net/wireless/ath/ath11k/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath11k/core.c b/drivers/net/wireless/ath/ath11k/core.c index f60e7a673dfd..7f2d625d2abb 100644 --- a/drivers/net/wireless/ath/ath11k/core.c +++ b/drivers/net/wireless/ath/ath11k/core.c @@ -537,7 +537,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, .supports_multi_bssid = true, }, }; |