zephyr/subsys/net/l2
Erwan Gouriou 66d4c64966 all: Fix "#if IS_ENABLED(CONFIG_FOO)" occurrences
Clean up occurrences of "#if IS_ENABLED(CONFIG_FOO)" an replace
with classical "#if defined(CONFIG_FOO)".

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2022-12-21 10:09:23 +01:00
..
bluetooth net: l2: bluetooth: Remove invalid check 2022-12-19 18:18:03 +01:00
canbus drivers: net: canbus: move CAN bus network driver to drivers/net 2022-07-13 10:34:51 +02:00
dummy subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
ethernet net: l2: ethernet: ethernet support for AF_PACKET/SOCK_RAW/IPPROTO_RAW 2022-12-12 14:56:07 +01:00
ieee802154 net: l2: ieee802154: Align LL address update routine 2022-12-19 18:18:03 +01:00
openthread net: openthread: Align OpenThread L2 with iface state upgrade 2022-10-20 10:00:31 +02:00
ppp all: Fix "#if IS_ENABLED(CONFIG_FOO)" occurrences 2022-12-21 10:09:23 +01:00
virtual net: virtual: Align virtual L2 with iface status upgrade 2022-10-20 10:00:31 +02:00
wifi net: wifi: Fix MFP when security type is not given 2022-10-26 12:00:11 +02:00
CMakeLists.txt
Kconfig net: l2: ieee802154: improve inline comments 2022-08-04 13:44:06 +02:00