]> git.baikalelectronics.ru Git - kernel.git/commit
s390/qeth: pass full data length to l3_fill_header()
authorJulian Wiedmann <jwi@linux.vnet.ibm.com>
Wed, 20 Dec 2017 19:11:08 +0000 (20:11 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 20 Dec 2017 20:23:46 +0000 (15:23 -0500)
commitacc5891ac8d8a52fbdb0e87dd2285314f4e9d2d3
tree1955f3f330845d6ce51b5b535541d414c1795159
parent8476632653f4699be37e367f95dde8a52b7358a5
s390/qeth: pass full data length to l3_fill_header()

The TSO and IQD paths already need to fix-up the current values, and
OSA will require more flexibility in the future as well. So just let
the caller specify the data length.

Signed-off-by: Julian Wiedmann <jwi@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/s390/net/qeth_l3_main.c