|
@@ -41,6 +41,12 @@ int dfs_fill_emulate_bang_radar_test(struct wlan_dfs *dfs,
|
|
|
return -EINVAL;
|
|
|
}
|
|
|
|
|
|
+ if (segid > SEG_ID_SECONDARY) {
|
|
|
+ dfs_err(dfs, WLAN_DEBUG_DFS_ALWAYS,
|
|
|
+ "Segment id should be 0 or 1");
|
|
|
+ return -EINVAL;
|
|
|
+ }
|
|
|
+
|
|
|
dfs_unit_test->num_args = DFS_UNIT_TEST_NUM_ARGS;
|
|
|
dfs_unit_test->args[IDX_CMD_ID] =
|
|
|
DFS_PHYERR_OFFLOAD_TEST_SET_RADAR;
|