zephyr/subsys
Paul Sokolovsky 51c7b5f73a net: if: Assert that link layer addr was set by driver
There's a lot of code which assumes net_if_get_link_addr(iface)->addr
Forgetting to set it leads to deferred, spectacular crashes. It's
impractical to assert it on every usage. So, instead let's assert
it after call to driver->init(), as that is supposed to set it.

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2018-11-02 10:18:17 +02:00
..
app_memory
bluetooth Bluetooth: controller: Optimize RNG access 2018-10-30 11:16:34 +01:00
console
cpp C++: Fix vtable with libstdc++ 2018-10-30 08:11:28 -04:00
debug debug: openocd: Add floating point context to openocd offsets 2018-10-31 12:05:11 -04:00
dfu subsys: Remove board.h include 2018-11-01 13:15:18 +01:00
disk
fb
fs
logging logging: add arguments counting in log_generic 2018-10-31 14:32:21 +01:00
mgmt
net net: if: Assert that link layer addr was set by driver 2018-11-02 10:18:17 +02:00
power
random
settings
shell shell: fix possible hanging reason when history feature is used 2018-11-01 13:39:20 +01:00
storage
usb subsys: Remove board.h include 2018-11-01 13:15:18 +01:00
CMakeLists.txt
Kconfig Build: Improve C++ support 2018-10-29 09:15:04 -04:00