Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Oct 2003 18:35:00 -0700 (PDT)
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 39613 for review
Message-ID:  <200310130135.h9D1Z018077662@repoman.freebsd.org>

index | next in thread | raw e-mail

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

Change 39613 by sam@sam_ebb on 2003/10/12 18:34:52

	Must reset the pointer to the 802.11 header after prepending
	for WEP in case the prepend requires adding a new mbuf.  This
	fixes basic 40-bit WEP.

Affected files ...

.. //depot/projects/netperf/sys/dev/ath/if_ath.c#17 edit

Differences ...

==== //depot/projects/netperf/sys/dev/ath/if_ath.c#17 (text+ko) ====

@@ -1725,6 +1725,7 @@
 			return ENOMEM;
 		}
 		ivp = hdrbuf + hdrlen;
+		wh = mtod(m0, struct ieee80211_frame *);
 		/*
 		 * XXX
 		 * IV must not duplicate during the lifetime of the key.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310130135.h9D1Z018077662>