]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
hinic: fix wrong value of MIN_SKB_LEN
authorLuo bin <luobin9@huawei.com>
Fri, 20 Mar 2020 23:13:20 +0000 (23:13 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 17 Apr 2020 14:11:50 +0000 (16:11 +0200)
commitac396472f678ed4c1e3823a356e9f9b815c28321
treee6df07c5fd1bd73ae45b34b3869930bd654840bb
parent98bf999396a74d3bbd5d5234b8210a3525590511
hinic: fix wrong value of MIN_SKB_LEN

[ Upstream commit 7296695fc16dd1761dbba8b68a9181c71cef0633 ]

the minimum value of skb len that hw supports is 32 rather than 17

Signed-off-by: Luo bin <luobin9@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/ethernet/huawei/hinic/hinic_tx.c