mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-12 19:26:52 +08:00
Remove LWIP_DHCP_CHECK_LINK_UP define as it's useless
See bug #54574 Signed-off-by: Simon Goldschmidt <goldsimon@gmx.de>
This commit is contained in:
@@ -930,16 +930,6 @@
|
||||
#define DHCP_DOES_ARP_CHECK (LWIP_DHCP && LWIP_ARP)
|
||||
#endif
|
||||
|
||||
/**
|
||||
* LWIP_DHCP_CHECK_LINK_UP==1: dhcp_start() only really starts if the netif has
|
||||
* NETIF_FLAG_LINK_UP set in its flags. As this is only an optimization and
|
||||
* netif drivers might not set this flag, the default is off. If enabled,
|
||||
* netif_set_link_up() must be called to continue dhcp starting.
|
||||
*/
|
||||
#if !defined LWIP_DHCP_CHECK_LINK_UP
|
||||
#define LWIP_DHCP_CHECK_LINK_UP 0
|
||||
#endif
|
||||
|
||||
/**
|
||||
* LWIP_DHCP_BOOTP_FILE==1: Store offered_si_addr and boot_file_name.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user