PERFORCE change 87305 for review

Sam Leffler sam at FreeBSD.org
Sun Nov 27 06:05:47 GMT 2005


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

Change 87305 by sam at sam_ebb on 2005/11/27 06:05:28

	revert cl#84524; need more than this to fix the problem

Affected files ...

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

Differences ...

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

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


More information about the p4-projects mailing list