PERFORCE change 64839 for review

Sam Leffler sam at FreeBSD.org
Wed Nov 10 13:15:35 PST 2004


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

Change 64839 by sam at sam_ebb on 2004/11/10 21:14:51

	remove inactivity timer stuff

Affected files ...

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

Differences ...

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

@@ -1199,33 +1199,6 @@
 				spacer = ' ';
 			}
 		}
-
-		if (verbose) {
-			if (spacer != '\t')
-				printf("\n");
-			spacer = '\t';
-		}
-
-		ireq.i_type = IEEE80211_IOC_INACT;
-		if (ioctl(s, SIOCG80211, &ireq) != -1) {
-			printf("%cinact%s %u", spacer,
-				verbose ? "(run)" : "", ireq.i_val);
-			spacer = ' ';
-		}
-
-		if (verbose) {
-			ireq.i_type = IEEE80211_IOC_INACT_AUTH;
-			if (ioctl(s, SIOCG80211, &ireq) != -1) {
-				printf("%cinact(auth) %u", spacer, ireq.i_val);
-				spacer = ' ';
-			}
-
-			ireq.i_type = IEEE80211_IOC_INACT_INIT;
-			if (ioctl(s, SIOCG80211, &ireq) != -1) {
-				printf("%cinact(init) %u", spacer, ireq.i_val);
-				spacer = ' ';
-			}
-		}
 	} else {
 		ireq.i_type = IEEE80211_IOC_ROAMING;
 		if (ioctl(s, SIOCG80211, &ireq) != -1) {


More information about the p4-projects mailing list