PERFORCE change 66195 for review

Sam Leffler sam at FreeBSD.org
Wed Dec 1 10:46:52 PST 2004


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

Change 66195 by sam at 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");


More information about the p4-projects mailing list