Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 26bea13a authored by Peter Oh's avatar Peter Oh Committed by Kalle Valo
Browse files

ath: lower JP W53 band DFS detection threshold around 30%



Japan's W53 band requires 50% data traffic during its DFS test,
but WLAN baseband used by ath9k and ath10k is not able to achieve
current threshold rate, 50%, under the data traffic rate.
In other words, HW occasionally fails detecting radar pulses,
so that SW cannot get enough radar reports to achieve the rate.

Signed-off-by: default avatarPeter Oh <poh@qca.qualcomm.com>
Signed-off-by: default avatarKalle Valo <kvalo@qca.qualcomm.com>
parent cb3fbd63
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -114,8 +114,8 @@ static const struct radar_types fcc_radar_types = {
	PPB_THRESH_RATE(PPB, RATE), PRI_TOLERANCE, CHIRP	\
	PPB_THRESH_RATE(PPB, RATE), PRI_TOLERANCE, CHIRP	\
}
}
static const struct radar_detector_specs jp_radar_ref_types[] = {
static const struct radar_detector_specs jp_radar_ref_types[] = {
	JP_PATTERN(0, 0, 1, 1428, 1428, 1, 18, 50, false),
	JP_PATTERN(0, 0, 1, 1428, 1428, 1, 18, 29, false),
	JP_PATTERN(1, 2, 3, 3846, 3846, 1, 18, 50, false),
	JP_PATTERN(1, 2, 3, 3846, 3846, 1, 18, 29, false),
	JP_PATTERN(2, 0, 1, 1388, 1388, 1, 18, 50, false),
	JP_PATTERN(2, 0, 1, 1388, 1388, 1, 18, 50, false),
	JP_PATTERN(3, 1, 2, 4000, 4000, 1, 18, 50, false),
	JP_PATTERN(3, 1, 2, 4000, 4000, 1, 18, 50, false),
	JP_PATTERN(4, 0, 5, 150, 230, 1, 23, 50, false),
	JP_PATTERN(4, 0, 5, 150, 230, 1, 23, 50, false),