zephyr/drivers/ieee802154
Gerson Fernando Budke 268f65d221 drivers: ieee802154: rf2xx: Add missing handle_ack call
The rf2xx driver is doing automatic retransmissions in hardware based
on whether ACKs are received or not. Currently the driver is not
invoking ieee802154_radio_handle_ack() as other drivers are doing and
required by OpenThread since 4fe1da9. This add rf2xx_handle_ack method
to ensures required ACK processing when driver performs TX.

Fixes: #21763

Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
2020-01-29 09:01:53 +02:00
..
CMakeLists.txt
ieee802154_cc13xx_cc26xx.c
ieee802154_cc13xx_cc26xx.h
ieee802154_cc1200_regs.h
ieee802154_cc1200_rf.h treewide: use full path to ieee802154/cc1200.h header 2020-01-26 17:52:12 +01:00
ieee802154_cc1200.c
ieee802154_cc1200.h treewide: use full path to ieee802154/cc1200.h header 2020-01-26 17:52:12 +01:00
ieee802154_cc2520_regs.h
ieee802154_cc2520.c
ieee802154_cc2520.h treewide: use full path to ieee802154/cc2520.h header 2020-01-26 17:52:12 +01:00
ieee802154_kw41z.c
ieee802154_mcr20a_regs.h
ieee802154_mcr20a.c
ieee802154_mcr20a.h
ieee802154_nrf5.c
ieee802154_nrf5.h
ieee802154_rf2xx_iface.c
ieee802154_rf2xx_iface.h
ieee802154_rf2xx_regs.h
ieee802154_rf2xx.c drivers: ieee802154: rf2xx: Add missing handle_ack call 2020-01-29 09:01:53 +02:00
ieee802154_rf2xx.h
ieee802154_uart_pipe.c treewide: use full path to console/uart_pipe.h header 2020-01-26 17:52:12 +01:00
ieee802154_uart_pipe.h
Kconfig
Kconfig.cc13xx_cc26xx
Kconfig.cc1200
Kconfig.cc2520
Kconfig.kw41z
Kconfig.mcr20a
Kconfig.nrf5 modules: nordic: Allow separate nRF 802.15.4 radio driver build 2020-01-28 15:18:42 +01:00
Kconfig.rf2xx drivers: ieee802154: rf2xx: Add GPIO dependency 2020-01-07 13:51:46 +02:00