astsam
ba1edf2fae
Fix compilation error under kernel 3.13
2017-03-28 21:05:32 +03:00
Lars Gjesse
4e9f109a1c
Compile on Linux 4.11
2017-03-28 20:49:32 +03:00
astsam
a08496674f
Fix interface rename error
2017-03-23 21:04:32 +03:00
astsam
4e0ca7c8e1
Fix compilation error
2017-03-17 21:53:44 +03:00
astsam
a5b79550d6
Frame injection for RTL8814AU
2017-03-16 21:22:11 +03:00
astsam
773c8070c5
Merge pull request #21 from gorebrau/v4.3.21
...
Added get channel function
2017-03-16 20:28:59 +03:00
Ángel
ef49d63e88
Added get channel function
2017-03-16 16:11:33 +01:00
Sergei Makarenkov
40492f01c1
Fix radiotap header for RTL8814AU
2017-03-14 23:01:10 +03:00
Sergei Makarenkov
c7ea94ab57
Get frame bandwidth from phy_info for RTL8814AU
2017-03-14 22:27:15 +03:00
Sergei Makarenkov
7d44a9021d
Ability to place rx descriptor into radiotap header
2017-03-12 12:41:59 +03:00
Sergei Makarenkov
568bd9eb3a
TX power control for RTL8814AU
2017-03-11 10:53:38 +03:00
Sergei Makarenkov
1183c55657
Avoid edit Makefile to built driver for RT8814AU
...
Use $make RTL8814=1
2017-03-11 10:25:17 +03:00
Sergei Makarenkov
59f2baf8cf
Fix VHT capabilities
2017-02-26 01:30:27 +03:00
Sergei Makarenkov
59055bb267
Add some missing channels
2017-02-25 22:42:10 +03:00
Sergei Makarenkov
c8319348de
Clear NO_IR flag for all channels
2017-02-25 22:09:56 +03:00
Sergei Makarenkov
e8920ccb8f
Check arguments of the set tx power ioctl
2017-02-11 19:37:39 +03:00
Sergei Makarenkov
e37acdc291
Use HAL methods to apply TX power settings
2017-02-11 15:54:32 +03:00
Sergei Makarenkov
587fda34bd
Apply TX power settings
2017-02-11 13:54:53 +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
ffa2eb7b9f
Fix error switching to 80MHz channels under certain conditions
2017-02-10 16:43:48 +03:00
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