fix old merge botch that causes gaps in the tx seq# space for QoS frames

This commit is contained in:
sam 2008-10-26 00:32:02 +00:00
parent 5a6374beb2
commit 826606e081

View File

@ -1083,7 +1083,6 @@ ieee80211_encap(struct ieee80211_node *ni, struct mbuf *m)
htole16(ni->ni_txseqs[tid] << IEEE80211_SEQ_SEQ_SHIFT);
ni->ni_txseqs[tid]++;
}
ni->ni_txseqs[tid]++;
} else {
*(uint16_t *)wh->i_seq =
htole16(ni->ni_txseqs[IEEE80211_NONQOS_TID] << IEEE80211_SEQ_SEQ_SHIFT);