PERFORCE change 74931 for review

Sam Leffler sam at FreeBSD.org
Mon Apr 11 11:47:02 PDT 2005


http://perforce.freebsd.org/chv.cgi?CH=74931

Change 74931 by sam at sam_ebb on 2005/04/11 18:46:23

	wlantype -> wlanmode

Affected files ...

.. //depot/projects/wifi/sbin/ifconfig/ifieee80211.c#38 edit

Differences ...

==== //depot/projects/wifi/sbin/ifconfig/ifieee80211.c#38 (text+ko) ====

@@ -1142,7 +1142,7 @@
 }
 
 static
-DECL_CMD_FUNC(set80211wlantype, arg, d)
+DECL_CMD_FUNC(set80211wlanmode, arg, d)
 {
 #define	iseq(a,b)	(strncasecmp(a,b,sizeof(b)-1) == 0)
 	if (iseq(arg, "sta"))
@@ -1864,7 +1864,7 @@
 	DEF_CMD("turbo",	1,	set80211turbo),
 	DEF_CMD("-turbo",	0,	set80211turbo),
 	DEF_CMD_ARG("wlandev",		set80211wlandev),
-	DEF_CMD_ARG("wlantype",		set80211wlantype),
+	DEF_CMD_ARG("wlanmode",		set80211wlanmode),
 };
 static struct afswtch af_ieee80211 = {
 	.af_name	= "af_ieee80211",


More information about the p4-projects mailing list