]> 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)
commit45ba33b9d9ce58e1a9ac61d96d3be22f505e5b74
tree1955f3f330845d6ce51b5b535541d414c1795159
parent25f295c478c7fa5e61ad5b1caa7179b278aee374
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