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

17 Commits

Author SHA1 Message Date
Christian kimocoder
25221ff138 Add support for pre-configured SeqNum via RadioTap
See http://www.radiotap.org/fields/TX%20flags value 0x0010
2017-10-12 12:12:44 +02:00
Christian kimocoder
2d23521973 Rename sta_info.h to rtl_sta_info.h
* Rename sta_info.h to rtl_sta_info.h (otherwise overlaps with mac80211's sta_info.h)
2017-10-02 22:05:33 +02:00
Christian kimocoder
a6562f34a3 Rename sta_info.h to rtl_sta_info.h
*  Rename sta_info.h to rtl_sta_info.h (otherwise overlaps with mac80211's sta_info.h)
2017-10-02 22:04:13 +02:00
Christian kimocoder
5f01dd24f0 Update drv_types.h
* Add rtw_led_ctrl module
2017-10-02 21:31:21 +02:00
Christian kimocoder
4ff1eaf558 Update kernel support
* Updated support for newer kernels
2017-09-16 11:10:38 +02:00
Christian kimocoder
ba0bed4636 fix import on linux kernel >= 4.11.0
The sched library now has a new location on linux kernel >= 4.11.0. This commit allows builds to occur on both pre and post 4.11.0 linux kernels.
2017-08-25 12:42:39 +02:00
Lars Gjesse
4e9f109a1c Compile on Linux 4.11 2017-03-28 20:49:32 +03:00
Sergei Makarenkov
7d44a9021d Ability to place rx descriptor into radiotap header 2017-03-12 12:41:59 +03:00
Sergei Makarenkov
c2cac9b8f6 Preliminary tx power control implemented. Switch channel to apply tx power settings. 2017-02-11 01:09:58 +03:00
Sergei Makarenkov
6b20ec6533 Fix injected frames drop 2017-02-10 12:54:15 +03:00
Sergei Makarenkov
6db1d9dd93 Use configured driver name 2017-02-09 23:34:17 +03:00
Sergei Makarenkov
320980de01 Fix injection in the monitor mode 2017-02-09 22:12:44 +03:00
Sergei Makarenkov
bed896f9a5 Disable driver debug output by default
Use 'make DEBUG=1' to enable debug output
2017-02-07 22:00:33 +03:00
Diederik de Haas
9c6076e904 Add support for kernels >= 4.7.
This conditionally redefines 'enum ieee80211_band' and 'IEEE80211_NUM_BANDS'
with the pre-processor based on kernel version. Thanks to yorkedork for
providing the patch.
References: https://github.com/Grawp/rtl8812au_rtl8821au/pull/19
2017-02-07 21:58:16 +03:00
Sergei Makarenkov
327d7144b0 Parse radiotap headers for proper frame injection 2017-02-07 21:55:52 +03:00
Sergei Makarenkov
e6945efee8 Add driver v4.3.21 with rtl8812au and rtl8821au HAL from v4.3.20 2017-01-30 21:45:14 +03:00
Hans Ulli Kroll
d62c22e76e Add driver from found on aircrack-ng site
filename: rtl8812AU_8821AU_linux_v4.3.22_15054.20150901_beta.tar.gz

Signed-off-by: Hans Ulli Kroll <ulli.kroll@googlemail.com>
2016-03-27 19:56:02 +02:00