Commit Graph

1298 Commits (v5.6.4.2)

Author SHA1 Message Date
Christian kimocoder bcdaa3d214 Fix kernel v4.12 support
* Fixed up kernel v4.12 support
2017-08-27 11:25:10 +02:00
Christian kimocoder 07ee2c2b34 DKMS support
* Added DKMS support
2017-08-27 11:19:54 +02:00
Christian kimocoder 1e21bc5f52 DKMS support
* Added DKMS support
2017-08-27 11:17:46 +02:00
Christian kimocoder b71dd3f5c0 DKMS support
* Added DKMS support for the v5.1.5 branch
2017-08-27 11:16:13 +02:00
Christian kimocoder f8108dbd4e More USB VID/PID
* Added support for Alfa - AWUS036AC
* Added support for Amped Wireless ACA1
* Added support for TP-Link - Archer T4U AC1300
* Added support for TP-Link - Arhcer T4UH AC1300
* Added support for TP-Link - T4UHP
* Added support for TP-Link - T4UHP (other)
2017-08-24 17:02:47 +02:00
Christian kimocoder 6f970e081d reverted back kernel 4.12 support
* Reverted the kernel v4.12 support patch because of different errors on building.
2017-08-24 15:00:10 +02:00
Christian kimocoder 195314b135 fix build with kernel 4.12
* Fixed compilation/building on kernel v4.12 (4.12.3 also tested ok)
2017-08-24 14:47:02 +02:00
astsam dd20cc42a6 VID/PID for TP-LINK Archer T9UH and TRENDnet TEW-809UB were added 2017-06-25 10:00:08 +03:00
astsam 9132e40ce6 Initialize some variables 2017-06-25 09:51:07 +03:00
astsam 8c6132a401 Disable float point code for modern kernels 2017-06-23 22:28:06 +03:00
astsam dfe012d487 Fix compilation for ARM 2017-05-14 12:27:25 +03:00
astsam 75a7771de8 Use configured driver name 2017-05-06 20:54:52 +03:00
astsam 18159723d9 Disable messages about power save in the monitor mode 2017-04-19 22:03:21 +03:00
astsam 34da3d570b Fix compilation error if CONFIG_RTL8821A is defined 2017-04-19 21:40:55 +03:00
astsam 1bf8e8a2eb Fix log level if compiled with DEBUG=1 2017-04-19 21:04:52 +03:00
astsam bc7dd6ddfb Stop exporting unnecessary symbols 2017-04-19 19:20:27 +03:00
astsam 55e81afe4f Added HAL for RTL8814AU 2017-04-19 19:13:09 +03:00
Lars Gjesse 0194d03956 Add support for network namespaces 2017-04-15 17:27:52 +03:00
astsam 2895761219 Be quiet about power save 2017-04-15 17:22:38 +03:00
astsam 55b830f375 Ability to place rx descriptor into radiotap header 2017-04-15 14:33:47 +03:00
astsam 9bb391625f Use DEBUG=1 to enable debug messages, DEBUG=2 to enable trace messages 2017-04-15 14:11:04 +03:00
Sergei Makarenkov 566ea44c50 Fix VHT capabilities 2017-04-15 12:05:28 +03:00
astsam ae6a22ab08 Fill struct ieee80211_sta_vht_cap 2017-04-15 12:01:12 +03:00
Sergei Makarenkov eecbaecdae Add some missing channels 2017-04-15 12:00:58 +03:00
astsam 2917986236 Fix compilation error under kernel 3.13 2017-04-15 12:00:45 +03:00
Lars Gjesse 0d541e2248 Compile on Linux 4.11 2017-04-15 12:00:30 +03:00
Sergei Makarenkov 98f477c271 Count injected frames in interface stats 2017-04-15 11:59:18 +03:00
Sergei Makarenkov 8167c6674b Fix injected frames drop 2017-04-15 11:58:36 +03:00
astsam 7b407130a0 Add frame injection 2017-04-15 11:56:44 +03:00
Sergei Makarenkov a88ff7e621 Fix channel switch in the monitor mode if both CONFIG_WIRELESS_EXT and CONFIG_CFG80211_WEXT are enabled 2017-04-15 11:55:13 +03:00
Sergei Makarenkov a4265bec23 Enable TX queue in the monitor mode 2017-04-15 11:54:58 +03:00
Sergei Makarenkov 9c17ea0d25 Radiotap iterator from kernel 4.9 was added due to VHT field bug in kernels before 4.6 2017-04-15 11:54:38 +03:00
Sergei Makarenkov 6eb40af4a1 More USB VID/PID 2017-04-15 11:53:46 +03:00
Sergei Makarenkov 428c2172d5 Do not place signal strength into radiotap header if this information is not available 2017-04-15 11:52:42 +03:00
Sergei Makarenkov f80e7b72d4 Place signal quality and per antenna rssi into radiotap header 2017-04-15 11:52:27 +03:00
Sergei Makarenkov 97059f42a8 Disable power saving mode 2017-04-15 11:52:00 +03:00
Sergei Makarenkov d9c3a570a5 Clear NO_IR flag for all channels 2017-04-15 11:51:43 +03:00
Sergei Makarenkov 16a1de0c6f Fix error switching to 80MHz channels under certain conditions 2017-04-15 11:51:26 +03:00
Sergei Makarenkov 7e48715dee Unmask all available channels 2017-04-15 11:51:07 +03:00
Sergei Makarenkov 6813182019 Enable the channel 14 and 80 MHz width channels in the regdom 2017-04-15 11:50:51 +03:00
Ángel 4f88d95437 Added get channel function 2017-04-15 11:50:33 +03:00
astsam 4e69a2756d Fix interface rename error 2017-04-15 11:50:13 +03:00
astsam 51198653d4 Added .gitignore 2017-04-15 11:49:52 +03:00
Masashi Honma 46ea178897 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-04-15 11:49:31 +03:00
Sergei Makarenkov 647020663d Use in_compat_syscall() instead of is_compat_task() if available 2017-04-15 11:48:55 +03:00
Diederik de Haas 7cd3949722 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-04-15 11:47:43 +03:00
astsam cf7aa86c38 Driver v5.1.5 for RTL8812AU (Tenda U12) 2017-04-15 11:46:31 +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