diff options
| author | Rakesh Sunki <rsunki@qca.qualcomm.com> | 2015-08-07 15:08:48 -0700 |
|---|---|---|
| committer | Anjaneedevi Kapparapu <akappa@codeaurora.org> | 2015-08-12 15:49:36 +0530 |
| commit | 2cd84b0638bfebbca1462e8092ec70c49704297a (patch) | |
| tree | 766d19d4c851a9e7fd040a27d4b66f9fc904c888 | |
| parent | 2e472059ea997e3479f38a9ea7d7f22a6518129b (diff) | |
qcalcd: Adjust the bin5 rssi threshold in radar filters
Radar bandwidth detection at certain frquencies is reported to
be lower than the acceptable threshold. This is due to the low
rssi reported in the phyerrors.
Fix the issue by adjusting the rssi threshold accordingly.
Change-Id: Ia1598342e33b1217a1fb163878b2ac42661b33af
CRs-Fixed: 887018
| -rw-r--r-- | CORE/SERVICES/DFS/inc/radar_filters.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CORE/SERVICES/DFS/inc/radar_filters.h b/CORE/SERVICES/DFS/inc/radar_filters.h index 19961427e08c..701dfed9787a 100644 --- a/CORE/SERVICES/DFS/inc/radar_filters.h +++ b/CORE/SERVICES/DFS/inc/radar_filters.h @@ -128,7 +128,7 @@ struct dfs_pulse dfs_mkk4_radars[] = { }; struct dfs_bin5pulse dfs_fcc_bin5pulses[] = { - {4, 28, 105, 12, 22, 5}, + {4, 28, 105, 12, 17, 5}, }; struct dfs_bin5pulse dfs_jpn_bin5pulses[] = { |
