mirror of
https://github.com/RinCat/RTL88x2BU-Linux-Driver.git
synced 2024-12-25 09:31:36 +00:00
Fix: misaligned line
This commit is contained in:
parent
768aded0a1
commit
d2da59149e
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user