qcacmn: Increment num_radar_detects for FO everytime radar is detected
With the current implementation, dfs->wlan_dfs_stats.num_radar_detects is incremented for radar detections in partial offload alone. For FO, this stat was not incremented. As a result, when the number of times radar has been detected is queried with radartool, the stat always returns 0. Fix this by incrementing this stat for FO chipsets as well. CRs-Fixed: 2967882 Change-Id: Ibf5ea3f9f358476a2b21eeae782c44e0d53ada52
此提交包含在:
@@ -548,6 +548,7 @@ QDF_STATUS tgt_dfs_process_radar_ind(struct wlan_objmgr_pdev *pdev,
|
||||
|
||||
dfs_translate_radar_params(dfs, radar_found);
|
||||
status = dfs_process_radar_ind(dfs, radar_found);
|
||||
dfs_inc_num_radar(dfs);
|
||||
|
||||
return status;
|
||||
}
|
||||
|
新增問題並參考
封鎖使用者