1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2024-11-10 08:07:05 +00:00
Commit Graph

207 Commits

Author SHA1 Message Date
kimocoder
0f4e46f0fd Turned 8814au chipset OFF 2020-10-19 05:43:38 +02:00
Johan Svensson
f9efa3a228 Makefile: escape grep in DRIVER_VERSION variable 2020-10-16 14:16:35 +02:00
Christian Bremvåg
4a6d10f943
Makefile: Simplify DKMS install/remove 2020-10-10 01:29:24 +02:00
Roman Ondráček
b03bd4bc8d
Fix cross compilation
Signed-off-by: Roman Ondráček <ondracek.roman@centrum.cz>
2020-07-23 20:14:40 +02:00
kimoc0der
9ec3a13fc8 Fix a Makefile issue 2020-07-15 21:49:55 +02:00
kimocoder
b79883bf58 Some minor optimizations 2020-07-12 05:34:24 +00:00
kimocoder
b6ff9e4153 Get rid of few compiler warnings 2020-07-12 03:51:29 +00:00
kimocoder
52f38dd384 -frename-registers is already in -O3 2020-07-12 03:46:32 +00:00
kimocoder
8d4ac74d47 Let the linker optimize things as it thinks is best 2020-07-12 01:00:31 +00:00
kimocoder
b742160fba Modify makefile to handle empty INSTALL_MOD_PATH 2020-07-12 00:40:48 +00:00
kimocoder
ee0645348d Update NVidia Jetson platform support 2020-03-13 17:10:22 +01:00
Christian Bremvåg
482064bbd9
Merge pull request #561 from yshui/v5.6.4.2
Makefile: keep the old driver name
2020-03-08 04:30:48 +01:00
kimocoder
ea9aade289 remove rtw_cfgvendor support 2020-03-07 22:56:09 +00:00
Yuxuan Shui
f5ae110db4 Makefile: keep the old driver name
A bug exists in this driver that deadlocks the kernel when a net interface
managed by this driver is deleted. iwd uses the driver name
(specifically, if the driver name is "rtl88*") to figure out if it needs
to enable a workaround for this problem.

Commit fa35b99b42 changed driver name to
"88XXau" for seemingly no reason, causing this driver to be unusable for
a lot of users.

This commit changes the driver name back.

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
2020-02-14 16:27:47 +00:00
kimocoder
7240269e29 Minor cleanup. Finish merging code, for now. 2020-02-01 10:15:59 +01:00
kimocoder
e68310ce0d Use for RTL8814A chip (AWWD-165) 2020-02-01 09:55:13 +01:00
kimocoder
4a9bfab398 Silence the #pragma CLANG fixes (Android) 2020-02-01 09:34:33 +01:00
kimocoder
62b8b0fc70 Makefile: Ignore more non-critical warnings 2020-02-01 09:28:21 +01:00
kimocoder
0d2331d052 Fix wrong header guards + Added Android ARM64 platform 2020-02-01 09:21:48 +01:00
kimocoder
1a9bc08949 Support in-tree compilation 2020-02-01 07:26:27 +01:00
kimocoder
b8e766fb15 Remove more compiler silencers 2020-01-25 04:16:38 +01:00
kimocoder
f9291c2bd4 More compiler silence removed. Issued should be fixed, not silenced. 2020-01-20 21:44:46 +01:00
kimocoder
8e7af3ce26 Removed some compiler 'silencers' 2020-01-20 21:31:43 +01:00
Christian Bremvåg
65174c4ded
Turned off MP_HW_TX_MODE for 8814au
* Makes Rasbperries and other boards more compitable
2020-01-05 20:36:33 +01:00
Christian Bremvåg
cc3b36711b
Update Makefile 2020-01-05 02:04:23 +01:00
kimocoder
d7fe8953c1 Fix building on GCC5 2019-12-17 19:07:10 +01:00
kimocoder
6e0c8f474a Some minor fixes around the code 2019-12-16 22:41:52 +01:00
Christian Bremvåg
3b0b7b989d
Fix compile error 2019-11-18 17:26:53 +01:00
kimocoder
a5ce337bd7 Upload more docs 2019-11-18 16:51:51 +01:00
kimocoder
329baeeef7 Change (clean) i.mx6 platform data 2019-11-18 16:20:10 +01:00
kimocoder
6062df91a1 Added platform support for OpenWRT Neo2 2019-11-18 15:51:14 +01:00
kimocoder
a8ec357ba5 Forgot to turn off Nvidia Jetson Nano compile switch 2019-11-16 06:29:30 +01:00
kimocoder
b9d50acaa2 Add platform support for Nvidia Jetson Nano 2019-11-16 06:07:27 +01:00
kimocoder
55484785cc Fix for log level + Turned down level to decrease spam 2019-11-14 22:16:02 +01:00
kimocoder
af1ffffa98 Added a kernel include 2019-11-14 20:25:23 +01:00
kimocoder
49fb2e6d17 Make Makefile and Kconfig consistent 2019-11-14 19:33:34 +01:00
kimocoder
2236ed7313 Added RadioTap iterator from kernel v4.9 2019-11-14 01:50:27 +01:00
kimocoder
b9f88289b2 Fix floating point in VHT_HW_TX for both x86 and RPI 2019-11-13 17:14:47 +01:00
kimocoder
fa35b99b42 Implemented txpower control 2019-11-13 16:36:58 +01:00
kimocoder
dc87e78e65 Added more platform support (Odroid C2 & PPC added) 2019-11-13 16:16:09 +01:00
kimocoder
23368c91c2 Fixup for the -mhard-float and -mfloat-abi=softfp RPI tags 2019-11-11 19:20:18 +01:00
kimocoder
b6c538d908 Added RPI and RPI64 platform support 2019-11-11 19:17:43 +01:00
kimocoder
a3246e708e Fix for RPI Raspian compilation 2019-11-11 15:56:22 +01:00
kimocoder
8c60ffc1b4 Remove implicit fallthrough for GCC 5/6 compilation 2019-11-11 14:54:18 +01:00
kimocoder
7ad5618762 Fix build support to older GCCs by adding fallthroughs 2019-11-11 04:07:55 +01:00
Christian Bremvåg
aa2b8b870b
Added support for Network Namespaces (NS)
* More information about CONFIG_NET_NS here: https://cateee.net/lkddb/web-lkddb/NET_NS.html
2019-11-11 03:23:43 +01:00
kimocoder
2293742a84 Support kernel PIC mode for compiling + fixed kernel v5.3 warnings 2019-11-11 02:26:08 +01:00
kimocoder
2fb4e08249 Fixed build/compile error + some compiler warnings + minor cleanup 2019-11-11 01:04:53 +01:00
Christian Bremvåg
f0ca8f126c
Missed a slash in Makefile 2019-11-10 12:47:31 +01:00
Christian Bremvåg
d8f85e1691
Update Makefile 2019-11-10 12:41:23 +01:00