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

80 Commits

Author SHA1 Message Date
Sergei Makarenkov
baa5ccf10e Build driver for RTL8812AU/21AU by default
Edit Makefile to build for RTL8814AU
2017-02-10 13:30:09 +03:00
Sergei Makarenkov
9f6e1b7ed3 Count injected frames in interface stats 2017-02-10 13:28:40 +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
eba775e3bb Enable the monitor mode 2017-02-09 20:44:10 +03:00
Sergei Makarenkov
ce40d4dab1 Enable USB 2.0/3.0 switch for RTL8812AU/21AU 2017-02-07 23:02:30 +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
Masashi Honma
2693c3dc1e Add support for kernels >= 4.8
This patch fix compilation failure caused by modification of
cfg80211_scan_done() prototype.

Signed-off-by: Masashi Honma <masashi.honma@gmail.com>
2017-02-07 22:00:03 +03:00
Sergei Makarenkov
74bcc94ed0 Another is_compat_task() issue 2017-02-07 21:59:53 +03:00
Sergei Makarenkov
7f396e678b Use in_compat_syscall() instead of is_compat_task() if available 2017-02-07 21:59:25 +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
f609932a5a More USB VID/PID 2017-02-07 21:57:09 +03:00
Sergei Makarenkov
327d7144b0 Parse radiotap headers for proper frame injection 2017-02-07 21:55:52 +03:00
Sergei Makarenkov
042007b4c4 Fix channel switch in the monitor mode if both CONFIG_WIRELESS_EXT and CONFIG_CFG80211_WEXT are enabled 2017-02-07 21:46:01 +03:00
Sergei Makarenkov
bfa0370b3a Enable TX queue in the monitor mode 2017-02-07 21:45:47 +03:00
Sergei Makarenkov
a0cfd1a399 Radiotap iterator from kernel 4.9 was added due to VHT field bug in kernels before 4.6 2017-02-07 21:44:35 +03:00
Sergei Makarenkov
38593a8758 Added IDs for the Linksys WUSB6300 dongle 2017-02-07 21:44:21 +03:00
Sergei Makarenkov
bc5369d4b3 Do not place signal strength into radiotap header if this information is not available 2017-02-07 21:42:52 +03:00
Sergei Makarenkov
621f9a4ff9 Place signal quality and per antenna rssi into radiotap header 2017-02-07 21:42:18 +03:00
Sergei Makarenkov
b24c447387 Calculate signal quality in the monitor mode 2017-02-07 21:39:54 +03:00
Sergei Makarenkov
17b4c50866 Unmask all available channels 2017-02-07 21:39:30 +03:00
Sergei Makarenkov
4db8fd36a4 Disable power saving mode 2017-02-07 21:36:47 +03:00
Sergei Makarenkov
646ff48823 Switch channels to 80 MHz width in the monitor mode 2017-02-07 21:35:17 +03:00
Sergei Makarenkov
dd1db5ad9b Enable the channel 14 and 80 MHz width channels in the regdom 2017-02-07 21:28:36 +03:00
Sergei Makarenkov
414e6242d0 Less verbose in the monitor mode 2017-02-07 21:28:15 +03:00
Sergei Makarenkov
55798485ba Switch channel in monitor mode 2017-02-07 21:26:33 +03:00
Sergei Makarenkov
194f6bb6a4 Fix compilation error for RTL8812AU/RTL8821AU 2017-02-07 21:19:14 +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