commit | b0b252278082787eec54098556566d4d68b8126c | [log] [tgz] |
---|---|---|
author | Peter Oh <poh@qca.qualcomm.com> | Thu Sep 17 14:29:07 2015 +0300 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Sun Sep 27 15:48:22 2015 +0300 |
tree | 024c8ce04cf3443a0a5692a29346803f66f3377a | |
parent | 5af82fa66a7ee8dfc29fadb487a02e2ef14ea965 [diff] |
ath: fix incorrect PPB on JAPAN chirp radar The number of pulses per burst on Japan chirp radar is between 1 and 3. The previous value, 20, is representing number of bursts, but since current DFS detector is using pulse detection other than bursts, use the pulse number for correct radar detection. Also using the highest number helps to avoid false detection. Signed-off-by: Peter Oh <poh@qca.qualcomm.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>