zephyr/net/ip/contiki/mac/sicslowmac
Jukka Rissanen 9a2927ac57 net: contiki: Handle 802.15.4 retransmissions properly
When the 802.15.4 radio driver tells there was a TX collision,
we must resend the frame. The resent and failed network packets
were not freed properly which eventually eat all memory reserved
for this purpose. Now the resent frames are discarded after
resending has failed couple of times.

Change-Id: I421e680605a0d164272a786edf8e15fe4c712d03
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2016-02-05 20:24:50 -05:00
..
sicslowmac.c net: contiki: Handle 802.15.4 retransmissions properly 2016-02-05 20:24:50 -05:00
sicslowmac.h net: Fix the include paths in Contiki sources 2016-02-05 20:24:46 -05:00