anchao opened a new pull request, #6533:
URL: https://github.com/apache/incubator-nuttx/pull/6533

   ## Summary
   
   1. wireless/bcm43xxx: enable tx flow control to improve performance
   
   RX/TX shared free queue on bcmf implementation, if TX occupies the
   free queue completely, RX will trigger read abort because it cannot
   successfully alloc buffer for the shared free queue. This commit will
   limit the sending entries of tx and prevent rx triggering abort
   
   2. Revert "wireless/bcm43xxx: remove unused tx_queue_count"
   
   
   ## Impact
   
   N/A
   
   ## Testing
   
   bcm43013 iperf test


-- 
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-unsubscr...@nuttx.apache.org

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

Reply via email to