From 25221ff138834504412791a26196c1b1fe10f2a8 Mon Sep 17 00:00:00 2001 From: Christian kimocoder Date: Thu, 12 Oct 2017 12:12:44 +0200 Subject: [PATCH] Add support for pre-configured SeqNum via RadioTap See http://www.radiotap.org/fields/TX%20flags value 0x0010 --- include/rtw_xmit.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/rtw_xmit.h b/include/rtw_xmit.h index 64f1f5c..cb611ff 100644 --- a/include/rtw_xmit.h +++ b/include/rtw_xmit.h @@ -384,6 +384,7 @@ struct pkt_attrib u8 rate; u8 intel_proxim; u8 retry_ctrl; + u8 sw_seq; u8 mbssid; u8 ldpc; u8 stbc;