PERFORCE change 66519 for review

Sam Leffler sam at FreeBSD.org
Sun Dec 5 22:19:56 PST 2004


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

Change 66519 by sam at sam_ebb on 2004/12/06 06:18:54

	fix parsing of RSN ie's

Affected files ...

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

Differences ...

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

@@ -1487,6 +1487,7 @@
 		    wh, "RSN", "too short, len %u", len);
 		return IEEE80211_REASON_IE_INVALID;
 	}
+	frm += 2;
 	w = LE_READ_2(frm);
 	if (w != RSN_VERSION) {
 		IEEE80211_DISCARD_IE(ic,


More information about the p4-projects mailing list