mirror of
https://github.com/RinCat/RTL88x2BU-Linux-Driver.git
synced 2024-12-25 01:21:34 +00:00
Remove always false expression
This commit is contained in:
parent
dddcdfdcb4
commit
26679bf5ec
@ -1447,8 +1447,6 @@ void phydm_dfs_histogram_radar_distinguish(
|
||||
}
|
||||
dfs->hist_idx++;
|
||||
dfs->hist_long_idx++;
|
||||
if (dfs->hist_long_idx == 300)
|
||||
dfs->hist_long_idx = 0;
|
||||
if (region_domain == 1 || region_domain == 3) {
|
||||
if (dfs->hist_idx == 3)
|
||||
dfs->hist_idx = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user