nuttx/drivers/wireless
Masayuki Ishikawa 11a842333f drivers: wireless: Fix ASSERT() in _read_data_len() in gs2200m.c
Summary:
- During stress test with spresense:wifi (non-SMP), I noticed
  sometimes ASSERT() happened in _read_data_len()
- Actually, up_udelay(50) has been added to avoid the ASSERT
- However, I finally noticed that it should be moved before
  calling dready()
- Also, I cofirmed that we can reduced the time from 50 to 30
- NOTE: we need at least 15us in my experience

Impact:
- gs2200m.c only

Testing:
- Tested with following configurations
- spresense:wifi, spresense:wifi_smp, stm32f4discovery:wifi

Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
2021-01-17 21:43:23 -08: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: Fix ASSERT() in _read_data_len() in gs2200m.c 2021-01-17 21:43:23 -08: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