Commit Graph

445 Commits

Author SHA1 Message Date
farid
fe67b3de16 minor debug trace fix 2018-08-14 16:18:16 +02:00
fariouche
86079bb084 added 4 streams. Not tests if actually working 2018-08-12 18:36:57 +02:00
fariouche
c32a98f630
Merge pull request #9 from kimocoder/v5.2.20
Add new VHT MP HW TX mode on all chipsets
2018-08-12 17:59:32 +02:00
fariouche
324b0baa97 Merge branch 'v5.2.20' of https://github.com/kimocoder/rtl8812au into v5.2.20 2018-08-12 17:53:00 +02:00
fariouche
3a38ce9d1f fixed crash when debug flag is set 2018-08-12 17:52:01 +02:00
kimocoder
dd5599f2ec Enable new VHT MP HW TX MODE for 8812/8821au 2018-08-12 16:22:44 +02:00
kimocoder
21b66c0c19 Add new VHT MP HW TX mode on 8814au 2018-08-12 15:49:08 +02:00
fariouche
e0bc879301
Merge pull request #8 from kimocoder/v5.2.20
Reinstate: Fix interface rename error
2018-08-12 12:19:32 +02:00
kimocoder
680f78830c Reinstate: Fix interface rename error 2018-08-11 18:36:59 +02:00
fariouche
082691d090
Merge pull request #7 from kimocoder/v5.2.20
Fix the get_channel function causing kernel regression
2018-08-10 21:34:48 +02:00
kimocoder
8d15903065 Remove redundant code already in SetHwReg881XAU in usb_halinit.c 2018-08-10 18:51:27 +02:00
kimocoder
61db9f6c5e Fix the get_channel function causing kernel regression 2018-08-10 18:26:15 +02:00
fariouche
07369e5900
Merge pull request #6 from kimocoder/v5.2.20
Allow build for kernels with backported cfg80211 API
2018-08-08 20:24:25 +02:00
kimocoder
88301eb45a Allow build for kernels with backported cfg80211 API 2018-08-08 19:03:15 +02:00
fariouche
1a471e1fe8
Merge pull request #5 from kimocoder/v5.2.20
Merging changes
2018-08-07 16:44:34 +02:00
kimocoder
dabd563f86 Fix compile warnings introduced with DEBUG commit 2018-08-06 21:21:49 +02:00
Christian B
5a21cce8cd
Fix another segfault
* Removed for now, not used anyway since the virtual interface support isn't working.
2018-08-06 19:51:45 +02:00
kimocoder
ab417f17b2 Kconfig alignement 2018-08-05 20:52:37 +02:00
kimocoder
ade874e2ea Update README.md 2018-08-05 20:49:12 +02:00
kimocoder
a1f72c744d Use DEBUG=1 to enable debug messages, DEBUG=2 to enable trace messages 2018-08-05 20:40:03 +02:00
kimocoder
b39cd0827c Initialize some variables 2018-08-05 20:31:51 +02:00
kimocoder
6683c45f40 Updated DKMS.conf + Makefile cleanup 2018-08-05 20:26:38 +02:00
Christian B
a9e88192d0
Merge pull request #2 from fariouche/v5.2.20
Renamed interface and driver to 88XX
2018-08-05 15:18:41 +02:00
fariouche
6e7c354a95 Merge branch 'v5.2.20' of https://github.com/fariouche/rtl8812au-1 into v5.2.20 2018-08-05 14:36:48 +02:00
fariouche
aa56550adf Renamed interface and driver to 88XX if both 8812 8821 and 8814 are enabled 2018-08-05 14:32:13 +02:00
fariouche
6fd852e202 Renamed interface and driver to 88XX if both 8812 8821 and 8814 are enabled 2018-08-05 14:18:19 +02:00
kimocoder
9b811a5614 Ability to place rx descriptor into radiotap header 2018-08-04 21:17:04 +02:00
kimocoder
f1dce475a4 Only place signal strength into radiotap header if available 2018-08-04 21:01:06 +02:00
kimocoder
2ae015fb87 Place signal quality and per antenna rssi into radiotap header 2018-08-04 20:55:45 +02:00
kimocoder
f475f2ff74 Changed macro KSRC to be parametrizable instead of being hardcoded 2018-08-04 20:18:01 +02:00
kimocoder
25f5188819 fixed hardcoded stream count for 8814au 2018-08-04 20:12:29 +02:00
kimocoder
79e44be3d0 adopt upstream: net: Fix inconsistent teardown 2018-08-04 20:09:03 +02:00
kimocoder
6b80d73669 fix USB3 mode switch for 8814au 2018-08-04 20:06:34 +02:00
Christian B
c216e71c0c
Update README.md 2018-08-04 19:16:54 +02:00
kimocoder
f2119aedd7 Fix DKMS to include 8814au chipset 2018-08-04 17:13:04 +02:00
kimocoder
53c7dd44ed README.md update 2018-08-04 13:23:18 +02:00
Christian B
eaaf33d8f1
Merge pull request #1 from fariouche/v5.2.20
This fixes the support for 8814
2018-08-04 13:13:50 +02:00
fariouche
162ee6072e
Merge pull request #3 from kimocoder/v5.2.20
Collection of fixes
2018-08-04 12:59:30 +02:00
fariouche
1105ad7295 Fixed crash because of stupid bug in led function with 8814 2018-08-04 12:56:55 +02:00
kimocoder
8132170418 Added get channel function 2018-07-29 18:28:40 +02:00
kimocoder
e225f57f52 Add support for kernels >= 4.7 2018-07-29 18:16:48 +02:00
kimocoder
6a056e6c72 Compile on kernel v4.11 2018-07-29 18:15:08 +02:00
kimocoder
4d896a9145 Fix compilation error under kernel v3.13 2018-07-29 18:12:29 +02:00
kimocoder
af62fe4337 Fix interface rename error 2018-07-29 18:04:28 +02:00
Christian B
200880abd0
Increased standard txpower used 2018-07-29 13:21:55 +02:00
kimocoder
da104137e8 Fix compile warnings (brackets) 2018-07-24 21:21:14 +02:00
kimocoder
cfdf854042 Fix USB3 modeswitch 2018-07-24 21:00:22 +02:00
kimocoder
2b876b6e73 Set correct number of hardcoded streams 8812/8821 2018-07-24 20:55:33 +02:00
kimocoder
3aee436bf5 Some VHT fixes 2018-07-24 20:54:20 +02:00
kimocoder
dd62a2f36a Added HT Greenfield capabilities 2018-07-24 20:45:13 +02:00