Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Dec 2004 18:46:50 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 66195 for review
Message-ID:  <200412011846.iB1Ikod5005547@repoman.freebsd.org>

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

Change 66195 by sam@sam_ebb on 2004/12/01 18:46:11

	print "roaming", not "roamingmode" to be consistent with the
	way you set the value (so c&p works)

Affected files ...

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

Differences ...

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

@@ -1455,7 +1455,7 @@
 	} else {
 		ireq.i_type = IEEE80211_IOC_ROAMING;
 		if (ioctl(s, SIOCG80211, &ireq) != -1) {
-			printf("%croamingmode ", spacer);
+			printf("%croaming", spacer);
 			switch (ireq.i_val) {
 			case IEEE80211_ROAMING_DEVICE:
 				printf("DEVICE");



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