mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
Dequeue and scheduling IQ samples report towards host was working by accident. IQ samples were casted to pointer to struct pdu_adv. Then type of PDU was checked. Fortunately the IQ samples hadn't got PDU_ADV_TYPE_EXT_IND in memory pointed by struct pdu_adv->type. NODE_RX_TYPE_IQ_SAMPLE_REPORT must have separate execution path in rx_demux_rx. Signed-off-by: Piotr Pryga <piotr.pryga@nordicsemi.no>