commit | 9aa17df3b84bc6df37398f51e8df6ed8e91049d4 | [log] [tgz] |
---|---|---|
author | Julian Wiedmann <jwi@linux.ibm.com> | Wed Jul 11 17:42:40 2018 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Jul 12 16:42:39 2018 -0700 |
tree | cf61669a43aaaa471c119341b11a33f4fdef8aba | |
parent | f67a43a73b543f686577507fe9ccdfae212b9924 [diff] |
s390/qeth: fine-tune RX modesetting Changing a device's address lists (or its promisc mode) already triggers an RX modeset, there's no need to do it manually from the L2 driver's ndo_vlan_rx_kill_vid() hook. Also when setting a device online, dev_open() already calls dev_set_rx_mode(). So a manual modeset is only necessary from the recovery path. Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>