From ca412c7a389c90b78f26e315f78d55d06efc47c4 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Sun, 2 Mar 2014 01:06:39 +0200 Subject: [PATCH] Remove unreachable return statement Signed-off-by: Jouni Malinen --- src/ap/hw_features.c | 2 -- 1 file changed, 2 deletions(-) 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; }