mirror of
https://github.com/apache/nuttx.git
synced 2026-09-12 06:20:57 +08:00
since IFF_DOWN is only used for request, not for status. Instead, IFF_UP should be used to query the netdev status. The IFF_DOWN related macros are also removed to avoid the confuse. Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>