asix: fix setting custom MAC address on Asix 88178 devices
commitfcf99ac631b61e6937ed10cd1b53a5b3dab29052
authorJussi Kivilinna <jussi.kivilinna@mbnet.fi>
Tue, 10 Jan 2012 06:40:23 +0000 (10 06:40 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 26 Jan 2012 00:13:21 +0000 (25 16:13 -0800)
treea4b2d0aa22d5349110d9c81570bcdebf62a231d6
parent40cfe76cac73842dc10e26ca9909e37f1b6651e9
asix: fix setting custom MAC address on Asix 88178 devices

commit 71bc5d94061516c4e70303570128797bcf768b10 upstream.

In kernel v3.2 initialization sequence for Asix 88178 devices was changed so
that hardware is reseted on every time interface is brought up (ifconfig up),
instead just at USB probe time. This causes problem with setting custom MAC
address to device as ax88178_reset causes reload of MAC address from EEPROM.

This patch fixes the issue by rewriting MAC address at end of ax88178_reset.

Signed-off-by: Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
Acked-by: Grant Grundler <grundler@chromium.org>
Cc: Allan Chou <allan@asix.com.tw>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/net/usb/asix.c