diff options
Diffstat (limited to 'target/linux/layerscape/patches-5.4')
-rw-r--r-- | target/linux/layerscape/patches-5.4/802-can-0006-can-rx-offload-Prepare-for-CAN-FD-support.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/layerscape/patches-5.4/802-can-0006-can-rx-offload-Prepare-for-CAN-FD-support.patch b/target/linux/layerscape/patches-5.4/802-can-0006-can-rx-offload-Prepare-for-CAN-FD-support.patch index c88f14f01f..51eb42494e 100644 --- a/target/linux/layerscape/patches-5.4/802-can-0006-can-rx-offload-Prepare-for-CAN-FD-support.patch +++ b/target/linux/layerscape/patches-5.4/802-can-0006-can-rx-offload-Prepare-for-CAN-FD-support.patch @@ -3,7 +3,7 @@ From: Joakim Zhang <qiangqing.zhang@nxp.com> Date: Fri, 12 Jul 2019 08:02:38 +0000 Subject: [PATCH] can: rx-offload: Prepare for CAN FD support -The skbs for classic CAN and CAN FD frames are allocated with seperate +The skbs for classic CAN and CAN FD frames are allocated with separate functions: alloc_can_skb() and alloc_canfd_skb(). In order to support CAN FD frames via the rx-offload helper, the driver |