PERFORCE change 64732 for review

Sam Leffler sam at FreeBSD.org
Tue Nov 9 13:39:57 PST 2004


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

Change 64732 by sam at sam_ebb on 2004/11/09 21:39:26

	fixup spacing

Affected files ...

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

Differences ...

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

@@ -716,7 +716,7 @@
 	if (len < sizeof(struct ieee80211req_sta_info))
 		return;
 
-	printf("%-17.17s %4s %4s %4s %4s %4s %6s %6s %4s %4s\n"
+	printf("%-17.17s %4s %4s %4s %4s %4s %6s %6s %4s %3s\n"
 		, "ADDR"
 		, "AID"
 		, "CHAN"
@@ -754,10 +754,10 @@
 				if (vp[1] < 2 + 4 ||
 				    memcmp(&vp[2], "\x00\x50\xf2\x01", 4) != 0)
 					break;
-				printie("WPA", vp, 2+vp[1], 24);
+				printie(" WPA", vp, 2+vp[1], 24);
 				break;
 			case IEEE80211_ELEMID_RSN:
-				printie("RSN", vp, 2+vp[1], 24);
+				printie(" RSN", vp, 2+vp[1], 24);
 				break;
 			/* XXX WME */
 			}


More information about the p4-projects mailing list