TheCranston commented on issue #8839:
URL: https://github.com/apache/nuttx/issues/8839#issuecomment-1476799693

   Ok.  much bisecting later.... I believe, if I'm doing this correctly, I have 
the commit in question.
   
   ```
   fa6ea23101bf9470253c2f60ca422027abdef537 is the first bad commit
   commit fa6ea23101bf9470253c2f60ca422027abdef537
   Author: chao.an <[email protected]>
   Date:   Sun Jun 19 04:43:36 2022 +0800
   
       wireless/bcm43xxx: enable power saving on netdev up/down
       
       Move sdio/firmware de/initialize to ifup/down
       
       Signed-off-by: chao.an <[email protected]>
   
    drivers/wireless/ieee80211/bcm43xxx/bcmf_driver.c |  61 ++++++----
    drivers/wireless/ieee80211/bcm43xxx/bcmf_driver.h |   2 +
    drivers/wireless/ieee80211/bcm43xxx/bcmf_netdev.c | 133 
+++++++++++++---------
    drivers/wireless/ieee80211/bcm43xxx/bcmf_sdio.c   | 126 +++++++++++---------
    drivers/wireless/ieee80211/bcm43xxx/bcmf_sdio.h   |   2 +
    5 files changed, 193 insertions(+), 131 deletions(-)
   ```
   I think it is correct as when the WiFi fails I get this message on startup
   ```
   ioctl(SIOCSIWMODE): 1
   ```
   
   I can get 10.3 to work properly and 11.0 does not.  This lands between them. 
 Hopefully this helps the team out.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to