zephyr/net/ip
Michael LeMay aa70d882e3 net: Fix type of ret variable in net_tx_fiber
The ret variable in net_tx_fiber was declared as unsigned but assigned
larger signed values and treated as signed.  This patch fixes that
issue.

Change-Id: I2e33f6115a3defe45f86b5f6c7dc13175ec26827
Signed-off-by: Michael LeMay <michael.lemay@intel.com>
2016-02-05 20:24:37 -05:00
..
contiki net: Remove compile time warning for random number generator 2016-02-05 20:24:37 -05:00
er-coap
rest-engine net: contiki: etimer should call proper handler 2016-02-05 20:24:24 -05:00
tinydtls net: contiki: etimer should call proper handler 2016-02-05 20:24:24 -05:00
tools net: tools: Modify pcap functions on 15.4 monitor tool 2016-02-05 20:24:36 -05:00
dummy_15_4_radio.c Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
dummy_15_4_radio.h
Kconfig Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
Makefile net: Change EXTRA_CFLAGS to ccflags-y 2016-02-05 20:24:37 -05:00
net_buf.c Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
net_context.c Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
net_driver_15_4.c Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
net_driver_15_4.h Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
net_driver_loopback.c Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
net_driver_loopback.h
net_driver_slip.c Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
net_driver_slip.h
net_init.c net: Fix type of ret variable in net_tx_fiber 2016-02-05 20:24:37 -05:00