commit | 00c163f142edc1c859fc6690afc412215be9ab53 | [log] [tgz] |
---|---|---|
author | Julian Wiedmann <jwi@linux.vnet.ibm.com> | Wed Dec 20 20:11:02 2017 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Dec 20 15:23:45 2017 -0500 |
tree | bbb805b6d374d24746dfb6d5836dbcb547f06985 | |
parent | 99f0b85d5f5a965648dea2be61511368e9152439 [diff] |
s390/qeth: align L2 and L3 set_rx_mode() implementations Once all of qeth_l3_set_rx_mode()'s single-use helpers are folded back in, the two implementations actually look quite similar. So improve the readability by converting both set_rx_mode() routines to a common format. This also allows us to walk ip_mc_htable just once, instead of three times. Signed-off-by: Julian Wiedmann <jwi@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>