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:
parent
134e43b68a
commit
71f3339e6c
@ -3941,7 +3941,7 @@ s32 rtw_monitor_xmit_entry(struct sk_buff *skb, struct net_device *ndev)
|
|||||||
pattrib->ldpc = ldpc;
|
pattrib->ldpc = ldpc;
|
||||||
pattrib->stbc = stbc;
|
pattrib->stbc = stbc;
|
||||||
pattrib->retry_ctrl = (txflags & 0x08)?_FALSE:_TRUE;
|
pattrib->retry_ctrl = (txflags & 0x08)?_FALSE:_TRUE;
|
||||||
|
pattrib->sw_seq = (txflags & 0x10)?_TRUE:_FALSE;
|
||||||
|
|
||||||
pwlanhdr = (struct rtw_ieee80211_hdr *)pframe;
|
pwlanhdr = (struct rtw_ieee80211_hdr *)pframe;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user