drivers/wireless/ieee80211/bcmf_netdev.c: Add missing logic to poll for more Tx data after the last transfer completes.
This commit is contained in:
parent
2679bd6784
commit
1d55bfaef8
@ -544,7 +544,9 @@ static void bcmf_rxpoll(FAR void *arg)
|
|||||||
|
|
||||||
void bcmf_netdev_notify_tx_done(FAR struct bcmf_dev_s *priv)
|
void bcmf_netdev_notify_tx_done(FAR struct bcmf_dev_s *priv)
|
||||||
{
|
{
|
||||||
/* TODO TX buffer may be available, try to send again if needed */
|
/* Schedule to perform a poll for new Tx data the worker thread. */
|
||||||
|
|
||||||
|
work_queue(BCMFWORK, &priv->bc_pollwork, bcmf_poll_work, priv, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
Loading…
Reference in New Issue
Block a user