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 2021/09/16 12:30:49 UTC

[GitHub] [incubator-nuttx] acassis commented on a change in pull request #4552: bcm43xxx: abrupt stall of receiving new credits from sdpcm header

acassis commented on a change in pull request #4552:
URL: https://github.com/apache/incubator-nuttx/pull/4552#discussion_r710070511



##########
File path: drivers/wireless/ieee80211/bcm43xxx/bcmf_sdpcm.c
##########
@@ -134,75 +138,133 @@ int bcmf_sdpcm_process_header(FAR struct bcmf_sdio_dev_s *sbus,
 
 int bcmf_sdpcm_readframe(FAR struct bcmf_dev_s *priv)
 {
+  struct bcmf_sdpcm_header tmp_hdr;

Review comment:
       Please move this line to below "struct bcmf_sdpcm_header *header;"




-- 
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