Преглед на файлове

qcacmn: 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: 2184681
bings преди 7 години
родител
ревизия
a823ce622a
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      umac/dfs/core/src/filtering/dfs_radar.c

+ 1 - 1
umac/dfs/core/src/filtering/dfs_radar.c

@@ -96,7 +96,7 @@ struct dfs_pulse dfs_mkk4_radars[] = {
  *                                           chipsets.
  */
 struct dfs_bin5pulse dfs_fcc_bin5pulses[] = {
-	{5, 28, 105, 12, 22, 5},
+	{6, 28, 105, 12, 18, 5},
 };
 
 /**