lwip/src/netif
Axel Lin 975e23bf5e bridgeif: Remove redundant port_netif NULL test in bridgeif_send_to_port
portif = br->ports[dstport_idx].port_netif;
So no need to have NULL test for both br->ports[dstport_idx].port_netif
and portif.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Dirk Ziegelmeier <dirk@ziegelmeier.net>
2017-11-26 21:13:08 +01:00
..
ppp Silence gcc 7 warning about fall-through in case statement by adding a comment 2017-10-22 21:27:32 +02:00
bridgeif_fdb.c Try to fix build of bridgeif_fdb.c 2017-10-19 12:16:11 +02:00
bridgeif.c bridgeif: Remove redundant port_netif NULL test in bridgeif_send_to_port 2017-11-26 21:13:08 +01:00
ethernet.c Fix compiler warnings seen with clang 8.1.0 on MacOS 2017-10-13 07:52:34 -05:00
ethernetif.c Reformat netif subdir using astylerc 2017-10-03 21:22:04 +02:00
FILES update some FILES list files 2016-08-03 20:21:54 +02:00
lowpan6.c Reformat netif subdir using astylerc 2017-10-03 21:22:04 +02:00
slipif.c slipif: Fix unbalance SYS_ARCH_PROTECT in slipif_process_rxqueue() 2017-11-08 19:48:00 +01:00