diff -Naur 2011_0210_RT73_Linux_STA_Drv1.1.0.5.orig/Module/rtmp_main.c 2011_0210_RT73_Linux_STA_Drv1.1.0.5/Module/rtmp_main.c
--- 2011_0210_RT73_Linux_STA_Drv1.1.0.5.orig/Module/rtmp_main.c	2011-02-10 03:00:38.000000000 +0000
+++ 2011_0210_RT73_Linux_STA_Drv1.1.0.5/Module/rtmp_main.c	2012-09-28 10:31:54.000000000 +0000
@@ -988,7 +988,7 @@
 
 		for (i = 0; i < 8; i++)
 		{
-			sprintf(slot_name, "rausb%d", i);
+			sprintf(slot_name, "eth%d", i);
 			
 			read_lock_bh(&dev_base_lock); // avoid multiple init
 //Benson modify -->
@@ -1011,7 +1011,7 @@
 			return NULL;
 		}
 
-		sprintf(pAd->net_dev->name, "rausb%d", i);
+		sprintf(pAd->net_dev->name, "eth%d", i);
 		DBGPRINT(RT_DEBUG_ERROR, "usb device name %s\n",pAd->net_dev->name);
 
         /* get Max Packet Size from usb_dev endpoint */
@@ -1227,7 +1227,7 @@
         
 		for (i = 0; i < 8; i++)
 		{
-			sprintf(slot_name, "rausb%d", i);
+			sprintf(slot_name, "eth%d", i);
 
 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,24)
 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,26)
@@ -1258,7 +1258,7 @@
 			return res;
 		}
 
-		sprintf(pAd->net_dev->name, "rausb%d", i);
+		sprintf(pAd->net_dev->name, "eth%d", i);
 		DBGPRINT(RT_DEBUG_ERROR, "usb device name %s\n", pAd->net_dev->name);
 
 
