Matt Robinson
65a6213446
Fix for 4.14.0 kernel
2017-10-22 19:05:31 -04:00
Christian kimocoder
c6e7607eac
Merge pull request #36 from kimocoder/v5.1.5
...
* Added VHT capabilities and HT Greenfield capability
* Removed some spaces
2017-10-22 23:13:34 +02:00
Christian kimocoder
6cd1326878
Removed some spaces
...
* Removed some spaces
2017-10-22 23:09:32 +02:00
Christian kimocoder
8c60bf3c77
Added VHT capabilities and HT Greenfield capab
...
* Added VHT capabilities and HT Greenfield capability
2017-10-22 23:00:28 +02:00
Christian kimocoder
ab44eb808e
Added VHT capabilities and HT Greenfield capab
2017-10-22 22:56:29 +02:00
Christian kimocoder
7e8ab8035d
Update dkms.conf
...
* Because of the several patches lately a new version is 'tagged'
2017-10-22 12:06:32 +02:00
Christian kimocoder
ecd87a7e1b
Update README.md
2017-10-22 12:04:34 +02:00
Christian kimocoder
b8ab3450f0
small indention & spacing fixes
2017-10-22 11:58:00 +02:00
Christian kimocoder
ac5840e10b
Merge pull request #34 from evilphish/v5.1.5
...
preliminary txpower test
2017-10-21 21:15:20 +02:00
evilphish
632bfd75cd
preliminary txpower test
2017-10-21 19:52:27 +02:00
Christian kimocoder
285c000393
Merge pull request #33 from evilphish/v5.1.5
...
Fix for the missing VHT capabilities
2017-10-21 17:49:11 +02:00
evilphish
ddf67e6260
fixed hardcoded stream count for 8814
2017-10-21 17:47:23 +02:00
evilphish
0d3e22f846
removed leftover debug printk
2017-10-21 17:41:23 +02:00
evilphish
0c3cb2f349
fix detection of vht capabilities and correct number of hardcoded streams for the 8812 driver
2017-10-21 17:02:13 +02:00
evilphish
9515a63dec
switch default modeswitch plugin behaviour to USB3
2017-10-21 02:42:53 +02:00
Christian kimocoder
7ad48f27c9
Merge pull request #32 from evilphish/v5.1.5
...
fix USB3 modeswitch
2017-10-21 01:14:23 +02:00
evilphish
795489ce9f
fix USB3 modeswitch
2017-10-21 01:07:45 +02:00
Christian kimocoder
67a7e60ed5
Update README.md
2017-10-20 22:32:26 +02:00
Christian kimocoder
9823a3136b
Merge pull request #25 from dpShaker/v5.1.5
...
Add support for pre-configured SeqNum via RadioTap
2017-10-11 20:40:21 +02:00
Christian kimocoder
28cb565c83
Merge pull request #23 from kimocoder/v5.1.5
...
Import of some additions
2017-10-06 14:57:37 +02:00
Christian kimocoder
ac3e1eb51b
More USB VID/PID
...
* Added adapter support for "Tenda U12"
2017-10-06 14:52:43 +02:00
Christian kimocoder
c7ea7b6e65
Update README.md
...
* Fixed some typos
2017-10-06 14:49:55 +02:00
Christian kimocoder
8325e1859b
Update README.md
...
* Corrected git clone download to avoid cloning 'master' which should not be used
2017-10-06 14:44:02 +02:00
Christian kimocoder
a2edcb9dce
Update README.md
...
* Fixed dual line in LED parameter information
2017-10-06 10:24:13 +02:00
Christian kimocoder
9055a3e72d
Update README.md
...
* Added information on "realtek-leds" for controlling LED switch
2017-10-06 10:22:44 +02:00
Christian kimocoder
dcda8e2b5e
Update usb_intf.c
...
* Corrected 1 adapter name
2017-10-02 22:33:05 +02:00
Christian kimocoder
9f5542109e
Update dkms.conf
...
* Updated version due to recent changes to code
2017-10-02 21:20:18 +02:00
Christian kimocoder
92b79fc52d
Delete ifcfg-wlan0
2017-10-02 21:19:08 +02:00
Christian kimocoder
b901568b51
Delete wlan0dhcp
2017-10-02 21:18:44 +02:00
Christian kimocoder
1dde18dc7d
Delete runwpa
2017-10-02 21:18:23 +02:00
Christian kimocoder
a2ce6b8237
Delete clean
2017-10-02 21:18:05 +02:00
Christian kimocoder
9f4dbbe197
Update ARM64 Support
...
* Updated ARM64 Support
aarch64-linux-gnu-gcc-6 will be needed for compiling
2017-09-26 22:50:37 +02:00
Christian kimocoder
152960565a
Update README.md
...
* Added 1 more too "Other Sources"
2017-09-26 19:19:25 +02:00
Christian kimocoder
502443b1b9
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-09-26 19:17:04 +02:00
Christian kimocoder
699922ec91
Update os_intfs.c
...
* Add rtw_led_ctrl module
2017-09-26 19:10:56 +02:00
Christian kimocoder
af1fc407d7
Update drv_types.h
...
* Add rtw_led_ctrl module
2017-09-26 19:07:57 +02:00
Christian kimocoder
3efb0ad921
Update hal_usb_led.c
...
* Add rtw_led_ctrl module parameter
2017-09-26 19:05:11 +02:00
Christian kimocoder
8631a81c2b
Added ARM64 Support
...
* Added support for ARM64 (such as Odroid C2 +++)
2017-09-26 17:51:40 +02:00
Christian kimocoder
4282ab4189
USB3 fix in EEPROMUsbSwitch variable
...
* Fixed a problem in the EEPROMUsbSwitch (at least in tested 8814AU)
This solutions NEEDS to be tested further.
2017-09-26 08:08:46 +02:00
dpShaker
1285279920
Add support for pre-configured SeqNum via RadioTap
...
See http://www.radiotap.org/fields/TX%20flags value 0x0010
2017-09-21 21:43:47 +02:00
Christian kimocoder
7e7c6cf85f
Merge pull request #15 from qwikwit/v5.1.5
...
update README.md add instructions
2017-09-20 22:22:27 +02:00
qwikwit
8cee2fa313
Update README.md
2017-09-17 08:05:31 -04:00
qwikwit
d8a60d9ae8
Update README.md
2017-09-17 08:02:53 -04:00
qwikwit
312e6888cf
Update README.md
2017-09-17 08:02:11 -04:00
qwikwit
22eefdb74c
Update README.md
2017-09-17 08:01:07 -04:00
qwikwit
41b9192686
Update README.md
2017-09-17 07:55:41 -04:00
Christian kimocoder
36d66d8dcd
Update README.md
...
* Updated "Other Sources" to include sources used for pulling patches & USB VID/PID's
2017-09-16 11:34:34 +02:00
qwikwit
79e5553ada
Update README.md
2017-09-14 08:48:52 -04:00
Christian kimocoder
2ee971f697
update dkms.conf
...
* Updated version information for DKMS building
2017-09-11 01:01:46 +02:00
Christian kimocoder
deb038247a
More USB VID/PID
...
* Added support for "D-Link - Alpha" #2
2017-09-11 00:57:05 +02:00