From: Philip Balister Date: Tue, 2 Oct 2007 20:15:53 +0000 (+0000) Subject: wifistix : Change wifistix wireless device name from mwlan to wlan. X-Git-Tag: Release-2010-05/1~8549^2~1^2~128^2~11^2~20^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b122a0a61c4045fa1cffcf5ba8ef868bd453ec5e;p=openembedded.git wifistix : Change wifistix wireless device name from mwlan to wlan. --- diff --git a/packages/wifistix/wifistix-modules/marvell-devicename.patch b/packages/wifistix/wifistix-modules/marvell-devicename.patch index 4846b0947a..62ebe89883 100644 --- a/packages/wifistix/wifistix-modules/marvell-devicename.patch +++ b/packages/wifistix/wifistix-modules/marvell-devicename.patch @@ -5,7 +5,7 @@ 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))) { ++ if (!(dev = alloc_netdev(sizeof(wlan_private), "wlan%d", ether_setup))) { #endif PRINTM(MSG, "Init ethernet device failed!\n"); return NULL;