commit | e22355ea3f3cd6e3ff46b2c7d23c454762e82989 | [log] [tgz] |
---|---|---|
author | Julian Wiedmann <jwi@linux.ibm.com> | Fri Jan 25 15:44:18 2019 +0100 |
committer | David S. Miller <davem@davemloft.net> | Fri Jan 25 21:23:55 2019 -0800 |
tree | b3800d3c3b76004b2d1e6174cd938c61d72cc354 | |
parent | 44eb086f9af9a7f562b087a70ef69506df20e9b7 [diff] |
s390/qeth: consolidate open/stop netdev ops The L2 and L3 code for these ops is almost identical, we only need to provide a custom ndo_validate_addr() for L2 that checks whether programming the MAC address succeeded. Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>