commit | 9197495b7cd4a43100d4166d01d5ebde8b917472 | [log] [tgz] |
---|---|---|
author | Rafał Kuźnia <rafal.kuznia@nordicsemi.no> | Wed May 26 15:17:40 2021 +0200 |
committer | Jukka Rissanen <jukka.rissanen+github@gmail.com> | Thu Jun 10 11:03:40 2021 +0300 |
tree | af5217e365c405ddfbf54c89a55c28333474595e | |
parent | 0c03a0572bf12ee94b42eb32e820a9788d9731b7 [diff] |
net: pkt: add ieee802154_frame_retry field The ieee802154_frame_retry flag indicates that a transmission retry is being performed. This flag may be used by the upper layer to instruct the IEEE802.15.4 driver implementations to not perform any modifications to the transmitted frame. This flag should be used only in the event of a previously failed transmission. Signed-off-by: Rafał Kuźnia <rafal.kuznia@nordicsemi.no>