summaryrefslogtreecommitdiff
path: root/packages/wifistix/wifistix-modules/marvell-devicename.patch
blob: 4846b0947a2e76c7af9a3d1ab4d2bde5b549ece0 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- src_cf8385-orig/wlan/wlan_main.c	2006-05-06 17:24:51.000000000 -0700
+++ src_cf8385/wlan/wlan_main.c	2006-05-06 17:26:14.000000000 -0700
@@ -873,7 +873,7 @@
 #ifdef LINUX_2_4
 	if (!(dev = init_etherdev(dev, sizeof(wlan_private)))) {
 #else
-	if (!(dev = alloc_etherdev(sizeof(wlan_private)))) {
+	if (!(dev = alloc_netdev(sizeof(wlan_private), "mwlan%d", ether_setup))) {
 #endif
 		PRINTM(MSG, "Init ethernet device failed!\n");
 		return NULL;