net-next:asix: reduce AX88772 init time by about 2 seconds
commitd3665188a79254c0698aa161e2c36dcda4e9ef55
authorGrant Grundler <grundler@google.com>
Tue, 15 Nov 2011 07:12:41 +0000 (15 07:12 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 15 Nov 2011 21:26:06 +0000 (15 16:26 -0500)
treea94d0b253cb3ffcb505a9eb71140a799548a661e
parenta77929a278651d4451c872178d4d7aac8908aa8e
net-next:asix: reduce AX88772 init time by about 2 seconds

ax88772_reset takes about 2 seconds and is called twice.
Once from ax88772_bind() directly and again indirectly from usbnet_open().
Reset the USB FW/Phy enough to blink the LEDs when inserted.

Signed-off-by: Allan Chou <allan@asix.com.tw>
Signed-off-by: Grant Grundler <grundler@chromium.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/usb/asix.c