From: Roy Marples Date: Tue, 28 Jan 2020 16:58:29 +0000 (+0000) Subject: BSD: Remove an outdated comment X-Git-Tag: hostap_2_10~1887 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25c247684f2f179bf8501ef185749566c43b20b9;p=thirdparty%2Fhostap.git BSD: Remove an outdated comment With interface matching support, wpa_supplicant can wait for an interface to appear. Signed-off-by: Roy Marples --- diff --git a/src/drivers/driver_bsd.c b/src/drivers/driver_bsd.c index d788753cd..d0eac901f 100644 --- a/src/drivers/driver_bsd.c +++ b/src/drivers/driver_bsd.c @@ -1478,12 +1478,6 @@ wpa_driver_bsd_init(void *ctx, const char *ifname, void *priv) if (drv == NULL) return NULL; - /* - * NB: We require the interface name be mappable to an index. - * This implies we do not support having wpa_supplicant - * wait for an interface to appear. This seems ok; that - * doesn't belong here; it's really the job of devd. - */ drv->ifindex = if_nametoindex(ifname); if (drv->ifindex == 0) { wpa_printf(MSG_DEBUG, "%s: interface %s does not exist",