commit | f0ea8bfbc1bcd0ca32011c1335f633f00d9199cf | [log] [tgz] |
---|---|---|
author | Julian Wiedmann <jwi@linux.vnet.ibm.com> | Fri Mar 09 18:12:56 2018 +0100 |
committer | David S. Miller <davem@davemloft.net> | Fri Mar 09 13:10:04 2018 -0500 |
tree | 60dac29cf77b5468ee6c73ca6b1153645506d984 | |
parent | d3aacac4e47477ce26fe474c216f90baadcb2604 [diff] |
s390/qeth: pass correct length to header_ops->create() We need to pass the *payload* length, not the L2 address length. For qeth (using eth_header()) this is merely a cosmetic change: the parameter only matters when building headers for ETH_P_802_2 or ETH_P_802_3, whereas our fake headers are built with ETH_P_IP / ETH_P_IPV6 / 0. Signed-off-by: Julian Wiedmann <jwi@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>