wireless/bcm43xxx: allocate tx frame with nonblock mode

Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
chao.an 2022-06-26 20:12:11 +08:00 committed by Xiang Xiao
parent 5ce7b35020
commit ba3e859aa5

View File

@ -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");