zephyr/net/ip/contiki/mac
Tomasz Bursztyka 8a574fdd67 net: contiki: simplerdc: Fix an uninitialized variable warning
If retries are 0 (which should never be), ret will not be initialized.

Change-Id: I8ef9a2ccbf89191e48d407fdb1292554fa8f15d9
Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2016-09-06 09:05:37 +00:00
..
sicslowmac net: contiki: Fix debug prints in MAC layer files 2016-03-16 15:25:27 +00:00
csma.c net: Allow user to activate 802.15.4 MAC layer debugging 2016-03-16 15:24:53 +00:00
csma.h net: Fix the include paths in Contiki sources 2016-02-05 20:24:46 -05:00
frame802154.c net: Fix the include paths in Contiki sources 2016-02-05 20:24:46 -05:00
frame802154.h
framer-802154.c net: contiki: Fix debug prints in MAC layer files 2016-03-16 15:25:27 +00:00
framer-802154.h net: Fix the include paths in Contiki sources 2016-02-05 20:24:46 -05:00
framer-nullmac.c net: contiki: Fix debug prints in MAC layer files 2016-03-16 15:25:27 +00:00
framer-nullmac.h net: Fix the include paths in Contiki sources 2016-02-05 20:24:46 -05:00
framer.c net: Fix the include paths in Contiki sources 2016-02-05 20:24:46 -05:00
framer.h net: Refactor code to use new generic net_buf API 2016-02-05 20:24:46 -05:00
handler-802154.c net: Allow user to activate 802.15.4 MAC layer debugging 2016-03-16 15:24:53 +00:00
handler-802154.h net: Fix the include paths in Contiki sources 2016-02-05 20:24:46 -05:00
mac-sequence.c net: Fix the include paths in Contiki sources 2016-02-05 20:24:46 -05:00
mac-sequence.h net: Refactor code to use new generic net_buf API 2016-02-05 20:24:46 -05:00
mac.c net: Fix the include paths in Contiki sources 2016-02-05 20:24:46 -05:00
mac.h net: Refactor code to use new generic net_buf API 2016-02-05 20:24:46 -05:00
nullmac.c net: Fix the include paths in Contiki sources 2016-02-05 20:24:46 -05:00
nullmac.h net: Fix the include paths in Contiki sources 2016-02-05 20:24:46 -05:00
rdc.h net: Fix the include paths in Contiki sources 2016-02-05 20:24:46 -05:00
simplerdc.c net: contiki: simplerdc: Fix an uninitialized variable warning 2016-09-06 09:05:37 +00:00