net: remove unmaintained 6LoCAN implementation
Remove the unmaintained, experimental 6LoCAN (IPv6 over CAN bus) implementation. Fixes: #42559 Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
parent
2331b76b9b
commit
e9c9caa80d
26 changed files with 3 additions and 2847 deletions
|
@ -287,9 +287,7 @@ end:
|
|||
((IS_ENABLED(CONFIG_NET_L2_BT) && \
|
||||
net_pkt_lladdr_dst(pkt)->type == NET_LINK_BLUETOOTH) || \
|
||||
(IS_ENABLED(CONFIG_NET_L2_IEEE802154) && \
|
||||
net_pkt_lladdr_dst(pkt)->type == NET_LINK_IEEE802154) || \
|
||||
(IS_ENABLED(CONFIG_NET_L2_CANBUS) && \
|
||||
net_pkt_lladdr_dst(pkt)->type == NET_LINK_CANBUS)))
|
||||
net_pkt_lladdr_dst(pkt)->type == NET_LINK_IEEE802154)))
|
||||
|
||||
static void tcp_send(struct net_pkt *pkt)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue