1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2024-11-25 14:44:09 +00:00
Commit Graph

184 Commits

Author SHA1 Message Date
root
839d24223d Fix & cleanup kernel v5.3 support 2019-10-02 22:27:16 +02:00
kimocoder
76c8b70a00 Added kernel v5.3+ support - enjoy 2019-10-02 21:40:31 +02:00
Christian Bremvåg
32aad89694
Added bunch of VID/PID's from other branches (and vice versa) 2019-06-17 00:30:30 +02:00
Hansruedi Patzen
235c8c518e linux-5.2: disable fallback from rtw_select_queue
The fallback parameter has been removed in the latest kernel (>= 5.2)

See: a350eccee5
2019-05-15 14:50:17 +02:00
Carlos Garces
c41ff7a901 Fix compilation error on kernels < 4.2 2019-04-14 11:47:47 +02:00
Carlos Garces
702b8503f6 Fix compilation error on kernels < 4.1 2019-04-14 11:47:35 +02:00
Carlos Garces
08e6a83049 Fix compilation error on kernels < 3.20 2019-04-14 11:47:16 +02:00
Carlos Garces
62c0f553ab Fix compilation error on kernels < 3.19 2019-04-14 11:46:50 +02:00
kimocoder
f6c8c5fd89 Cleanup: removed some testchip functions 2019-03-29 01:07:42 +01:00
kimocoder
00e931f0f3 Relax WIFI regional rules 2019-03-29 00:49:13 +01:00
kimocoder
9907080e1d Fixed some debus prints 2019-03-29 00:46:42 +01:00
kimocoder
71b58823dd Adoptations for using the driver on android/nethunter 2019-03-29 00:39:08 +01:00
kimocoder
2c782c73b7 do not remove device if it is not of type monitor 2019-03-29 00:31:26 +01:00
cail
44bfc439ae Hostapd/WPS support 2019-03-28 09:52:21 -07:00
Christian Bremvåg
c7e464a7b2
Add support for kernel v5.1 2019-03-19 01:14:48 +01:00
kimocoder
4d68aa7207 Eliminate silly typedefs for threads 2019-03-14 12:15:07 +01:00
kimocoder
dd687defb0 Remove typedef for _pkt and replace with correct struct 2019-03-14 12:06:17 +01:00
kimocoder
f523905d7a Remove struct net_device wrapper 2019-03-14 11:46:10 +01:00
Christian B
c87010367d
Fix both ISO90 warning and get_channel function 2019-02-10 03:05:40 +01:00
kimocoder
f9897d08c5 Fix build error + compiler warnings 2019-01-26 01:07:47 +01:00
Christian B
e8489af6b9
IEEE -> NL 2019-01-25 21:35:55 +01:00
Christian B
624d30a7c4
IEEE80211 band fixed 2019-01-25 21:35:09 +01:00
Christian B
f6649f0517
Clear NO_IR flag for all channels 2019-01-25 21:25:49 +01:00
Christian B
dc48be9b34
Minor fix for regdom 2019-01-25 21:24:25 +01:00
kimocoder
ba0f5f356c Add explicit memset call to avoit porentially corrupt data 2019-01-10 23:02:48 +01:00
kimocoder
1f243e33e1 Add 1 more VID/PID 2019-01-08 10:37:39 +01:00
kimocoder
3a1d285975 kernel 5.0: Remove 'type' argument from access_ok() function 2019-01-08 10:36:21 +01:00
kimocoder
56e7415cd9 Nuke CONFIG_LOAD_PHY_PARA_FROM_FILE 2019-01-02 20:32:36 +01:00
kimocoder
b17957a8ab Reduce some firmware load 2018-12-29 17:06:33 +01:00
kimocoder
c0ee00d02b Add 1 more VID/PID 2018-12-29 16:41:19 +01:00
kimocoder
625de80d01 Nuke rtw_proc aka debug via /proc 2018-12-27 07:24:21 +01:00
kimocoder
af20d32ae7 Fixed a typo which lead to compiler warning 2018-12-27 07:18:29 +01:00
Christian B
257d7827a0
Hard disable old debug read/write file functions 2018-12-23 13:19:40 +01:00
kimocoder
748553d51f Fix problem where interfaces are down at start 2018-12-06 17:39:58 +01:00
kimocoder
f94c4f6fa5 Add kernel v4.20 support and minor compiler warning turned off 2018-12-02 20:36:54 +01:00
kimocoder
fb36a0c650 Update kernel v4.19 support 2018-12-02 20:34:37 +01:00
Thijs Withaar
1603b05c0f Fix floating point in VHT_HW_TX for both x86 and rpi 2018-09-04 20:17:25 +02:00
Thijs Withaar
4309791418 Complete CONFIG_DISABLE_REGD_C 2018-09-04 18:15:44 +02:00
Thijs Withaar
181b199679 CONFIG_MP_VHT_HW_TX_MODE: Mark floating point regions 2018-09-04 18:15:40 +02:00
kimocoder
98bc7ad7f9 Add support for kernel v4.19-rc1 2018-08-29 18:32:53 +02:00
kimocoder
91e6a638e1 Drop date & time from version dump, to allow reproducible builds 2018-08-27 19:52:40 +02:00
kimocoder
4053162033 Fix for ARM build (testing) 2018-08-26 15:34:52 +02:00
fariouche
3a38ce9d1f fixed crash when debug flag is set 2018-08-12 17:52:01 +02:00
kimocoder
680f78830c Reinstate: Fix interface rename error 2018-08-11 18:36:59 +02:00
kimocoder
8d15903065 Remove redundant code already in SetHwReg881XAU in usb_halinit.c 2018-08-10 18:51:27 +02:00
kimocoder
61db9f6c5e Fix the get_channel function causing kernel regression 2018-08-10 18:26:15 +02:00
kimocoder
88301eb45a Allow build for kernels with backported cfg80211 API 2018-08-08 19:03:15 +02:00
Christian B
5a21cce8cd
Fix another segfault
* Removed for now, not used anyway since the virtual interface support isn't working.
2018-08-06 19:51:45 +02:00
kimocoder
b39cd0827c Initialize some variables 2018-08-05 20:31:51 +02:00
kimocoder
79e44be3d0 adopt upstream: net: Fix inconsistent teardown 2018-08-04 20:09:03 +02:00