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)
diff -Naur madwifi-hal-0.10.5.6-r4126-20100324.orig/README madwifi-hal-0.10.5.6-r4126-20100324/README
--- madwifi-hal-0.10.5.6-r4126-20100324.orig/README	2010-03-23 22:50:36.000000000 +0000
+++ madwifi-hal-0.10.5.6-r4126-20100324/README	2012-03-03 21:02:20.000000000 +0000
@@ -127,13 +127,13 @@
 
 First, run "modprobe ath_pci" or the equivalent using "insmod".  When
 the driver is successfully loaded it creates two devices, named "wifi0"
-and "ath0".  The output from iwconfig should look like this:
+and "eth0".  The output from iwconfig should look like this:
 
     lo      no wireless extensions.
     
     wifi0   no wireless extensions.
     
-    ath0    IEEE 802.11b  ESSID:""
+    eth0    IEEE 802.11b  ESSID:""
             Mode:Managed  Channel:0  Access Point: Not-Associated
 	    Bit Rate:0 kb/s   Tx-Power:50 dBm   Sensitivity=0/3
 	    Retry:off   RTS thr:off   Fragment thr:off
diff -Naur madwifi-hal-0.10.5.6-r4126-20100324.orig/tools/athdebug.c madwifi-hal-0.10.5.6-r4126-20100324/tools/athdebug.c
--- madwifi-hal-0.10.5.6-r4126-20100324.orig/tools/athdebug.c	2008-06-12 17:44:56.000000000 +0000
+++ madwifi-hal-0.10.5.6-r4126-20100324/tools/athdebug.c	2012-03-03 21:01:40.000000000 +0000
@@ -199,7 +199,7 @@
 #ifdef __linux__
 	const char *ifname = "wifi0";
 #else
-	const char *ifname = "ath0";
+	const char *ifname = "eth0";
 #endif
 	const char *cp, *tp;
 	const char *sep;
diff -Naur madwifi-hal-0.10.5.6-r4126-20100324.orig/tools/athstats.c madwifi-hal-0.10.5.6-r4126-20100324/tools/athstats.c
--- madwifi-hal-0.10.5.6-r4126-20100324.orig/tools/athstats.c	2008-06-12 17:44:56.000000000 +0000
+++ madwifi-hal-0.10.5.6-r4126-20100324/tools/athstats.c	2012-03-03 21:01:50.000000000 +0000
@@ -233,7 +233,7 @@
 #ifdef __linux__
 	const char *ifname = "wifi0";
 #else
-	const char *ifname = "ath0";
+	const char *ifname = "eth0";
 #endif
 	int s;
 	struct ifreq ifr;
diff -Naur madwifi-hal-0.10.5.6-r4126-20100324.orig/tools/wpakey.c madwifi-hal-0.10.5.6-r4126-20100324/tools/wpakey.c
--- madwifi-hal-0.10.5.6-r4126-20100324.orig/tools/wpakey.c	2009-05-28 13:42:07.000000000 +0000
+++ madwifi-hal-0.10.5.6-r4126-20100324/tools/wpakey.c	2012-03-03 21:01:54.000000000 +0000
@@ -29,7 +29,7 @@
 #define MACS "%02hhx:%02hhx:%02hhx:%02hhx:%02hhx:%02hhx"
 #define MACP(mac) (mac)[0], (mac)[1], (mac)[2], (mac)[3], (mac)[4], (mac)[5]
 
-char *dev = "ath0";
+char *dev = "eth0";
 int sock;
 int warn_wpa = 1;
 
diff -Naur madwifi-hal-0.10.5.6-r4126-20100324.orig/tools/80211debug.c madwifi-hal-0.10.5.6-r4126-20100324/tools/80211debug.c
--- madwifi-hal-0.10.5.6-r4126-20100324.orig/tools/80211debug.c	2008-06-12 17:44:56.000000000 +0000
+++ madwifi-hal-0.10.5.6-r4126-20100324/tools/80211debug.c	2012-03-03 21:01:58.000000000 +0000
@@ -187,7 +187,7 @@
 int
 main(int argc, char *argv[])
 {
-	const char *ifname = "ath0";
+	const char *ifname = "eth0";
 	const char *cp, *tp;
 	const char *sep;
 	int op, i;
diff -Naur madwifi-hal-0.10.5.6-r4126-20100324.orig/tools/80211stats.c madwifi-hal-0.10.5.6-r4126-20100324/tools/80211stats.c
--- madwifi-hal-0.10.5.6-r4126-20100324.orig/tools/80211stats.c	2008-06-12 17:44:56.000000000 +0000
+++ madwifi-hal-0.10.5.6-r4126-20100324/tools/80211stats.c	2012-03-03 21:01:45.000000000 +0000
@@ -249,7 +249,7 @@
 	struct iwreq iwr;
 	int allnodes = 0;
 
-	const char *ifname = "ath0";
+	const char *ifname = "eth0";
 
 	s = socket(AF_INET, SOCK_DGRAM, 0);
 	if (s < 0)
