From: Jouni Malinen Date: Sat, 1 Mar 2014 23:06:39 +0000 (+0200) Subject: Remove unreachable return statement X-Git-Tag: hostap_2_2~718 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca412c7a389c90b78f26e315f78d55d06efc47c4;p=thirdparty%2Fhostap.git Remove unreachable return statement Signed-off-by: Jouni Malinen --- diff --git a/src/ap/hw_features.c b/src/ap/hw_features.c index 7d36790c7..af1bc9bb4 100644 --- a/src/ap/hw_features.c +++ b/src/ap/hw_features.c @@ -982,8 +982,6 @@ int hostapd_select_hw_mode(struct hostapd_iface *iface) hostapd_notify_bad_chans(iface); return -3; } - - return 0; }