nuttx/drivers/wireless
Masayuki Ishikawa 0c68ddb760 drivers: wireless: Change retry condition in gs2200m_hal_write()
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

Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
2021-02-03 10:29:05 +01:00
..
bluetooth bluetooth: Move the lower half null check to common place 2021-01-17 20:49:19 -08:00
ieee80211 drivers/netdev: try tcp timer in every txavail call 2020-12-18 14:16:11 +09:00
ieee802154 Kernel module should prefer functions with nx/kmm prefix 2021-01-13 08:57:58 +01:00
lpwan drivers/wireless/lpwan/sx127x/sx127x.c: Fix syslog formats 2020-11-24 22:31:33 -08:00
spirit drivers/netdev: try tcp timer in every txavail call 2020-12-18 14:16:11 +09:00
cc1101.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
gs2200m.c drivers: wireless: Change retry condition in gs2200m_hal_write() 2021-02-03 10:29:05 +01:00
ISM1_868MHzGFSK100kbps.c drivers/wireless: Run all wireless drivers through tools/nxstyle, correcting as many complaints as possible. 2019-12-05 11:49:12 -06:00
ISM2_433MHzMSK500kbps.c drivers/wireless: Run all wireless drivers through tools/nxstyle, correcting as many complaints as possible. 2019-12-05 11:49:12 -06:00
ISM2_905MHzGFSK250kbps.c drivers/wireless: Run all wireless drivers through tools/nxstyle, correcting as many complaints as possible. 2019-12-05 11:49:12 -06:00
Kconfig wireless/bluetooth: remove the host dependency 2021-01-16 11:18:26 -08:00
Make.defs build: Don't need use $(DELIM) in include statement 2020-05-24 08:24:13 -06:00
nrf24l01.c sched/: Make more naming consistent 2020-05-17 14:01:00 -03:00
nrf24l01.h IOCTLS. Separate wireless character driver IOCTL commands from wireless network driver IOCTL commands. Move from wireless.h to ioctl.h. 2017-04-27 16:58:30 -06:00