From: Eric Valette <eric.valette@free.fr>

Move value used to reset the card back to its previous definition.

Signed off by <eric.valette@free.fr>

Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/drivers/usb/net/rtl8150.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/usb/net/rtl8150.c~rtl8150-fix drivers/usb/net/rtl8150.c
--- 25/drivers/usb/net/rtl8150.c~rtl8150-fix	Thu Sep  9 15:20:25 2004
+++ 25-akpm/drivers/usb/net/rtl8150.c	Thu Sep  9 15:20:25 2004
@@ -341,7 +341,7 @@ static int rtl8150_set_mac_address(struc
 
 static int rtl8150_reset(rtl8150_t * dev)
 {
-	u8 data = 0x11;
+	u8 data = 0x10;
 	int i = HZ;
 
 	set_registers(dev, CR, 1, &data);
_