mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-04 00:06:36 +00:00
net: usb: asix: ax88772: add missing stop
Add missing stop and let phylib framework suspend attached PHY.
Fixes: e532a096be
("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>
This commit is contained in:
parent
fdc362bff9
commit
9c2670951e
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue