Browse Source

Remove unreachable return statement

Signed-off-by: Jouni Malinen <j@w1.fi>
Jouni Malinen 11 years ago
parent
commit
ca412c7a38
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/ap/hw_features.c

+ 0 - 2
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;
 }