mirror of
https://github.com/apache/nuttx.git
synced 2026-05-14 02:58:01 +08:00
ba419cc894
if the drvier tx queue is full up during the network cable unplugging, there will be no txdone interrupt after inserting the network cable, transmit cannot be recovered. Modified to no longer fill the driver with packet when link down. Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>