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

129 Commits

Author SHA1 Message Date
kimocoder
6b029c4b52 Fix wrong type in rtw_dump_cur_efuse 2019-08-17 13:46:26 +02:00
kimocoder
a0bb0e1d42 Added DEBUG to USB - CONFIG_USB_DEBUG in Makefile 2019-08-17 13:09:09 +02:00
kimocoder
eaf96f0052 Pushing minor cleanups .. 2019-08-16 22:49:56 +02:00
kimocoder
84212d3ae8 Remove multifunc support 2019-08-16 22:23:04 +02:00
kimocoder
2b143976ab Disabled annoying EFUSE debug 2019-08-16 18:40:07 +02:00
kimocoder
17ffe0d84f Removed useless testchip code 2019-08-16 18:04:48 +02:00
kimocoder
d20d0744b5 Remove unused mpt_SetRFPath_8812A() 2019-08-16 17:59:42 +02:00
kimocoder
1972751e8f Remove SetPowerTracking() and GetPowerTracking() 2019-08-16 17:36:52 +02:00
kimocoder
d664d7e949 Use endian macros from kernel instead hardcoded 2019-08-16 16:50:59 +02:00
kimocoder
313311c14b Added LED control 2019-08-16 16:34:43 +02:00
kimocoder
9daa7978e9 Merge a collection of fixes 2019-08-16 06:28:27 +02:00
kimocoder
c98681f114 Fixed all minor issues related to compiler warnings 2019-08-16 03:38:53 +02:00
Farid Benamrouche
11cb9c2a37 added 8821 and 8814 2019-07-15 17:14:17 +02:00
kimocoder
4b0db32429 Fix another issue, unreachable switch 2019-06-22 16:49:44 +02:00
kimocoder
decdb78ea0 Upload new v5.6.4.1 branch 2019-06-22 15:16:29 +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
kimocoder
6c1b4a333b Upload new v5.6.4 driver 2019-05-24 21:43:57 +02:00
kimocoder
40ac5fb27d TX power control for 8814 2019-05-22 00:00:34 +02:00
kimocoder
d1d2446e05 Revert back some changes to fix frame injection 2019-05-21 23:50:29 +02:00
kimocoder
78dbffdf16 Fix radiotap header for RTL8814AU 2019-04-07 18:02:57 +02:00
kimocoder
22d89154fd TX power control for RTL8814AU 2019-04-07 17:49:44 +02:00
kimocoder
5913fb17ee 8812au fix: Use HAL methods to apply TX power settings 2019-04-07 17:40:52 +02:00
kimocoder
744c5e170d fix: bitwise comparison always evaluates to false 2019-04-06 08:12:03 +02:00
kimocoder
f7d2d03687 Remove nonASCII symbol 2019-04-06 08:09:01 +02:00
kimocoder
85c0e2dc9e fix for missing signal 2019-04-06 01:25:30 +02:00
kimocoder
c3ccff59af Fix wrong type in rtw_dump_cur_efuse 2019-04-06 01:10:34 +02:00
kimocoder
7360779d5a Fixed some around minors around frame injection 2019-02-15 18:20:44 +01:00
kimocoder
6486ba0824 remove unused firmware load, there is some other place 2018-10-20 22:42:37 +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
99382ed7ce Remove TESTCHIP support 2018-10-20 18:51:40 +02:00
fariouche
7899a2cad6 fix compilation error if led is disabled 2018-10-09 21:24:54 +02:00
farid
1a04d7c442 cleanup fix 2018-10-09 12:55:58 +02:00
fariouche
dced504a95 fix 8811 and 8821 not working when 8812 support is enabled, because of wrong firmware loaded 2018-10-08 23:09:02 +02:00
fariouche
b2bfbceb59 fixed compilation error (regression) 2018-10-08 21:10:39 +02:00
fariouche
957b79f1db fixed compilation error if rtl8814 is not enabled in the Makefile 2018-10-07 22:19:52 +02:00
fariouche
077c25e889 fixed led not working 2018-10-07 21:50:46 +02:00
kimocoder
072598e032 Add support for kernel v4.19-rc1 2018-08-29 18:27:44 +02:00
kimocoder
632436b5c3 Set correct number of spatial streams 8812/8821 2018-08-27 20:13:06 +02:00
kimocoder
e361b610c5 Fixed build on POWER systems + moved a switch 2018-08-26 22:23:38 +02:00
kimocoder
d40515b82e fariouche: fixed kernel warning on incomplete 8814 HAL 2018-08-25 20:45:54 +02:00
kimocoder
5faae4ff49 Fixed unreachable switches and other compile warnings 2018-08-25 20:29:23 +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
farid
fe67b3de16 minor debug trace fix 2018-08-14 16:18:16 +02:00
fariouche
86079bb084 added 4 streams. Not tests if actually working 2018-08-12 18:36:57 +02:00