Remove unreachable return statement
Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
2af4d87fc3
commit
ca412c7a38
1 changed files with 0 additions and 2 deletions
|
@ -982,8 +982,6 @@ int hostapd_select_hw_mode(struct hostapd_iface *iface)
|
||||||
hostapd_notify_bad_chans(iface);
|
hostapd_notify_bad_chans(iface);
|
||||||
return -3;
|
return -3;
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue