summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDoug Berger <opendmb@gmail.com>2020-04-29 23:02:00 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-06-20 11:25:10 +0300
commit19a72177792b344dde1a26bd5353ace8f5b7c597 (patch)
tree021a9a3ffead3ebdc17e0d3ad4c3c35096ce120c /lib
parentfaf63053805b1410a608ff14e0d25e64ebf88a8b (diff)
downloadlinux-19a72177792b344dde1a26bd5353ace8f5b7c597.tar.xz
net: bcmgenet: set Rx mode before starting netif
[ Upstream commit 72f96347628e73dbb61b307f18dd19293cc6792a ] This commit explicitly calls the bcmgenet_set_rx_mode() function when the network interface is started. This function is normally called by ndo_set_rx_mode when the flags are changed, but apparently not when the driver is suspended and resumed. This change ensures that address filtering or promiscuous mode are properly restored by the driver after the MAC may have been reset. Fixes: b6e978e50444 ("net: bcmgenet: add suspend/resume callbacks") Signed-off-by: Doug Berger <opendmb@gmail.com> Acked-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions