nrf24l01: fix PIPENO/PKTLEN bitmask in rx fifo header In RX fifo header, the first byte should use 5 lsb to store PKTLEN and 3 msb to store PIPENO. However, FIFO_PIPENO_SHIFT was set to 4 which causes the lsb of pipe number to interfere with the received packet size stored in the fifo. This fix rx corruption when using pipe number > 0. Signed-off-by: Federico Braghiroli <federico.braghiroli@gmail.com> Approved-by: Gregory Nutt <gnutt@nuttx.org> |
||
|---|---|---|
| .. | ||
| bluetooth | ||
| ieee80211 | ||
| ieee802154 | ||
| lpwan | ||
| spirit | ||
| cc1101.c | ||
| gs2200m.c | ||
| ISM1_868MHzGFSK100kbps.c | ||
| ISM2_433MHzMSK500kbps.c | ||
| ISM2_905MHzGFSK250kbps.c | ||
| Kconfig | ||
| Make.defs | ||
| nrf24l01.c | ||
| nrf24l01.h | ||