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

83 Commits

Author SHA1 Message Date
kimocoder
2807ab2365 More cleanup around testchip 2019-03-29 01:33:48 +01:00
kimocoder
2a9b86973d Fix uninitialized variable in auth seq=2 packet 2019-03-29 01:22:10 +01:00
kimocoder
bdf81c1784 Fix includes to support linux 2019-03-29 00:07:51 +01:00
kimocoder
d2cc038f43 Fix ieee80211.h linux capability 2019-03-29 00:05:10 +01:00
kimocoder
a180209d7e Fix alloc stainfo code 2019-03-28 23:40:03 +01:00
kimocoder
4d68aa7207 Eliminate silly typedefs for threads 2019-03-14 12:15:07 +01:00
kimocoder
dd687defb0 Remove typedef for _pkt and replace with correct struct 2019-03-14 12:06:17 +01:00
kimocoder
f523905d7a Remove struct net_device wrapper 2019-03-14 11:46:10 +01:00
kimocoder
c69a032f51 Removed leftover of _{enter,exit}_pwrlock usage 2019-03-14 11:28:49 +01:00
kimocoder
d4dd7bdc54 Add check for psta->cmn.aid out of bounds. 2019-03-14 11:17:11 +01:00
root
467f8ff546 Add entry for compiling against openwrt tree 2019-03-13 23:21:00 +01:00
kimocoder
56e7415cd9 Nuke CONFIG_LOAD_PHY_PARA_FROM_FILE 2019-01-02 20:32:36 +01:00
kimocoder
86edaffd71 Fixed frame injection by @svpcom + possible VHT fix 2018-12-19 17:59:51 +01:00
kimocoder
91e6a638e1 Drop date & time from version dump, to allow reproducible builds 2018-08-27 19:52:40 +02:00
kimocoder
4053162033 Fix for ARM build (testing) 2018-08-26 15:34:52 +02:00
fariouche
a708334609 fixed scan timeout interfering with normal scan 2018-08-18 14:45:43 +02:00
kimocoder
9b811a5614 Ability to place rx descriptor into radiotap header 2018-08-04 21:17:04 +02:00
kimocoder
f1dce475a4 Only place signal strength into radiotap header if available 2018-08-04 21:01:06 +02:00
kimocoder
2ae015fb87 Place signal quality and per antenna rssi into radiotap header 2018-08-04 20:55:45 +02:00
fariouche
9b10624e57 fixed driver not working anymore after previous merge 2018-07-14 20:54:49 +02:00
kimocoder
05b29d4114 unlock all channels in REALTEK_DEFINE (default) channel plan 2018-07-03 10:20:59 +02:00
kimocoder
5b8f812224 Be quiet about power save 2018-07-02 21:31:35 +02:00
kimocoder
3aa600b413 Count injected frames in interface stats 2018-07-02 21:29:24 +02:00
kimocoder
cafec86c7e Fix compile warnings (brackets + fallthroughs) 2018-07-02 20:05:48 +02:00
kimocoder
706446194d Fix injected frames drop 2018-07-02 19:47:54 +02:00
kimocoder
48e9e71607 Disable AP mode channel switching due to DFS checks 2018-07-02 19:25:35 +02:00
kimocoder
ef630451b0 Optimized Makefile + added DKMS 2018-07-02 19:20:53 +02:00
kimocoder
29fab55737 Uploaded the 8812au v5.2.20.2 driver 2018-07-02 18:49:32 +02:00
kimocoder
b85ad0de96 Fixed compilation warnings 2018-07-01 20:27:54 +02:00
kimocoder
7c899d1b5b Fix injected frames drop + platform fixes 2018-06-25 18:20:55 +02:00
kimocoder
932e3d47d0 Disable AP mode channel switching due to dfs checks 2018-06-22 22:16:54 +02:00
kimocoder
d5aaced9c3 Optimized Makefile and added DKMS ++ 2018-06-22 21:43:50 +02:00
kimocoder
be14d54031 Parse radiotap headers for proper frame injection 2018-06-22 19:37:47 +02:00
kimocoder
f53c7ea20e Cloned gordboy's 8812au repo 2018-06-22 18:48:32 +02:00
kimocoder
4cf72deb8e Preparing new upload 2018-06-22 18:45:20 +02:00
kimocoder
e2ed84fe68 Fixes more freeze/delays (test) 2018-06-07 12:25:06 +02:00
kimocoder
b6c6c05f4a Removed pre-configured SeqNum via RadioTap 2018-03-27 15:02:10 +02:00
cail
bf5593ab0c Fix power savings breaking monitor mode 2018-03-25 09:20:31 -07:00
cail
14109ecfdb Fix FCS on 8812 and 8814 2018-03-24 15:40:05 -07:00
kimocoder
01ab3284e8 Fixed warnings + Nuked hardcoded reg-domain 2018-03-21 10:08:01 +01:00
Christian B
ca6ba8ef08
Fixed 'implicit-fallthrough' warning
By adding an explict comment saying 'Intentional fallthrough' you hint
at the compiler that it isn't an error/omission, but you explicitly want
that (feature).
2018-03-19 20:20:58 +01:00
kimocoder
900fc8b5df even more cleanup. brackets + more 2018-03-15 16:51:40 +01:00
kimocoder
3ffd99abaf minor fixes + cleanup 2018-03-15 14:53:03 +01:00
kimocoder
6045580713 minor fixes 2018-01-25 20:05:33 +01:00
Christian B
f6dc0ef900
Radiotap FCS flag fix
* The driver marks all frames as containing the Frame Check Sequence at the end. This confuses Wireshark because the FCS field is stripped before the frame is released on the monitor interface.
2018-01-20 16:33:05 +01:00
Christian B
e24a462e56
Update rtw_recv.c 2017-12-17 12:25:08 +01:00
Christian B
623eb9d850
Update rtw_recv.c 2017-12-17 12:09:20 +01:00
Christian B
dd6d41d60b
Update rtw_tdls.c 2017-12-17 11:51:14 +01:00
Christian B
f1ef700e29
Update rtw_pwrctrl.c 2017-12-17 11:49:39 +01:00
Christian B
e0d0135581
Update rtw_p2p.c 2017-12-17 11:47:40 +01:00