]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Remove unreachable return statement
authorJouni Malinen <j@w1.fi>
Sat, 1 Mar 2014 23:06:39 +0000 (01:06 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 2 Mar 2014 08:35:33 +0000 (10:35 +0200)
Signed-off-by: Jouni Malinen <j@w1.fi>
src/ap/hw_features.c

index 7d36790c7a592f206f9eceb776851c3be975ade3..af1bc9bb424cea6c4e1504070dedb1089d511bb9 100644 (file)
@@ -982,8 +982,6 @@ int hostapd_select_hw_mode(struct hostapd_iface *iface)
                hostapd_notify_bad_chans(iface);
                return -3;
        }
-
-       return 0;
 }