zephyr/subsys/net/l2
Henrik Brix Andersen b1b77c1774 drivers: can: change can_tx_callback_t function signature
Change the can_tx_callback_t function signature to use an "int" (not an
uint32_t) for representing transmission errors.

The "error" callback function parameter is functionally equivalent to
the return value from can_send() and thus needs to use the same data
type and needs to be able to hold negative errno values.

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
2022-01-01 07:40:29 -05:00
..
bluetooth samples: conn_cb replace to const zsector 2021-08-11 13:42:28 +02:00
canbus drivers: can: change can_tx_callback_t function signature 2022-01-01 07:40:29 -05:00
dummy
ethernet net: dsa: Update iface description for mac table programming functions 2021-12-01 13:58:08 -06:00
ieee802154 net: l2: ieee802154: Fix packed structure warning 2021-11-25 10:46:35 -05:00
openthread net: openthread: store settings in RAM if there is no flash driver 2021-12-09 11:04:49 -06:00
ppp net: l2: ppp: fix MRU when CONFIG_NET_L2_PPP_OPTION_MRU=n 2021-12-21 17:12:24 +01:00
virtual net: ipv6: Remove in6_addr from packed net_ipv6_hdr struct 2021-11-25 10:46:35 -05:00
wifi net: l2: wifi_shell: mac address in scanning results 2021-10-07 10:55:37 +02:00
CMakeLists.txt
Kconfig net: l2: Add symbols for custom IEEE802154 L2 2021-11-23 13:25:01 -05:00