]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
NET: fix phy init for AX88772 USB ethernet
authorGrant Grundler <grundler@chromium.org>
Tue, 4 Oct 2011 09:55:16 +0000 (09:55 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 4 Oct 2011 20:25:31 +0000 (16:25 -0400)
commit4ad1438f025ed8d1e4e95a796ca7f0ad5a22c378
tree532dd31a2132dcd346e2011a84fdc75912bfb98a
parent349d2895cc8b7db1f5be677cd685209a3805d2ed
NET: fix phy init for AX88772 USB ethernet

Fix phy initialization for AX88772 (USB 2.0 100BT). Failure was
occasionally DHCP wouldn't work after reboot or suspend/resume cycle.

Remove MONITOR_MODE. In this mode, Received packets are not buffered when
the remote wakeup is enabled.

Signed-off-by: "Freddy Xin" <freddy@asix.com.tw>
Signed-off-by: Grant Grundler <grundler@chromium.org>
Acked-by: Olof Johansson <olofj@chromium.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/usb/asix.c