mirror of
https://github.com/RinCat/RTL88x2BU-Linux-Driver.git
synced 2026-02-22 11:09:38 +00:00
Fix: misaligned line
This commit is contained in:
@@ -1503,7 +1503,7 @@ void phydm_dfs_histogram_radar_distinguish(
|
|||||||
dfs->pri_cond3 = 1;
|
dfs->pri_cond3 = 1;
|
||||||
|
|
||||||
/*@Cancel the condition that the abs between pri and pw*/
|
/*@Cancel the condition that the abs between pri and pw*/
|
||||||
dfs->pri_cond4 = 1;
|
dfs->pri_cond4 = 1;
|
||||||
|
|
||||||
if (dfs->pri_hold_sum[5] <= dfs->pri_sum_g5_th)
|
if (dfs->pri_hold_sum[5] <= dfs->pri_sum_g5_th)
|
||||||
dfs->pri_cond5 = 1;
|
dfs->pri_cond5 = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user