PERFORCE change 84524 for review

Sam Leffler sam at FreeBSD.org
Thu Sep 29 18:17:15 PDT 2005


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

Change 84524 by sam at 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.
 				 */


More information about the p4-projects mailing list