Christian Mehlmauer
788280d159
make scripts executable
2018-01-12 17:41:54 +01:00
Christian kimocoder
c5b885ce57
Merge pull request #30 from erik-smit/v4.3.21
...
Add dkms-install and dkms-remove and update dkms.conf version
2017-10-19 15:53:53 +02:00
erik-smit
706ea53c8a
Fix pr comments
2017-10-19 15:28:07 +02:00
erik-smit
d70795ebf2
Add dkms-install and dkms-remove and update dkms.conf version
2017-10-19 14:18:05 +02:00
Christian kimocoder
1b7b241a58
Merge pull request #27 from aircrack-ng/revert-26-v4.3.21
...
Revert "Add support for pre-configured SeqNum via RadioTap"
2017-10-13 09:43:27 +02:00
Christian kimocoder
3f10492716
Revert "Add support for pre-configured SeqNum via RadioTap"
2017-10-13 09:43:11 +02:00
Christian kimocoder
75f1fddd17
Merge pull request #26 from kimocoder/v4.3.21
...
Add support for pre-configured SeqNum via RadioTap
2017-10-12 12:13:57 +02:00
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
2f7c30a20a
Add support for pre-configured SeqNum via RadioTap
...
See http://www.radiotap.org/fields/TX%20flags value 0x0010
2017-10-12 12:10:37 +02:00
Christian kimocoder
8ae2f94c9b
Add support for pre-configured SeqNum via RadioTap
...
See http://www.radiotap.org/fields/TX%20flags value 0x0010
2017-10-12 12:08:11 +02:00
Christian kimocoder
71f3339e6c
Add support for pre-configured SeqNum via RadioTap
...
See http://www.radiotap.org/fields/TX%20flags value 0x0010
2017-10-12 12:05:50 +02:00
Christian kimocoder
134e43b68a
Merge pull request #22 from kimocoder/v4.3.21
...
Import of some additions
2017-10-06 14:55:56 +02:00
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
a5f35fa7fd
Merge pull request #21 from kimocoder/v4.3.21
...
Fix some conditional statements (missing braces)
2017-10-03 19:12:50 +02:00
Christian kimocoder
7c671d0adc
Merge pull request #20 from aircrack-ng/revert-19-v4.3.21
...
Revert "Importing some tweaks + typo"
2017-10-03 18:50:53 +02:00
Christian kimocoder
66aa3863cf
Revert "Importing some tweaks + typo"
2017-10-03 18:50:32 +02:00
Christian kimocoder
bd612b2ee1
Fix some conditional statements (missing braces)
2017-10-03 08:13:17 +02:00
Christian kimocoder
7b13646b28
Merge pull request #19 from kimocoder/v4.3.21
...
Importing some tweaks + typo
Fix some conditional statements (missing braces)
2017-10-03 08:08:45 +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