From: Oleksij Rempel Date: Thu, 22 Jul 2021 07:32:24 +0000 (+0200) Subject: net: usb: asix: ax88772: add missing stop X-Git-Tag: v5.15-rc1~157^2~414 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9c2670951ed03f8fc6c701d66f5c765929cf1f23;p=thirdparty%2Fkernel%2Flinux.git net: usb: asix: ax88772: add missing stop Add missing stop and let phylib framework suspend attached PHY. Fixes: e532a096be0e ("net: usb: asix: ax88772: add phylib support") Signed-off-by: Oleksij Rempel Signed-off-by: David S. Miller --- diff --git a/drivers/net/usb/asix_devices.c b/drivers/net/usb/asix_devices.c index 049c20342a0b1..9b914765c2de3 100644 --- a/drivers/net/usb/asix_devices.c +++ b/drivers/net/usb/asix_devices.c @@ -1210,6 +1210,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,