Parcourir la source

Remove unreachable return statement

Signed-off-by: Jouni Malinen <j@w1.fi>
Jouni Malinen il y a 11 ans
Parent
commit
ca412c7a38
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  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;
 }