Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Apr 2005 18:47:01 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 74931 for review
Message-ID:  <200504111847.j3BIl1kG011202@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=74931

Change 74931 by sam@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",



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504111847.j3BIl1kG011202>