zephyr/subsys/net/l2
Jani Hirsimäki 83ea1e26a2 net: l2: ppp: ppp uart usage fixed
This fixes 3 issues that came within PR #59124 for ppp uart usage.

Earlier start/stop of ppp was done at enable() but that
was removed in PR #59124. Now putting enable/disable() back and
putting start/stop there.
Additionally, there was a double ppp carrier ON when NET_EVENT_IF_DOWN.
For that net_if_carrier_on/off is set in uart ppp.c driver.
Also, maybe worth to be mentioned that after PR #59124 there is no
ppp carrier off when lcp is disconnected, for workaround that change,
application should use ppp dead/running events.

Signed-off-by: Jani Hirsimäki <jani.hirsimaki@nordicsemi.no>
2023-08-09 16:07:46 +00:00
..
bluetooth shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00
canbus
dummy
ethernet net: gptp: fix announce message byte order 2023-07-19 21:42:05 -04:00
ieee802154 net: ieee802154_radio: add attribute getter API 2023-07-25 09:13:41 +02:00
offloaded_netdev net: dummy L2 for offloaded ifaces 2023-03-20 09:53:25 +01:00
openthread net: iface: Improve thread safety of net_if_ipv*_maddr_* functions 2023-05-10 11:06:15 +02:00
ppp net: l2: ppp: ppp uart usage fixed 2023-08-09 16:07:46 +00:00
virtual device: remove redundant init functions 2023-04-19 10:00:25 +02:00
wifi net: wifi: shell: fix parameter description error 2023-08-08 13:28:12 +00:00
CMakeLists.txt net: dummy L2 for offloaded ifaces 2023-03-20 09:53:25 +01:00
Kconfig net: wifi_mgmt: Support to provide raw scan data 2023-05-12 10:50:21 +00:00