1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2024-11-25 14:44:09 +00:00

Add support for pre-configured SeqNum via RadioTap

See http://www.radiotap.org/fields/TX%20flags value 0x0010
This commit is contained in:
Christian kimocoder 2017-10-12 12:08:11 +02:00 committed by GitHub
parent 71f3339e6c
commit 8ae2f94c9b

View File

@ -118,7 +118,7 @@ static s32 update_txdesc(struct xmit_frame *pxmitframe, u8 *pmem, s32 sz ,u8 bag
//offset 12 //offset 12
if (!pattrib->qos_en) { if (!pattrib->qos_en && pattrib->sw_seq == _FALSE) {
SET_TX_DESC_HWSEQ_EN_8812(ptxdesc, 1); // Hw set sequence number SET_TX_DESC_HWSEQ_EN_8812(ptxdesc, 1); // Hw set sequence number
} else { } else {
SET_TX_DESC_SEQ_8812(ptxdesc, pattrib->seqnum); SET_TX_DESC_SEQ_8812(ptxdesc, pattrib->seqnum);