wireless/bcm43xxx: allocate tx frame with nonblock mode
Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
parent
5ce7b35020
commit
ba3e859aa5
@ -147,7 +147,7 @@ int bcmf_netdev_alloc_tx_frame(FAR struct bcmf_dev_s *priv)
|
||||
/* Allocate frame for TX */
|
||||
|
||||
priv->cur_tx_frame = bcmf_bdc_allocate_frame(priv,
|
||||
MAX_NETDEV_PKTSIZE, true);
|
||||
MAX_NETDEV_PKTSIZE, false);
|
||||
if (!priv->cur_tx_frame)
|
||||
{
|
||||
wlerr("ERROR: Cannot allocate TX frame\n");
|
||||
|
Loading…
Reference in New Issue
Block a user