1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2024-11-13 01:22:14 +00:00
Commit Graph

207 Commits

Author SHA1 Message Date
satmandu
4f07fb3575
Updating RPI arm64 Makefile CFLAGS
After de2c75f9fd any build on some architectures appears to throw many errors as follows. This change keeps the redefine from happening. (Yes this affects other architectures, but I can only verify the fix on arm64.)
 ```/var/lib/dkms/rtl8812au/5.3.4/build/include/autoconf.h:34: warning: "CONFIG_IOCTL_CFG80211" redefined
   34 | #define CONFIG_IOCTL_CFG80211
      | 
<command-line>: note: this is the location of the previous definition
```
2019-05-10 22:48:40 -04:00
satmandu
105e8a0603
Changes required for ARM64_RPI builds to work
This makes the instructions in the main README work which suggest the following before installing for a dkms install:

```
$ sed -i 's/CONFIG_PLATFORM_I386_PC = y/CONFIG_PLATFORM_I386_PC = n/g' Makefile
$ sed -i 's/CONFIG_PLATFORM_ARM64_RPI = n/CONFIG_PLATFORM_ARM64_RPI = y/g' Makefile
```

This makes building for the 3B on ubuntu/arm64 work, and should work for 3B+ in arm64 mode as well.

This should fix the bug reported here: https://github.com/aircrack-ng/rtl8812au/issues/336
2019-05-10 17:49:22 -04:00
visbs
66674a5c36
Update Makefile for uninstall 2019-04-23 17:44:51 +05:30
kimocoder
24e640078a Added LED control 2019-04-08 00:45:24 +02:00
kimocoder
8ac1c4659e Added 1 more suppressed debug 2019-04-07 23:15:59 +02:00
kimocoder
3b3346ab37 Added a switch to IPv6 disable/enable 2019-04-07 23:01:35 +02:00
kimocoder
de2c75f9fd Set CONFIG_IOCTL_CFG80211 in autoconf.h 2019-04-06 09:02:17 +02:00
kimocoder
dade7cb03d disable phydm debug function because it causes instability 2019-04-06 08:30:38 +02:00
kimocoder
3ab23d1cb4 fix in-kernel build path 2019-04-06 08:25:09 +02:00
kimocoder
a9588daaf4 Some pine64 board support added 2019-04-06 08:23:00 +02:00
kimocoder
5187e1b094 Fix CONFIG_RTW_DEBUG compilation and levels 2019-04-06 08:17:54 +02:00
kimocoder
8bc158e9dc Add entry for compiling against openwrt tree 2019-04-06 01:36:11 +02:00
kimocoder
e95f32d194 Makefile: add support for Android / Nethunter ARM64 devices 2019-04-06 01:20:13 +02:00
kimocoder
97674c1259 Minor fixes several places 2019-02-16 00:36:43 +01:00
kimocoder
d1c55e0858 Fix CONFIG_CONCURRENT_MODE building. Missing VIF code. 2019-02-16 00:13:16 +01:00
kimocoder
a8f972a736 Added support for OpenWRT NEO2 platform 2019-02-15 22:52:48 +01:00
kimocoder
7360779d5a Fixed some around minors around frame injection 2019-02-15 18:20:44 +01:00
Thijs Withaar
fa0626b763 Merge changes from the Makefile of v5.2.20, to allow compilation on RPI 2018-11-20 22:37:34 +01:00
kimocoder
0a4042afbd Add kernel v4.20 support and minor compiler warning turned off 2018-11-14 23:39:13 +01:00
kimocoder
429b232b96 Added support for RPI and Odroid C2 2018-11-14 23:35:22 +01:00
kimocoder
9690aef474 Support kernel PIC mode for compiling 2018-10-20 23:06:56 +02:00
kimocoder
d3e6831396 More cleanup around Makefile++ 2018-10-20 22:53:01 +02:00
kimocoder
0faa92ca70 Makefile cleanup (cleanout unsupported chips) 2018-10-20 22:39:56 +02:00
kimocoder
ba4b2097b2 nuke rtw_proc aka debug via /proc 2018-10-20 19:02:03 +02:00
Christian B
3ba0d97eae
Merge pull request #1 from fariouche/v5.3.4
added regd flag to disable radar detection
2018-09-16 18:19:26 +02:00
fariouche
b9df378af3 added regd flag to disable radar detection
set default ht capab to 3 to enable 5GHz RX-STBC
2018-09-16 18:08:48 +02:00
Thijs Withaar
7c93fa7c05 Fix floating point in VHT_HW_TX for both x86 and rpi 2018-09-06 19:03:05 +02:00
Christian B
95264a39e5
Disable CONFIG_MP_VHT_HW_TX_MODE
* Fixes compile/build on ARM systems
2018-09-03 20:31:08 +02:00
kimocoder
e361b610c5 Fixed build on POWER systems + moved a switch 2018-08-26 22:23:38 +02:00
kimocoder
d2932f7a54 Uploading new v5.3.4 2018-08-25 18:21:32 +02:00
kimocoder
2d4a79c1b8 Uploading the v5.3.4 version 2018-08-24 22:52:34 +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
kimocoder
ef630451b0 Optimized Makefile + added DKMS 2018-07-02 19:20:53 +02:00
kimocoder
29fab55737 Uploaded the 8812au v5.2.20.2 driver 2018-07-02 18:49:32 +02:00
kimocoder
5387d10b8a Enabled more Makefile debug 2018-06-26 10:57:18 +02:00
kimocoder
7c899d1b5b Fix injected frames drop + platform fixes 2018-06-25 18:20:55 +02:00
kimocoder
1b89d1d755 Added switch to turn ON/OFF regdomain settings 2018-06-22 23:06:03 +02:00
kimocoder
3384d6e2ed Makefile: add configuration option for ODROID-C2 2018-06-22 22:15:01 +02:00
kimocoder
d5aaced9c3 Optimized Makefile and added DKMS ++ 2018-06-22 21:43:50 +02:00
kimocoder
be14d54031 Parse radiotap headers for proper frame injection 2018-06-22 19:37:47 +02:00
kimocoder
f53c7ea20e Cloned gordboy's 8812au repo 2018-06-22 18:48:32 +02:00
kimocoder
4cf72deb8e Preparing new upload 2018-06-22 18:45:20 +02:00
kimocoder
e4ec939756 Bring back regdomain settings with a switch 2018-06-07 12:20:26 +02:00
kimocoder
d628a7441c Odroid C2 fix + minor cleanup 2018-05-13 22:47:03 +02:00
Christian B
5a5da0ffe3
Add the PPC platform 2018-04-08 16:15:46 +02:00
Christian B
8e6ebdc46c
Makefile: add configuration option for ODROID-C2 2018-03-20 11:51:50 +01:00
Christian B
22a2b061ae
Fix for ARM RPI 2018-03-19 20:15:27 +01:00
kimocoder
900fc8b5df even more cleanup. brackets + more 2018-03-15 16:51:40 +01:00
Christian B
8eaa4e6cfb
Enabled more debug 2018-03-15 07:28:23 +01:00
Christian B
c03512a8d1
arm compile fix 2018-03-14 15:01:59 +01:00
Christian B
19c72ad569
Added CONFIG_USB2_EXTERNAL_POWER switch 2018-03-10 10:30:03 +01:00
kimocoder
b8e3b80e4f Code cleanup + more debug ++ 2018-02-16 22:40:26 +01:00
Christian B
399388ed30
80211W & ADAPTIVITY disabled due to kernel v4.15
* 802.11 security & adaptivity turned off due to preparation of kernel v4.15 support.
  will take a look at these on a later stage.
