nuttx/drivers/wireless
Masayuki Ishikawa c6ed7dd760 drivers: wireless: Fix _read_data() in gs2200m.c
Summary:
- During reviewing the GS2200M document, I noticed that
   _read_data() implementation is incorrect.
- Actually, we do not use "SPI Byte Stuffing for SPI-NO-DMA"
  but use "SPI Command Response (SPI-DMA)", so the sequence
  should use SPI_RECVBLOCK().

Impact:
- gs2200m.c only

Testing:
- Tested with stm32f4discovery:wifi and spresense:wifi_smp

Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
2021-01-25 19:13:17 -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
gs2200m.c drivers: wireless: Fix _read_data() in gs2200m.c 2021-01-25 19:13:17 -08:00
ISM1_868MHzGFSK100kbps.c
ISM2_433MHzMSK500kbps.c
ISM2_905MHzGFSK250kbps.c
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