ath: use PRI value given by spec for fixed PRI
authorPeter Oh <poh@qca.qualcomm.com>
Thu, 17 Sep 2015 11:29:08 +0000 (14:29 +0300)
committerKalle Valo <kvalo@qca.qualcomm.com>
Sun, 27 Sep 2015 12:50:30 +0000 (15:50 +0300)
commit44acedb00b6d4b56ddab04362ccfa133b0d3b013
treefedd2254678b0e4a09027f47b62d19ff6802fa0d
parentb0b252278082787eec54098556566d4d68b8126c
ath: use PRI value given by spec for fixed PRI

PRI value is used as divider when DFS detector analyzes candidate
radar pulses.
If PRI deviation is big from its origin PRI, DFS detector could miss
valid radar reports since HW often misses detecting radar pulses and
causes long interval value of pulses.

For instance from practical results, if runtime PRI is calculated as
1431 for fixed PRI value of 1428 and delta timestamp logs 15719,
the modular remainder will be 1409 and the delta between the remainder
and runtime PRI is 22 that is bigger than PRI tolerance which is 16.
As a result this radar report will be ignored even though it's valid.

By using spec defined PRI for fixed PRI, we can correct this error.

Signed-off-by: Peter Oh <poh@qca.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/dfs_pattern_detector.c
drivers/net/wireless/ath/dfs_pattern_detector.h
drivers/net/wireless/ath/dfs_pri_detector.c