Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Sep 2005 01:17:14 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 84524 for review
Message-ID:  <200509300117.j8U1HEZD097603@repoman.freebsd.org>

index | next in thread | raw e-mail

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

Change 84524 by sam@sam_ebb on 2005/09/30 01:16:24

	PAE frames are not special wrt DROPUNENC

Affected files ...

.. //depot/projects/wifi/sys/net80211/ieee80211_input.c#63 edit

Differences ...

==== //depot/projects/wifi/sys/net80211/ieee80211_input.c#63 (text+ko) ====

@@ -461,11 +461,10 @@
 		} else {
 			/*
 			 * When denying unencrypted frames, discard
-			 * any non-PAE frames received without encryption.
+			 * any frames received without encryption.
 			 */
 			if ((ic->ic_flags & IEEE80211_F_DROPUNENC) &&
-			    key == NULL &&
-			    eh->ether_type != htons(ETHERTYPE_PAE)) {
+			    key == NULL) {
 				/*
 				 * Drop unencrypted frames.
 				 */


help

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