1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2024-09-19 20:50:41 +00:00
Commit Graph

1298 Commits

Author SHA1 Message Date
kimocoder
49fb2e6d17 Make Makefile and Kconfig consistent 2019-11-14 19:33:34 +01:00
Christian Bremvåg
406dfb394a
Merge pull request #471 from CGarces/patch-1
Ignore  *.c.orig files
2019-11-14 12:25:19 +01:00
Carlos Garcés
04f04e56c2
Ignore *.c.orig files 2019-11-14 11:24:35 +01:00
kimocoder
9ebd5ad043 Fixed frame injection 2019-11-14 10:31:01 +01:00
kimocoder
98182de4f1 Fixed frame injection 2019-11-14 10:30:35 +01:00
kimocoder
0c23551874 Cleanup wrong commit earlier 2019-11-14 04:33:12 +01:00
kimocoder
506f1e3c11 Added frame injection capabilities (tested working) 2019-11-14 03:11:57 +01:00
kimocoder
83e1baa6c1 Don't place signal strength into radiotap header if not available 2019-11-14 02:03:02 +01:00
kimocoder
1da67a59f8 Place signal quality and per antenna rssi into radiotap header 2019-11-14 01:58:06 +01:00
kimocoder
2236ed7313 Added RadioTap iterator from kernel v4.9 2019-11-14 01:50:27 +01:00
kimocoder
6deda60be2 Fix the Network Namespace (CONFIG_NET_NS) support 2019-11-14 01:47:00 +01:00
kimocoder
ecd3fdea37 Fix power savings breaking monitor mode 2019-11-13 21:20:04 +01:00
kimocoder
10bb71aafb Fix FCS on 8812 and 8814 2019-11-13 21:16:57 +01:00
kimocoder
d867a451d3 Enable rx_stbc bit for 5G in HT mode 2019-11-13 20:48:10 +01:00
kimocoder
d00f413a82 Fix error switching to 80MHz channels under certain conditions 2019-11-13 20:45:55 +01:00
kimocoder
b5fb4d6830 Enable the channel 14 and 80 MHz width channels in the regdom 2019-11-13 20:40:05 +01:00
kimocoder
ee2beb3494 Count injected frames in interface stats 2019-11-13 20:06:59 +01:00
kimocoder
caa18fb70f Enable TX queue in monitor mode 2019-11-13 20:04:25 +01:00
kimocoder
9bf4a34f73 adopt upstream: net: Fix inconsistent teardown 2019-11-13 17:35:03 +01:00
kimocoder
9248e99dcc Fix interface rename error 2019-11-13 17:27:34 +01:00
kimocoder
02e8c82c9b Fixed crash when debug flag is set 2019-11-13 17:24:08 +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
017cc7d842 Fixed scan timeout interfering with normal scan 2019-11-13 16:57:08 +01:00
kimocoder
42cc12cc84 Fixed a missing channel function in regdom 2019-11-13 16:48:06 +01:00
kimocoder
fa35b99b42 Implemented txpower control 2019-11-13 16:36:58 +01:00
kimocoder
8e0a042805 Disable messages about power save in Monitor mode 2019-11-13 16:23:44 +01:00
kimocoder
8fc76b7fe3 Added HT Greenfield capabilities 2019-11-13 16:18:11 +01:00
kimocoder
ecac1a3ebe Merge branch 'v5.6.4.2' of https://github.com/aircrack-ng/rtl8812au into v5.6.4.2 2019-11-13 16:16:30 +01:00
kimocoder
dc87e78e65 Added more platform support (Odroid C2 & PPC added) 2019-11-13 16:16:09 +01:00
Christian Bremvåg
47f812c239
Update .travis.yml 2019-11-13 16:04:12 +01:00
kimocoder
73f0a8810d Searching for MAC addr and return output (seems to work fine) 2019-11-11 21:47:20 +01:00
kimocoder
ae31db1a4c Added 1 more VID/PID (Archer AC600 T2U Nano) 2019-11-11 19:45:02 +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
kimocoder
7b0ba5a1ca Fix problem where interfaces are down at start 2019-11-11 03:54:59 +01:00
kimocoder
968d16bb56 Fox a kernel trace with hostapd + A minor tweak to 'dkms-install.sh' 2019-11-11 03:29:02 +01:00
kimocoder
d415163096 Fix CONFIG_CONCURRENT_MODE building due to missing VIF 2019-11-11 03:26:05 +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
dbc8d10201 Fix connection error on resume 2019-11-11 03:02:26 +01:00
kimocoder
ad32b0d9a8 A fix to avoid freeze on unplugging adapter 2019-11-11 02:54:47 +01:00
kimocoder
bcd541ad4d Fix for missing linux/sched/signal.h & linux/version.h 2019-11-11 02:48:45 +01:00
kimocoder
909606a1b8 Hardcode adapter alias to 'wlanX..' 2019-11-11 02:45:42 +01:00
kimocoder
8bdef804c3 Fix channel switch in the monitor mode if both CONFIG_WIRELESS_EXT and CONFIG_CFG80211_WEXT are enabled 2019-11-11 02:43:26 +01:00
kimocoder
e14a513282 Fix radiotap header for 8814au chipset 2019-11-11 02:37:11 +01:00
kimocoder
54ed666a16 Fix radiotap header for 8814au chipset 2019-11-11 02:36:13 +01:00
kimocoder
2293742a84 Support kernel PIC mode for compiling + fixed kernel v5.3 warnings 2019-11-11 02:26:08 +01:00
kimocoder
ce9a4551ce fix upstream AMPDU changes 2019-11-11 02:14:15 +01:00