diff -Naur madwifi-hal-0.10.5.6-r4126-20100324.orig/ath/if_ath.c madwifi-hal-0.10.5.6-r4126-20100324/ath/if_ath.c
--- madwifi-hal-0.10.5.6-r4126-20100324.orig/ath/if_ath.c	2010-01-18 14:21:22.000000000 +0000
+++ madwifi-hal-0.10.5.6-r4126-20100324/ath/if_ath.c	2012-03-02 23:18:28.000000000 +0000
@@ -11353,7 +11353,7 @@
 };
 static ctl_table ath_ath_table[] = {
 	{ ATH_INIT_CTL_NAME(DEV_ATH)
-	  .procname	= "ath",
+	  .procname	= "eth",
 	  .mode		= 0555,
 	  .child	= ath_static_sysctls
 	}, { 0 }
diff -Naur madwifi-hal-0.10.5.6-r4126-20100324.orig/ath/if_ath_pci.c madwifi-hal-0.10.5.6-r4126-20100324/ath/if_ath_pci.c
--- madwifi-hal-0.10.5.6-r4126-20100324.orig/ath/if_ath_pci.c	2009-01-14 02:43:13.000000000 +0000
+++ madwifi-hal-0.10.5.6-r4126-20100324/ath/if_ath_pci.c	2012-03-02 23:18:35.000000000 +0000
@@ -179,7 +179,7 @@
 		pci_write_config_dword(pdev, 0x40, val & 0xffff00ff);
 
 	phymem = pci_resource_start(pdev, 0);
-	if (!request_mem_region(phymem, pci_resource_len(pdev, 0), "ath")) {
+	if (!request_mem_region(phymem, pci_resource_len(pdev, 0), "eth")) {
 		printk(KERN_ERR "%s: cannot reserve PCI memory region\n", dev_info);
 		goto bad;
 	}
diff -Naur madwifi-hal-0.10.5.6-r4126-20100324.orig/ath_hal/ah_os.c madwifi-hal-0.10.5.6-r4126-20100324/ath_hal/ah_os.c
--- madwifi-hal-0.10.5.6-r4126-20100324.orig/ath_hal/ah_os.c	2010-01-09 08:47:02.000000000 +0000
+++ madwifi-hal-0.10.5.6-r4126-20100324/ath_hal/ah_os.c	2012-03-02 23:18:57.000000000 +0000
@@ -1045,7 +1045,7 @@
 };
 static ctl_table ath_ath_table[] = {
 	{ ATH_INIT_CTL_NAME(DEV_ATH)
-	  .procname	= "ath",
+	  .procname	= "eth",
 	  .mode		= 0555,
 	  .child	= ath_hal_table
 	}, { 0 }
diff -Naur madwifi-hal-0.10.5.6-r4126-20100324.orig/ath_rate/amrr/amrr.c madwifi-hal-0.10.5.6-r4126-20100324/ath_rate/amrr/amrr.c
--- madwifi-hal-0.10.5.6-r4126-20100324.orig/ath_rate/amrr/amrr.c	2010-01-09 08:47:02.000000000 +0000
+++ madwifi-hal-0.10.5.6-r4126-20100324/ath_rate/amrr/amrr.c	2012-03-02 23:19:10.000000000 +0000
@@ -527,7 +527,7 @@
 };
 static ctl_table ath_ath_table[] = {
 	{ ATH_INIT_CTL_NAME(DEV_ATH)
-	  .procname	= "ath",
+	  .procname	= "eth",
 	  .mode		= 0555,
 	  .child	= ath_rate_table
 	}, { 0 }
diff -Naur madwifi-hal-0.10.5.6-r4126-20100324.orig/ath_rate/onoe/onoe.c madwifi-hal-0.10.5.6-r4126-20100324/ath_rate/onoe/onoe.c
--- madwifi-hal-0.10.5.6-r4126-20100324.orig/ath_rate/onoe/onoe.c	2010-01-09 08:47:02.000000000 +0000
+++ madwifi-hal-0.10.5.6-r4126-20100324/ath_rate/onoe/onoe.c	2012-03-02 23:19:04.000000000 +0000
@@ -474,7 +474,7 @@
 };
 static ctl_table ath_ath_table[] = {
 	{ ATH_INIT_CTL_NAME(DEV_ATH)
-	  .procname	= "ath",
+	  .procname	= "eth",
 	  .mode		= 0555,
 	  .child	= ath_rate_table
 	}, { 0 }
diff -Naur madwifi-hal-0.10.5.6-r4126-20100324.orig/ath/if_ath.c madwifi-hal-0.10.5.6-r4126-20100324/ath/if_ath.c
--- madwifi-hal-0.10.5.6-r4126-20100324.orig/ath/if_ath.c	2012-03-02 23:21:59.000000000 +0000
+++ madwifi-hal-0.10.5.6-r4126-20100324/ath/if_ath.c	2012-03-02 23:37:32.000000000 +0000
@@ -1111,7 +1111,7 @@
 
 	if (autocreatemode != -1) {
 		rtnl_lock();
-		vap = ieee80211_create_vap(ic, "ath%d", dev,
+		vap = ieee80211_create_vap(ic, "eth%d", dev,
 				autocreatemode, 0);
 		rtnl_unlock();
 		if (vap == NULL)
