1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2024-09-20 13:10:40 +00:00
Commit Graph

717 Commits

Author SHA1 Message Date
kimocoder
597de9c9b0 Added more iw output - not complete still 2019-08-16 04:20:13 +02:00
kimocoder
c98681f114 Fixed all minor issues related to compiler warnings 2019-08-16 03:38:53 +02:00
Christian Bremvåg
b7c85dd182
Merge pull request #388 from fariouche/v5.6.4.1
added 8821 and 8814
2019-07-15 21:42:33 +02:00
Farid Benamrouche
11cb9c2a37 added 8821 and 8814 2019-07-15 17:14:17 +02:00
Christian Bremvåg
df6381f35d
Added kernel v5.1+ support (get_ds -> KERNEL_DS) 2019-06-22 19:41:09 +02:00
kimocoder
472b8b3176 Added HT Greenfield capab + various ported fixes 2019-06-22 17:07:31 +02:00
kimocoder
4b0db32429 Fix another issue, unreachable switch 2019-06-22 16:49:44 +02:00
kimocoder
a2933cf2ab Fix compilation issue related to merging 2019-06-22 16:41:33 +02:00
Christian Bremvåg
8bee83c160
Update README.md 2019-06-22 17:27:32 +02:00
Christian Bremvåg
60addc8499
Update README.md 2019-06-22 17:07:23 +02:00
kimocoder
80c331a688 Upload WPA3 doc and hostapd for Android 2019-06-22 15:21:44 +02:00
kimocoder
decdb78ea0 Upload new v5.6.4.1 branch 2019-06-22 15:16:29 +02:00
kimocoder
7938cb9078 Enable more compiler debug 2019-06-17 21:05:02 +02:00
kimocoder
2b70749c10 Fix a openwrt compiler warning 2019-06-17 20:52:47 +02:00
kimocoder
55bab2ab30 Fixed more compile warnings, for now at least 2019-06-17 20:44:02 +02:00
kimocoder
42dd65d1b4 Fixed a switch-unreachable issue on compile 2019-06-17 20:23:29 +02:00
Christian Bremvåg
65aa3c6edf
Added "IOCTL_CFG80211" support to RPI64 2019-06-17 20:11:03 +02:00
Christian Bremvåg
598059dae8
Fix a typo leading to compile error 2019-06-17 12:47:25 +02:00
Christian Bremvåg
68351a7a20
Added bunch of VID/PID's from other branches (and vice versa) 2019-06-17 00:28:49 +02:00
Christian Bremvåg
02dee251ec
Merge pull request #373 from ThijsWithaar/v5.6.4
Merging Rpi3-related changes from v.5.3.4
2019-06-15 19:10:24 +02:00
Thijs Withaar
74cc8cdbc1 i386: mark floating point operations correctly.
From commit #1603b05c
2019-06-08 10:47:20 +02:00
Thijs Withaar
43f8cd2c73 Add rpi3, based on 5.3.4 makefile
including support for CONFIG_MP_VHT_HW_TX_MODE
2019-06-08 10:47:20 +02:00
Thijs Withaar
13456a8af1 wifi_regd: regulations are handled by crda, so don't do that here. 2019-06-08 10:47:12 +02:00
Thijs Withaar
2cb491951f wifi_regd: remove unused code 2019-06-08 08:33:11 +02:00
Thijs Withaar
02f7a92e99 small cleanup, grafted from #fa0626b7634d11b 2019-06-08 08:20:54 +02:00
Thijs Withaar
62e332195d Remove binaries 2019-06-08 08:17:10 +02:00
Christian Bremvåg
57d0d8d7c8
Merge pull request #366 from satmandu/v5.6.4
-Wno-vla CFLAG is in 5.3.4 Makefile, and prevents many error messages in compile
2019-05-31 17:24:54 +02:00
satmandu
9b7a864702
Merge pull request #4 from aircrack-ng/v5.6.4
Sync May 30 2019
2019-05-31 11:22:06 -04:00
satmandu
d992db02b6
Add -Wno-vla to avoid more compilation warnings as per 5.3.4 Makefile 2019-05-30 16:56:22 -04:00
satmandu
a1ba309e1d
Merge pull request #3 from satmandu/patch-3
Patch 3
2019-05-30 16:52:04 -04:00
satmandu
5a51cfd850
Merge pull request #2 from satmandu/patch-2
Update dkms.conf to 5.6.4
2019-05-30 16:51:00 -04:00
Christian Bremvåg
003c2aa3da
Merge pull request #365 from satmandu/v5.6.4
Compilation fixes for Kernel 5.1 & 5.2
2019-05-30 22:50:58 +02:00
Christian Bremvåg
c3b24dee07
Merge pull request #364 from satmandu/patch-3
Turn off Debug by default like in 5.3.4
2019-05-30 22:50:49 +02:00
kimocoder
8a49d214da Added HT Greenfield capabilities 2019-05-30 22:39:27 +02:00
satmandu
e7cde4b396
Turn off Debug by default like in 5.3.4 2019-05-30 16:37:22 -04:00
kimocoder
c0cb946333 Turned on MONITOR support & turned off POWERSAVING 2019-05-30 22:28:31 +02:00
kimocoder
1b8650bf7e Preparing adding 8821au & 8814au support 2019-05-30 21:24:46 +02:00
satmandu
75c538098b
Compilation fix for kernel 5.1+
As per 48c223a03c
2019-05-30 14:48:09 -04:00
satmandu
231d5c2d4e
fix missing "(" 2019-05-30 14:40:14 -04:00
satmandu
aa405e0b18
removed space 2019-05-30 14:38:05 -04:00
satmandu
36ff7bcd7f
os_dep: fix compilation warning and kernel 5.2 as per commit to 5.3.4
Adapted patch here: e013a161f8
2019-05-30 14:34:13 -04:00
satmandu
cdf16c501f
Merge pull request #1 from aircrack-ng/v5.6.4
V5.6.4
2019-05-30 14:29:28 -04:00
Christian Bremvåg
e93c18ca09
Merge pull request #363 from satmandu/v5.6.4
V5.6.4 changes to dkms files
2019-05-30 20:17:14 +02:00
satmandu
87940818f2
Update dkms-remove.sh 2019-05-30 14:13:17 -04:00
Christian Bremvåg
3475f7fd1b
Merge pull request #362 from satmandu/patch-1
Makefile changes for RPI64 as per for 5.3.4 applied to the 5.6.4 Makefile
2019-05-30 20:13:00 +02:00
satmandu
a45796e1b4
Update dkms-install.sh 2019-05-30 14:11:25 -04:00
satmandu
02dea03ba2
Update dkms.conf 2019-05-30 14:10:39 -04:00
satmandu
44c5c15445
Update dkms.conf to 5.6.4 2019-05-30 14:09:20 -04:00
satmandu
4581df6ff7
Makefile changes for RPI64 as per for 5.3.4
as done in f2ac716f76
2019-05-30 14:04:11 -04:00
Christian Bremvåg
f42b9e93bb
Update README.md 2019-05-24 22:41:56 +02:00