PERFORCE change 46382 for review

Sam Leffler sam at FreeBSD.org
Mon Feb 2 14:49:35 PST 2004


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

Change 46382 by sam at sam_ebb on 2004/02/02 14:49:22

	whitespace sync with madwifi

Affected files ...

.. //depot/projects/netperf+sockets/sys/net80211/ieee80211_input.c#14 edit

Differences ...

==== //depot/projects/netperf+sockets/sys/net80211/ieee80211_input.c#14 (text+ko) ====

@@ -468,9 +468,9 @@
 		/* should not come here */
 		break;
 	}
-  err:
+err:
 	ifp->if_ierrors++;
-  out:
+out:
 	if (m != NULL) {
 		if (ic->ic_rawbpf)
 			bpf_mtap(ic->ic_rawbpf, m);
@@ -1227,7 +1227,6 @@
 		/*
 		 * Honor ERP: enable protection and/or disable
 		 * the use of short slot time.
-		 * XXX where do we reset this state?
 		 */
 		if (erp & IEEE80211_ERP_USE_PROTECTION)
 			ic->ic_flags |= IEEE80211_F_USEPROT;


More information about the p4-projects mailing list