2022-07-20 13:47:33

by Manikanta Pubbisetty

[permalink] [raw]
Subject: [PATCH] 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 <[email protected]>
---
drivers/net/wireless/ath/ath11k/core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/ath/ath11k/core.c b/drivers/net/wireless/ath/ath11k/core.c
index c8e0bc935838..ddbdfc9311d4 100644
--- a/drivers/net/wireless/ath/ath11k/core.c
+++ b/drivers/net/wireless/ath/ath11k/core.c
@@ -559,7 +559,7 @@ static const struct ath11k_hw_params ath11k_hw_params[] = {
.dp_window_idx = 1,
.ce_window_idx = 2,
.fixed_fw_mem = true,
- .support_off_channel_tx = false,
+ .support_off_channel_tx = true,
},
};

--
2.35.1


2022-08-31 06:04:38

by Kalle Valo

[permalink] [raw]
Subject: Re: [PATCH] ath11k: Enable remain-on-channel support on WCN6750

Manikanta Pubbisetty <[email protected]> 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 <[email protected]>

Failed to apply. And please use --base when submitting ath11k patches.

error: patch failed: drivers/net/wireless/ath/ath11k/core.c:559
error: drivers/net/wireless/ath/ath11k/core.c: patch does not apply
stg import: Diff does not apply cleanly

Patch set to Changes Requested.

--
https://patchwork.kernel.org/project/linux-wireless/patch/[email protected]/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

2022-09-01 08:07:59

by Manikanta Pubbisetty

[permalink] [raw]
Subject: Re: [PATCH] ath11k: Enable remain-on-channel support on WCN6750

On 8/31/2022 11:28 AM, Kalle Valo wrote:
> Manikanta Pubbisetty <[email protected]> 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 <[email protected]>
>
> Failed to apply. And please use --base when submitting ath11k patches.
>

Sure, thanks!

Manikanta