PERFORCE change 64068 for review

Sam Leffler sam at FreeBSD.org
Mon Nov 1 14:44:33 PST 2004


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

Change 64068 by sam at sam_ebb on 2004/11/01 22:43:39

	reset pointer to 802.11 header after crypto decap since
	the offset into the buffer may have changed

Affected files ...

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

Differences ...

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

@@ -403,6 +403,7 @@
 				IEEE80211_NODE_STAT(ni, rx_wepfail);
 				goto out;
 			}
+			wh = mtod(m, struct ieee80211_frame *);
 		} else {
 			key = NULL;
 		}


More information about the p4-projects mailing list