Skip to content

Commit

Permalink
net: usb: asix: ax88772: add missing stop
Browse files Browse the repository at this point in the history
[ Upstream commit 9c26709 ]

Add missing stop and let phylib framework suspend attached PHY.

Fixes: e532a09 ("net: usb: asix: ax88772: add phylib support")
Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
olerem authored and gregkh committed Sep 15, 2021
1 parent 90d3c48 commit 68b8b58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/usb/asix_devices.c
Expand Up @@ -1220,6 +1220,7 @@ static const struct driver_info ax88772b_info = {
.unbind = ax88772_unbind,
.status = asix_status,
.reset = ax88772_reset,
.stop = ax88772_stop,
.flags = FLAG_ETHER | FLAG_FRAMING_AX | FLAG_LINK_INTR |
FLAG_MULTI_PACKET,
.rx_fixup = asix_rx_fixup_common,
Expand Down

0 comments on commit 68b8b58

Please sign in to comment.