From f80d0dab08e1210eb3dd5315eb147375afd7911e Mon Sep 17 00:00:00 2001 From: Erik Ekman Date: Fri, 2 Oct 2015 10:50:27 +0200 Subject: [PATCH] Remove old comments about DHCP setting netif up --- src/core/netif.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/core/netif.c b/src/core/netif.c index 9e9400da..51b206c0 100644 --- a/src/core/netif.c +++ b/src/core/netif.c @@ -524,11 +524,6 @@ netif_set_default(struct netif *netif) /** * Bring an interface up, available for processing * traffic. - * - * @note: Enabling DHCP on a down interface will make it come - * up once configured. - * - * @see dhcp_start() */ void netif_set_up(struct netif *netif) { @@ -585,11 +580,6 @@ netif_issue_reports(struct netif* netif, u8_t report_type) /** * Bring an interface down, disabling any traffic processing. - * - * @note: Enabling DHCP on a down interface will make it come - * up once configured. - * - * @see dhcp_start() */ void netif_set_down(struct netif *netif) {