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

677 Commits

Author SHA1 Message Date
Christian Bremvåg
3c48dff974
Merge pull request #285 from kimocoder/v5.3.4
Merge changes
2019-02-23 03:33:38 +01:00
kimocoder
a3ed1ef28a Added some error checking feature 2019-02-16 02:29:58 +01:00
kimocoder
4848f29d19 Protect rtw_cfg80211_unlink_bss() against pnetwork of NULL 2019-02-16 02:22:54 +01:00
kimocoder
eaf2707950 Reorder shutdown to eliminate warning from cfg80211 2019-02-16 02:20:27 +01:00
kimocoder
1ff4839d5b Make proper fix for freeze on unload 2019-02-16 02:11:55 +01:00
kimocoder
76df854db4 Fix implicit declaration of function ‘rtw_resume_process’ 2019-02-16 01:13:16 +01:00
Christian B
a1a2a832ab
Merge pull request #282 from kimocoder/v5.3.4
Merge changes
2019-02-15 19:09:44 -05:00
kimocoder
91a66fdefe Fix connection error on resume 2019-02-16 01:09:02 +01: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
ed72c44df7 Add explicit memset call to avoid potentially corrupt data 2019-02-15 23:16:15 +01:00
kimocoder
a8f972a736 Added support for OpenWRT NEO2 platform 2019-02-15 22:52:48 +01:00
kimocoder
ead1446e14 OpenWRT: attempt to auto-detect endianess 2019-02-15 22:50:37 +01:00
Christian B
3218a3a725
Merge pull request #281 from kimocoder/v5.3.4
Merge changes
2019-02-15 16:46:33 -05:00
kimocoder
c812cc3aca Disable a warning causing kernel trace #254 2019-02-15 22:33:13 +01:00
Christian B
388dccd765
Fix for DKMS 2019-02-15 21:16:13 +01:00
kimocoder
fc3c9149db Fixed the _get_channel function, missing 2 cases 2019-02-15 18:24:00 +01:00
kimocoder
7360779d5a Fixed some around minors around frame injection 2019-02-15 18:20:44 +01:00
kimocoder
0eda114fda Added support for kernel v5.0+ 2019-02-15 15:51:37 +01:00
Christian B
c1bf678717
Merge pull request #278 from jbman100/v5.3.4
Updated README for RPI
2019-02-12 19:50:50 +01:00
Jean-Baptiste Skutnik
752476eebf Updated README for RPI 2019-02-12 15:26:56 +01:00
Christian B
2d0547c99f
Merge pull request #255 from traud/patch-1
Add USB Device Obihai OBiWiFi with 3823:6249
2019-01-08 10:32:32 +01:00
Alexander Traud
f150da568a
Add USB Device Obihai OBiWiFi with 3823:6249
USB driver gets attached and Wi-Fi adapter is usable, tested in Ubuntu 18.04 LTS with Secure Boot disabled.
2019-01-08 10:30:26 +01:00
Christian B
c733d47f63
Merge pull request #248 from ThijsWithaar/v5.3.4
Merge changes
2018-12-23 11:29:59 +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
Thijs Withaar
0c3cfa41e4 fully apply CONFIG_DISABLE_REGD_C
Fix floating point in VHT_HW_TX for both x86 and rpi
2018-11-20 22:37:34 +01:00
Christian B
3e28d72316
Merge pull request #236 from kimocoder/v5.3.4
* Added support for RPI and Odroid C2
* Update kernel v4.19 support
* Added kernel v4.20 support and turned a compiler warning off
2018-11-14 23:41:04 +01:00
kimocoder
0a4042afbd Add kernel v4.20 support and minor compiler warning turned off 2018-11-14 23:39:13 +01:00
kimocoder
e972ae8162 Update kernel v4.19 support 2018-11-14 23:36:44 +01:00
kimocoder
429b232b96 Added support for RPI and Odroid C2 2018-11-14 23:35:22 +01:00
kimocoder
926549fe69 Fix problem where interfaces are down at start 2018-11-10 21:34:15 +01:00
kimocoder
dae6545ef1 Fix builds for kernels older than 4.11.0 2018-11-10 21:22:12 +01:00
Christian B
6a85cb90dd
Merge pull request #231 from kimocoder/v5.3.4
Remove unused chipsets/files
2018-11-03 00:01:24 +01:00
kimocoder
52abd71dc9 Remove unused chipsets/files 2018-10-25 20:19:19 +02:00
Christian B
85620abb33
Merge pull request #224 from kimocoder/v5.3.4
V5.3.4
2018-10-20 23:16:51 +02: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
6486ba0824 remove unused firmware load, there is some other place 2018-10-20 22:42:37 +02:00
kimocoder
0faa92ca70 Makefile cleanup (cleanout unsupported chips) 2018-10-20 22:39:56 +02:00
kimocoder
30c4e1acc7 remove more objs from unsupported chips 2018-10-20 22:29:13 +02:00
kimocoder
c65f1b0fe2 remove unneeded objs from Makefile 2018-10-20 22:24:34 +02:00
kimocoder
0d9c98e3ce remove unneeded read firmware support 2018-10-20 22:08:44 +02:00
kimocoder
141e1f089f Reverted the PARA_FILE load functions for now 2018-10-20 21:49:49 +02:00
kimocoder
d61dcbd985 remove PARA_FILE load functions, all data is in headerfiles 2018-10-20 19:28:55 +02:00
kimocoder
df5766d9f3 hard disable old debug read/write file functions 2018-10-20 19:14:06 +02:00
kimocoder
efb4d2fe21 minor upstream patch fix: inconsistent teardown 2018-10-20 19:09:42 +02:00
kimocoder
ba4b2097b2 nuke rtw_proc aka debug via /proc 2018-10-20 19:02:03 +02:00
kimocoder
99382ed7ce Remove TESTCHIP support 2018-10-20 18:51:40 +02:00
Christian B
e994f6b26a
Merge pull request #220 from kimocoder/v5.3.4
V5.3.4
2018-10-14 21:09:43 +02:00
Christian B
5c06c1de63
Merge pull request #12 from fariouche/v5.3.4
fix compilation error if led is disabled
2018-10-09 21:42:09 +02:00