The first patch fix increase of the correct net_device_stats {rx,tx}_errors counter, for kvaser_pciefd. The last three patches fix the CAN clock frequency for Kvaser Leaf devices, for kvaser_usb. Note that this series contains patches for both kvaser_usb and kvaser_pciefd driver. Dropped patches; [PATCH v1 1_5] can: kvaser_pciefd: Do not increase stats->rx_{packets,bytes} for error frames [PATCH v1 3_5] can: kvaser_usb: Do not increase stats->rx_{packets,bytes} for error frames and rebased on [PATCH v5 0/5] fix statistics and payload issues for error [1] series. [1] https://lore.kernel.org/all/20211207121531.42941-1-mailhol.vincent@xxxxxxxxxx Jimmy Assarsson (4): can: kvaser_pciefd: Increase correct stats->{rx,tx}_errors counter can: kvaser_usb: Use CAN_MHZ define in assignment of frequency can: kvaser_usb: Rearrange kvaser_usb_leaf_dev_cfg to avoid forward declaration can: kvaser_usb: Get CAN clock frequency from device drivers/net/can/kvaser_pciefd.c | 8 +- .../net/can/usb/kvaser_usb/kvaser_usb_hydra.c | 7 +- .../net/can/usb/kvaser_usb/kvaser_usb_leaf.c | 102 +++++++++++++----- 3 files changed, 85 insertions(+), 32 deletions(-) -- 2.34.1