commit | eca1d5c22da19abf14d27f599e787dc98b1702a3 | [log] [tgz] |
---|---|---|
author | Julian Wiedmann <jwi@linux.ibm.com> | Thu Jun 27 17:01:33 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Jun 27 10:18:24 2019 -0700 |
tree | c03e51b299a601ce74a7b625c619436155b6456f | |
parent | 980f4568fa32736b1dec69db2cc7c947b767e52e [diff] |
s390/qeth: move cast type selection into fill_header() The cast type currently gets selected in .ndo_start_xmit, and is then piped through several layers until it's stored into the HW header. Push the selection down into qeth_l?_fill_header() to (1) reduce the number of xmit-wide parameters, and (2) merge the two route validation checks into just one. Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>