commit | ae79fe03aed71db0771bcb8397425b9de502cf6c | [log] [tgz] |
---|---|---|
author | Julian Wiedmann <jwi@linux.vnet.ibm.com> | Fri Aug 18 10:19:05 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri Aug 18 10:21:30 2017 -0700 |
tree | 6322fbcdb18c7c1b920c2a8cc564a6acd4128878 | |
parent | 7286384bcf982242fd439d27a071e8cba7b2cfd6 [diff] |
s390/qeth: pass full data length to l2_fill_header() For IQD we already need to fix up the qeth_hdr's length field, and future changes will require more flexibility for OSA as well. The device-specific path knows best what header length it requires, so just pass it from there. While at it, remove the unused qeth_card parameter. No functional change. Signed-off-by: Julian Wiedmann <jwi@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>