You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/06/16 06:01:37 UTC

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #6446: wireless/bcm43xxx: improve throughput of net driver

anchao commented on code in PR #6446:
URL: https://github.com/apache/incubator-nuttx/pull/6446#discussion_r898721133


##########
drivers/wireless/ieee80211/bcm43xxx/bcmf_netdev.c:
##########
@@ -187,6 +188,8 @@ static int bcmf_transmit(FAR struct bcmf_dev_s *priv,
       return -EIO;
     }
 
+  priv->bc_dev.d_buf = NULL;

Review Comment:
   Done



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org