contiki/core/net/mac/contikimac
Billy Kozak 32e668ae2a Fix for #1165
It is possible that packetbuf is modified by the call to
mac_call_sent_callback. If this occurs ContikiMAC will not be able to
recognize that a packet is pending.

This fixes this problem by storing pending status in a local variable before
calling mac_call_sent_callback.
2015-09-18 09:33:10 -06:00
..
contikimac-framer.c ContikiMAC: Retain original copyright 2014-11-25 04:56:09 -08:00
contikimac-framer.h ContikiMAC: Retain original copyright 2014-11-25 04:56:09 -08:00
contikimac.c Fix for #1165 2015-09-18 09:33:10 -06:00
contikimac.h Moved the contikimac code into a core/net/mac/contikimac module 2014-01-26 23:20:25 +01:00