Remove unreachable return statement

Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
Jouni Malinen 2014-03-02 01:06:39 +02:00
parent 2af4d87fc3
commit ca412c7a38

View file

@ -982,8 +982,6 @@ int hostapd_select_hw_mode(struct hostapd_iface *iface)
hostapd_notify_bad_chans(iface);
return -3;
}
return 0;
}