mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-22 07:16:30 +00:00
can_put_echo_skb() checks for the enabled IFF_ECHO flag and the
correct ETH_P type of the given skbuff. When implementing the CAN XL
support the new check for ETH_P_CANXL has been forgotten.
Fixes:
|
||
|---|---|---|
| .. | ||
| bittiming.c | ||
| calc_bittiming.c | ||
| dev.c | ||
| length.c | ||
| Makefile | ||
| netlink.c | ||
| rx-offload.c | ||
| skb.c | ||