PERFORCE change 66595 for review

Sam Leffler sam at FreeBSD.org
Mon Dec 6 16:52:41 PST 2004


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

Change 66595 by sam at sam_ebb on 2004/12/07 00:52:26

	update for wme changes

Affected files ...

.. //depot/projects/wifi/sys/dev/awi/awi.c#5 edit

Differences ...

==== //depot/projects/wifi/sys/dev/awi/awi.c#5 (text+ko) ====

@@ -2155,8 +2155,8 @@
 	wh->i_fc[0] = IEEE80211_FC0_VERSION_0 | IEEE80211_FC0_TYPE_DATA;
 	*(u_int16_t *)wh->i_dur = 0;
 	*(u_int16_t *)wh->i_seq =
-	    htole16(ni->ni_txseq << IEEE80211_SEQ_SEQ_SHIFT);
-	ni->ni_txseq++;
+	    htole16(ni->ni_txseqs[0] << IEEE80211_SEQ_SEQ_SHIFT);
+	ni->ni_txseqs[0]++;
 	if (ic->ic_opmode == IEEE80211_M_IBSS ||
 	    ic->ic_opmode == IEEE80211_M_AHDEMO) {
 		wh->i_fc[1] = IEEE80211_FC1_DIR_NODS;


More information about the p4-projects mailing list