Remove dead code from wpas_sched_scan_plans_set()
scan_plan->interval was checked against 0 twice; the latter case cannot happen. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
4208329528
commit
7012e2589f
1 changed files with 0 additions and 7 deletions
|
@ -2607,13 +2607,6 @@ int wpas_sched_scan_plans_set(struct wpa_supplicant *wpa_s, const char *cmd)
|
||||||
goto fail;
|
goto fail;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!scan_plan->interval) {
|
|
||||||
wpa_printf(MSG_ERROR,
|
|
||||||
"scan plan %u: Interval cannot be zero",
|
|
||||||
num);
|
|
||||||
goto fail;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (scan_plan->interval > wpa_s->max_sched_scan_plan_interval) {
|
if (scan_plan->interval > wpa_s->max_sched_scan_plan_interval) {
|
||||||
wpa_printf(MSG_WARNING,
|
wpa_printf(MSG_WARNING,
|
||||||
"scan plan %u: Scan interval too long(%u), use the maximum allowed(%u)",
|
"scan plan %u: Scan interval too long(%u), use the maximum allowed(%u)",
|
||||||
|
|
Loading…
Add table
Reference in a new issue