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

88 Commits

Author SHA1 Message Date
Christian kimocoder
8cfaa2b865 Update README.md
* Corrected some typos under "Led Parameter"
2017-10-06 14:54:17 +02:00
Christian kimocoder
879a4d7b9c Update README.md
* Updated, without DKMS installation information
2017-10-06 14:48:04 +02:00
Christian kimocoder
ad060ae043 Created README.md
* Created README.md
2017-10-06 14:46:59 +02:00
Christian kimocoder
65323de368 More USB VID/PID
* Added adapter support for "Tenda U12"
2017-10-06 10:11:48 +02:00
Christian kimocoder
9699ded7ab Update usb_intf.c
* Fixed 1 uppercase VID/PID
* Fixed 1 adapter name correction
2017-10-06 10:09:37 +02:00
Christian kimocoder
bd612b2ee1 Fix some conditional statements (missing braces) 2017-10-03 08:13:17 +02:00
Christian kimocoder
8344870261 Fix some conditional statements (missing braces) 2017-10-03 08:07:07 +02:00
Christian kimocoder
6a4f5f969e Fix some conditional statements (missing braces) 2017-10-03 08:05:19 +02:00
Christian kimocoder
8517abf0df Fixed typo
* Fixed a single typo
2017-10-03 08:00:20 +02:00
Christian kimocoder
c2939132c9 More USB VID/PID
* Added support for TP-LINK Archer T9UH
* Added support for TRENDnet - TRENDnet
2017-10-02 22:36:24 +02:00
Christian kimocoder
453aeb9177 Merge pull request #18 from kimocoder/v4.3.21
More USB VID/PID + other fixes
2017-10-02 22:08:21 +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
fa88dd41c8 More USB VID/PID + Uppercase fix
* Added 2 more adapters under the 8814 driver
* Changed 1 adapter matching the correct name
* Fixed UPPERCASE VID/PIDs
2017-10-02 22:01:26 +02:00
Christian kimocoder
90bf39b727 Create dkms.conf
* Added dkms.conf for DKMS install
2017-10-02 21:54:06 +02:00
Christian kimocoder
8561b419e8 Add rtw_led_ctrl module parameter for changing led
Also adds example /etc/modprobe.d/ configuration file (realtek-leds.conf) that can
be used to set this new parameter option value automatically at boot or when
command e.g "modprobe 8812au" is done with no module parameter.

Howto do this manually?
sudo modprobe -r 8812au
sudo modprobe 8812au rtw_led_ctrl=1 (0 is allways off, 1 is normal & 2 is allways on)
2017-10-02 21:41:04 +02:00
Christian kimocoder
71c96cb928 Update os_intfs.c
* Add rtw_led_ctrl module
2017-10-02 21:38:27 +02:00
Christian kimocoder
5f01dd24f0 Update drv_types.h
* Add rtw_led_ctrl module
2017-10-02 21:31:21 +02:00
Christian kimocoder
db3659dd87 Update hal_usb_led.c
* Add rtw_led_ctrl module parameter
2017-10-02 21:26:04 +02:00
Christian kimocoder
ab0848201f Delete ifcfg-wlan0 2017-10-02 21:21:43 +02:00
Christian kimocoder
6fc7ebb0fd Delete wlan0dhcp 2017-10-02 21:21:22 +02:00
Christian kimocoder
3de42a7d7e Delete runwpa 2017-10-02 21:21:05 +02:00
Christian kimocoder
f8e940f367 Delete clean 2017-10-02 21:20:47 +02:00
Christian kimocoder
a12606b08c ARM64 Support
* Added ARM64 support compiling (such as Odroid-C2)
* ARM64 compilation support with aarch64 toolchain
2017-10-02 16:56:06 +02:00
Christian kimocoder
b94c0d375d Update Makefile
* Removed 3 warnings from "make"
2017-09-16 11:32:17 +02:00
Christian kimocoder
2f22d0efdf Support for Kernel v4.12 added
* Tested working with Kernel v4.12.12
2017-09-16 11:22:12 +02:00
Christian kimocoder
4ff1eaf558 Update kernel support
* Updated support for newer kernels
2017-09-16 11:10:38 +02:00
Christian kimocoder
63a426213c reverted back kernel v4.12 support
* Removed kernel v4.12 support duo to errors.
2017-08-31 19:22:16 +02:00
Christian kimocoder
63f9d58a22 fix kernel v4.12 support
* Fix compilation error
2017-08-31 19:18:42 +02:00
Christian kimocoder
8ace2b30f2 fix build with kernel 4.12+
* Fixed compilation/building on kernel v4.12+
2017-08-31 19:15:03 +02:00
Christian kimocoder
a3a5c885ef Merge pull request #5 from kimocoder/v4.3.21
fix import on linux kernel >= 4.11.0
2017-08-25 12:48:09 +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
Christian kimocoder
ae2e4ebb00 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:07:09 +02:00
astsam
088f9b7f84 Stop exporting unnecessary symbols 2017-04-19 19:22:17 +03:00
astsam
d2f6a17656 Added .gitignore 2017-03-29 08:12:32 +03:00
astsam
3234888eb2 Merge branch 'v4.3.21' of https://github.com/astsam/rtl8812au into v4.3.21 2017-03-29 08:04:00 +03:00
Lars Gjesse
047d0f94e7 Add support for network namespaces 2017-03-29 07:56:59 +03:00
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
2bf517732d Use make DEBUG=2 to enable debug trace 2017-03-26 10:28:06 +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