mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 19:36:35 +08:00
drivers/netdev: try tcp timer in every txavail call
Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
committed by
Masayuki Ishikawa
parent
4a559807a5
commit
84daee1f76
@@ -1321,7 +1321,7 @@ static void ftmac100_txavail_work(FAR void *arg)
|
||||
|
||||
/* If so, then poll the network for new XMIT data */
|
||||
|
||||
devif_poll(&priv->ft_dev, ftmac100_txpoll);
|
||||
devif_timer(&priv->ft_dev, 0, ftmac100_txpoll);
|
||||
}
|
||||
|
||||
net_unlock();
|
||||
|
||||
Reference in New Issue
Block a user