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

96 Commits

Author SHA1 Message Date
kimocoder
b7a95884d2 Add cfg80211 dependency for openwrt 2019-03-29 00:08:45 +01:00
root
467f8ff546 Add entry for compiling against openwrt tree 2019-03-13 23:21:00 +01:00
Christian B
b3ffba440b
Silence a compile warning -mcast 2019-02-10 04:20:02 +01:00
kimocoder
b61b9093f3 Another ARM fix (Makefile) 2019-01-10 23:42:24 +01:00
kimocoder
56e7415cd9 Nuke CONFIG_LOAD_PHY_PARA_FROM_FILE 2019-01-02 20:32:36 +01:00
kimocoder
f4162bbaf3 Another Makefile cleanup 2019-01-02 20:06:07 +01:00
kimocoder
86d3be356a Some more cleanup 2019-01-01 12:20:36 +01:00
kimocoder
e213a19057 Makefile cleanup (cleanout unsupported chips) 2019-01-01 12:08:50 +01:00
kimocoder
b17957a8ab Reduce some firmware load 2018-12-29 17:06:33 +01:00
kimocoder
625de80d01 Nuke rtw_proc aka debug via /proc 2018-12-27 07:24:21 +01:00
kimocoder
86edaffd71 Fixed frame injection by @svpcom + possible VHT fix 2018-12-19 17:59:51 +01:00
kimocoder
0b69d54bd5 Add support for RPI 3 Model B+ and other ARM64 chipsets 2018-12-13 01:13:22 +01:00
kimocoder
8d3aa45a4d Support kernel PIC mode for compiling 2018-12-07 16:59:48 +01:00
kimocoder
f94c4f6fa5 Add kernel v4.20 support and minor compiler warning turned off 2018-12-02 20:36:54 +01:00
Thijs Withaar
1603b05c0f Fix floating point in VHT_HW_TX for both x86 and rpi 2018-09-04 20:17:25 +02:00
Thijs Withaar
36ff979a38 Restore ifdef, lost in commits c9e6c422cd and 4425a92021. 2018-09-04 18:15:44 +02:00
Thijs Withaar
181b199679 CONFIG_MP_VHT_HW_TX_MODE: Mark floating point regions 2018-09-04 18:15:40 +02:00
Christian B
4425a92021
Fixed another endif error 2018-09-04 14:54:10 +02:00
Christian B
41092c50bf
Disable CONFIG_MP_VHT_HW_TX_MODE
* Fixes compile/build on ARM systems
2018-09-03 20:30:15 +02:00
Christian B
7c77d1f88f
Fix the #endif that leads to error 2018-09-03 16:44:52 +02:00
kimocoder
c9e6c422cd Cleaned up the VHT MP HW TX MODE settings 2018-08-12 19:07:18 +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
kimocoder
88301eb45a Allow build for kernels with backported cfg80211 API 2018-08-08 19:03:15 +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
6683c45f40 Updated DKMS.conf + Makefile cleanup 2018-08-05 20:26:38 +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
kimocoder
f475f2ff74 Changed macro KSRC to be parametrizable instead of being hardcoded 2018-08-04 20:18:01 +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
kimocoder
d9ab8842c3 Enable the 8821au support by default 2018-07-17 22:42:36 +02:00
kimocoder
f6461d311d Implemented txpower control 2018-07-16 22:14:20 +02:00
kimocoder
b32acfe64d Fix DKMS package name to fit Kali Linux 2018-07-15 16:10:24 +02:00
fariouche
9b10624e57 fixed driver not working anymore after previous merge 2018-07-14 20:54:49 +02:00
farid
9175cd68db merged my branch 2018-07-13 14:56:34 +02:00
kimocoder
bb495b0bb6 Added RPI platform support 2018-07-10 13:50:34 +02:00
kimocoder
38fa577990 Fix ISO C90 warning on mixed declarations and/or code 2018-07-04 21:12:14 +02:00
kimocoder
b0047b4036 Add easy build switch for 8821 2018-07-04 18:00:08 +02:00
kimocoder
2b79b03c89 Fix 8821au firmware download issue #2 2018-07-04 17:56:32 +02:00
kimocoder
1776d38094 Added 8814au HAL files + fixed locations [W.I.P] 2018-07-03 19:07:10 +02:00
kimocoder
394ee8d363 Update README.md 2018-07-03 16:52:32 +02:00
kimocoder
d861270874 Added 8821au support! 2018-07-03 16:50:43 +02:00
kimocoder
5cc650c60f Add CONFIG_USB2_EXTERNAL_POWER supported 2018-07-03 10:24:00 +02:00
kimocoder
05b29d4114 unlock all channels in REALTEK_DEFINE (default) channel plan 2018-07-03 10:20:59 +02:00
Christian B
3ebdd1e312
Add override module parameter for tx-power-index 2018-07-03 09:40:17 +02:00
kimocoder
bc347869be Added CONFIG_NET_NS + Updated dependencies 2018-07-02 20:14:59 +02:00
kimocoder
ad7898898a Enabled more Makefile debug + Added lots VID/PIDs 2018-07-02 19:53:05 +02:00
kimocoder
2df10889c5 Added PPC platform support + fixed ARM compilation 2018-07-02 19:43:08 +02:00
kimocoder
24585a51d2 Added switch to turn ON/OFF regdomain settings 2018-07-02 19:32:58 +02:00
kimocoder
2b93cdb2cf Makefile: add configuration option for ODROID-C2 2018-07-02 19:22:54 +02:00