zephyr/subsys/net/l2
Jukka Rissanen 9a6bbbfb69 net: Check device driver API pointer
It is possible that the device driver API pointer is null.
For example if the device driver returns an error, the device
code will make the API pointer NULL so that the API would not
be used. This can cause errors in networking code where we
typically do not check the NULL value.

Fixes #15003

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2019-05-07 15:41:15 +03:00
..
bluetooth net: bt: Set NET_IF_NO_AUTO_START flag 2019-05-07 11:16:29 +03:00
canbus net: Check device driver API pointer 2019-05-07 15:41:15 +03:00
dummy net: Check device driver API pointer 2019-05-07 15:41:15 +03:00
ethernet net: Check device driver API pointer 2019-05-07 15:41:15 +03:00
ieee802154 net: Check device driver API pointer 2019-05-07 15:41:15 +03:00
openthread net: openthread: Do not overwrite stored dataset with defaults 2019-04-23 16:43:36 +03:00
wifi license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
Kconfig doc: fix mentions of Wi-Fi trademark name 2019-05-06 20:10:59 -04:00