Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Feb 2004 14:49:32 -0800 (PST)
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 46382 for review
Message-ID:  <200402022249.i12MnWZY089390@repoman.freebsd.org>

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

Change 46382 by sam@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;



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