Re: [riot-devel] Netdev events questions

2017-05-21 Thread Thomas Eichinger
Hi Joakim, I'm very excited to see the KW41Z supported in 802.15.4 mode. As for your questions regarding NETDEV_EVENT_RX_COMPLETE: To my knowledge it is not strictly formalized if it should be sent before or after transmitting the ACK. Generally I think this depends on the capabilities of the

[riot-devel] Netdev events questions

2017-05-21 Thread Joakim NohlgÄrd
Dear developers, I'm working on a radio driver for the Kinetis KW41Z 802.15.4 radio and I have run into some questions regarding when to send the different netdev events from my device driver. Should NETDEV_EVENT_RX_COMPLETE be sent before, or after TX of ACK packet is finished? Should