mirror of
https://github.com/torvalds/linux.git
synced 2026-08-03 13:58:32 +02: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 | ||