Removed unused netif flag for DHCP

This commit is contained in:
Ivan Delamer
2015-02-19 16:22:19 -07:00
parent e312ebcb57
commit b938154f6b
3 changed files with 4 additions and 12 deletions

View File

@@ -6,6 +6,10 @@ HISTORY
++ New features:
2015-02-19: Ivan Delamer
* netif.h, dhcp.c: Removed unused netif flag for DHCP. The preferred way to evaluate
if DHCP is active is through netif->dhcp field.
2015-02-19: Ivan Delamer
* netif.h, slipif.c, ppp.c: Removed unused netif flag for point to point connections