* [PATCH] ath: fix false radar detection in JP region
@ 2018-02-23 11:36 srirrama
2018-03-26 15:10 ` Kalle Valo
0 siblings, 1 reply; 2+ messages in thread
From: srirrama @ 2018-02-23 11:36 UTC (permalink / raw)
To: ath10k; +Cc: linux-wireless, Sriram R
From: Sriram R <srirrama@codeaurora.org>
This fixes false radar detection (of radar type 7)
in Japan region by correcting the radar pulse type
to Chirp as per specification.
Signed-off-by: Sriram R <srirrama@codeaurora.org>
---
drivers/net/wireless/ath/dfs_pattern_detector.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/wireless/ath/dfs_pattern_detector.c b/drivers/net/wireless/ath/dfs_pattern_detector.c
index 4100ffd..448b83e 100644
--- a/drivers/net/wireless/ath/dfs_pattern_detector.c
+++ b/drivers/net/wireless/ath/dfs_pattern_detector.c
@@ -115,7 +115,7 @@ static const struct radar_detector_specs jp_radar_ref_types[] = {
JP_PATTERN(4, 0, 5, 150, 230, 1, 23, 50, false),
JP_PATTERN(5, 6, 10, 200, 500, 1, 16, 50, false),
JP_PATTERN(6, 11, 20, 200, 500, 1, 12, 50, false),
- JP_PATTERN(7, 50, 100, 1000, 2000, 1, 3, 50, false),
+ JP_PATTERN(7, 50, 100, 1000, 2000, 1, 3, 50, true),
JP_PATTERN(5, 0, 1, 333, 333, 1, 9, 50, false),
};
--
2.7.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: ath: fix false radar detection in JP region
2018-02-23 11:36 [PATCH] ath: fix false radar detection in JP region srirrama
@ 2018-03-26 15:10 ` Kalle Valo
0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2018-03-26 15:10 UTC (permalink / raw)
To: srirrama; +Cc: ath10k, linux-wireless, Sriram R
srirrama@codeaurora.org wrote:
> This fixes false radar detection (of radar type 7)
> in Japan region by correcting the radar pulse type
> to Chirp as per specification.
>
> Signed-off-by: Sriram R <srirrama@codeaurora.org>
> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Patch applied to ath-next branch of ath.git, thanks.
ba21ac6cdaef ath: fix false radar detection in JP region
--
https://patchwork.kernel.org/patch/10237459/
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-03-26 15:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-23 11:36 [PATCH] ath: fix false radar detection in JP region srirrama
2018-03-26 15:10 ` Kalle Valo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).