2017-12-17 12:13:05 +01:00
Christian B
da693a9317
Kernel specified beforehand
* A different kernel version specified beforehand can now be used
2017-12-11 06:45:55 +01:00
Christian B
bcb576c54a
Update Makefile
* Minor spacing cleanup
2017-12-05 10:03:37 +01:00
Christian B
b23f2d68d6
Enabled CONFIG_RTW_ADAPTIVITY_EN
* Set CONFIG_RTW_ADAPTIVITY_EN to AUTO
2017-12-05 09:59:57 +01:00
Christian B
590c7a9cc1
Enabled more DEBUG 2017-11-21 08:15:49 +01:00
Christian B
15b5ff9b56
80211W turned ON + more DEBUG
* 80211w (security feature) turned ON but will need to be "tested" further.
* More debug output enabled, as we see that these drivers will acquire more work in the future.
2017-11-15 20:31:12 +01:00
Christian B
3e030bbd59
Added CONFIG_NET_NS Switch
* Added CONFIG_NET_NS Switch to Makefile and turned ON (still TESTING purposes)
2017-11-15 20:25:19 +01:00
Christian B
b11e32dc45
Add RPI Option to Makefile 2017-11-15 10:55:16 +01:00
Christian B
d31682febe
Remove Intel WIDI code
* Intel WIDI project is discontinued,  removed support.
2017-11-15 09:23:18 +01:00
Christian B
5f3e21c5de
Some fixes to Makefile
* Build on all available cores
* Check for available GCC 4.9 on "EXTRA_CFLAGS += -Wno-date-time"
2017-11-15 08:18:50 +01:00
Christian kimocoder
88030586b4 Use endian macros from kernel 2017-10-24 14:59:58 +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
8631a81c2b Added ARM64 Support
* Added support for ARM64 (such as Odroid C2 +++)
2017-09-26 17:51:40 +02:00
Christian kimocoder
684e49e7fb fixed more warnings
* Fixed more warnings on build/compilation
2017-08-27 18:08:43 +02:00
Christian kimocoder
65270af734 removed warnings
* Removed "Wno-misleading-indentation" warning
* Removed "Wno-date-time warning
2017-08-27 17:55:47 +02:00
Christian kimocoder
691b536e21 corrected TX_POWER_TO_MAX setting
* Fixes TX_Power to Max to that RegDoms allowed maximum, resolves issues with TLP and other powersaving affecting signal stability.
2017-08-27 17:42:44 +02:00
astsam
dfe012d487 Fix compilation for ARM 2017-05-14 12:27:25 +03:00
astsam
18159723d9 Disable messages about power save in the monitor mode 2017-04-19 22:03:21 +03:00
astsam
34da3d570b Fix compilation error if CONFIG_RTL8821A is defined 2017-04-19 21:40:55 +03:00
astsam
1bf8e8a2eb Fix log level if compiled with DEBUG=1 2017-04-19 21:04:52 +03:00
astsam
55e81afe4f Added HAL for RTL8814AU 2017-04-19 19:13:09 +03:00
astsam
9bb391625f Use DEBUG=1 to enable debug messages, DEBUG=2 to enable trace messages 2017-04-15 14:11:04 +03:00
Sergei Makarenkov
9c17ea0d25 Radiotap iterator from kernel 4.9 was added due to VHT field bug in kernels before 4.6 2017-04-15 11:54:38 +03:00
Sergei Makarenkov
97059f42a8 Disable power saving mode 2017-04-15 11:52:00 +03:00
astsam
cf7aa86c38 Driver v5.1.5 for RTL8812AU (Tenda U12) 2017-04-15 11:46:31 +03:00
Hans Ulli Kroll
d62c22e76e Add driver from found on aircrack-ng site
filename: rtl8812AU_8821AU_linux_v4.3.22_15054.20150901_beta.tar.gz

Signed-off-by: Hans Ulli Kroll <ulli.kroll@googlemail.com>
2016-03-27 19:56:02 +02:00