Skip to content

Commit

Permalink
Revert "net: usb: ax88179_178a: avoid two consecutive device resets"
Browse files Browse the repository at this point in the history
This reverts commit d7a3198.

See: raspberrypi/bookworm-feedback#239

Signed-off-by: Phil Elwell <phil@raspberrypi.com>
  • Loading branch information
pelwell authored and popcornmix committed Mar 27, 2024
1 parent e5c1258 commit e824dcf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/net/usb/ax88179_178a.c
Original file line number Diff line number Diff line change
Expand Up @@ -1315,6 +1315,8 @@ static int ax88179_bind(struct usbnet *dev, struct usb_interface *intf)

netif_set_tso_max_size(dev->net, 16384);

ax88179_reset(dev);

return 0;
}

Expand Down

0 comments on commit e824dcf

Please sign in to comment.