diff --git a/umac/dfs/core/src/dfs_process_radar_found_ind.h b/umac/dfs/core/src/dfs_process_radar_found_ind.h index a188443333..447b8a687c 100644 --- a/umac/dfs/core/src/dfs_process_radar_found_ind.h +++ b/umac/dfs/core/src/dfs_process_radar_found_ind.h @@ -76,8 +76,8 @@ */ struct freqs_offsets { uint32_t chan_num[DFS_NUM_FREQ_OFFSET]; - int32_t freq[DFS_NUM_FREQ_OFFSET]; - uint32_t offset[DFS_NUM_FREQ_OFFSET]; + uint32_t freq[DFS_NUM_FREQ_OFFSET]; + int32_t offset[DFS_NUM_FREQ_OFFSET]; }; /**