masayuki2009 opened a new pull request #2798:
URL: https://github.com/apache/incubator-nuttx/pull/2798


   ## Summary
   
   - During Wi-Fi stress test, I noticed that ASSERT() happened
     in gs2200m_hal_write(). Actually, this happens in 20-40 hours.
   - In this case, resp[1] was always 0x0 which is not defined
     in the spec.
   - In the previous implementation, retry was only done in case of
     WR_RESP_NOK. (0x13)
   - This commit changes this condition and it reties in case of
     0x0 as well
   
   ## Impact
   
   - gs2200m driver
   
   ## Testing
   
   - Tested with spresense:wifi_smp and stm32f4discovery:wifi
   


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

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


Reply via email to