[oe-commits] org.oe.dev wifistix : Change wifistix wireless device name from mwlan to wlan.

crofton commit openembedded-commits at lists.openembedded.org
Tue Oct 2 20:47:54 UTC 2007


wifistix : Change wifistix wireless device name from mwlan to wlan.

Author: crofton at openembedded.org
Branch: org.openembedded.dev
Revision: 7f2e567f6ec370522a533281fc2d12f2a1ba0a14
ViewMTN: http://monotone.openembedded.org/revision/info/7f2e567f6ec370522a533281fc2d12f2a1ba0a14
Files:
1
packages/wifistix/wifistix-modules/marvell-devicename.patch
Diffs:

#
# mt diff -r6d07e119d774985e157fc9a56bb59bfbe0dcec50 -r7f2e567f6ec370522a533281fc2d12f2a1ba0a14
#
# 
# 
# patch "packages/wifistix/wifistix-modules/marvell-devicename.patch"
#  from [9b6c883a9fb5312a4df55598518c6eb2545a4f97]
#    to [c65d3a0361b8329187a0123dc4dc6891fe711842]
# 
============================================================
--- packages/wifistix/wifistix-modules/marvell-devicename.patch	9b6c883a9fb5312a4df55598518c6eb2545a4f97
+++ packages/wifistix/wifistix-modules/marvell-devicename.patch	c65d3a0361b8329187a0123dc4dc6891fe711842
@@ -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;






More information about the Openembedded-commits mailing list