commit | 8174aa8aceefd3f97aebe6cc428cc3fd7b6ac2fa | [log] [tgz] |
---|---|---|
author | Julian Wiedmann <jwi@linux.vnet.ibm.com> | Wed Dec 20 20:11:00 2017 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Dec 20 15:23:45 2017 -0500 |
tree | d72df511024c77f89b2bf98d34465f37281ecf4d | |
parent | 4641b027f7c32ea51db3acd6dcf97435c2385970 [diff] |
s390/qeth: consolidate qeth MAC address helpers For adding/removing a MAC address, use just one helper each that handles both unicast and multicast. Saves one level of indirection for multicast addresses, while improving the error reporting for unicast addresses. Signed-off-by: Julian Wiedmann <jwi@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>