Date: Sun, 27 Nov 2005 06:05:45 GMT From: Sam Leffler <sam@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 87305 for review Message-ID: <200511270605.jAR65jYw052035@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=87305 Change 87305 by sam@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. */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511270605.jAR65jYw052035>