Commit Graph

47 Commits

Author SHA1 Message Date
kimocoder
fdf8a14621 Enable DBG_TX_POWER_IDX and DBG_PG_TXPWR_READ, extra logging for these 2018-06-22 22:33:44 +02:00
kimocoder
f36886ea64 Disable DFS 2018-06-22 22:20:32 +02:00
kimocoder
d5aaced9c3 Optimized Makefile and added DKMS ++ 2018-06-22 21:43:50 +02:00
kimocoder
be14d54031 Parse radiotap headers for proper frame injection 2018-06-22 19:37:47 +02:00
kimocoder
f53c7ea20e Cloned gordboy's 8812au repo 2018-06-22 18:48:32 +02:00
kimocoder
4cf72deb8e Preparing new upload 2018-06-22 18:45:20 +02:00
kimocoder
e4ec939756 Bring back regdomain settings with a switch 2018-06-07 12:20:26 +02:00
Christian B
b2273e710f
Trying to minimize freeze / lags (test)
* Altered the SURVEY_TO from 100 (ms) to 0 (ms) to minimize
2018-06-05 22:12:06 +02:00
kimocoder
b6c6c05f4a Removed pre-configured SeqNum via RadioTap 2018-03-27 15:02:10 +02:00
Christian B
0ab0ad3428
Nuke all hardcoded reg-domain nonsense 2018-03-20 11:56:31 +01:00
kimocoder
c22c24ed0c Fix building on older kernels + arm 2018-03-08 12:12:53 +01:00
kimocoder
c9d7263e83 more cleanup 2018-02-25 23:16:51 +01:00
kimocoder
b8e3b80e4f Code cleanup + more debug ++ 2018-02-16 22:40:26 +01:00
Carlos Garces
f221a169f2 Update for kernel 4.15
This commit adds support for kernel 4.15, which changed the timer
interface.
2018-01-04 23:20:45 +01:00
Christian B
e941a44db4
Update rtw_mlme.h 2017-12-17 12:10:27 +01:00
Christian B
ee85b4850e
Update osdep_service_linux.h 2017-12-17 12:02:26 +01:00
Christian B
87aec9ad1c
Update rtw_recv.h 2017-12-17 12:01:00 +01:00
Christian B
49998d9179
Fix API change in kernel v4.15
In this kernel, the timer setup and handlers changed quite a bit.
2017-12-06 20:24:01 +01:00
Christian B
be917e7579
Fix API change in kernel v4.15
In this kernel, the timer setup and handlers changed quite a bit.
2017-12-06 20:01:52 +01:00
Christian B
7f9dcff9bc
Fix API change in kernel v4.15
In this kernel, the timer setup and handlers changed quite a bit.
2017-12-06 19:58:27 +01:00
Christian B
c68fda1c11
Nuke all hardcoded reg-domain nonsense 2017-11-21 08:04:14 +01:00
Christian B
644a34a204
Removed Intel WIDI Support 2017-11-15 09:34:31 +01:00
Christian B
5a2339e56f
Removed Intel WIDI Support 2017-11-15 09:33:42 +01:00
Christian kimocoder
32f5d18404 Small cleanup in rf_types.h 2017-10-24 16:33:57 +02:00
Christian kimocoder
4615068c76 Use endian macros from kernel + removed spaces 2017-10-24 15:10:27 +02:00
Christian kimocoder
c7f1aeb257 Use endian macros from kernel 2017-10-24 15:07:24 +02:00
Christian kimocoder
5a09d2cbce Use endian macros from kernel 2017-10-24 15:05:17 +02:00
Christian kimocoder
d2300a2790 Use endian macros from kernel 2017-10-24 15:03:25 +02:00
Christian kimocoder
eeb8466919 Use endian macros from kernel 2017-10-24 14:56:21 +02:00
evilphish
5e1dea9391 removed unnecessary extern const 2017-10-23 21:36:05 +02:00
Christian kimocoder
ab44eb808e Added VHT capabilities and HT Greenfield capab 2017-10-22 22:56:29 +02:00
evilphish
0c3cb2f349 fix detection of vht capabilities and correct number of hardcoded streams for the 8812 driver 2017-10-21 17:02:13 +02:00
Christian kimocoder
9823a3136b Merge pull request #25 from dpShaker/v5.1.5
Add support for pre-configured SeqNum via RadioTap
2017-10-11 20:40:21 +02:00
Christian kimocoder
af1fc407d7 Update drv_types.h
* Add rtw_led_ctrl module
2017-09-26 19:07:57 +02:00
dpShaker
1285279920 Add support for pre-configured SeqNum via RadioTap
See http://www.radiotap.org/fields/TX%20flags value 0x0010
2017-09-21 21:43:47 +02:00
astsam
8c6132a401 Disable float point code for modern kernels 2017-06-23 22:28:06 +03:00
astsam
dfe012d487 Fix compilation for ARM 2017-05-14 12:27:25 +03:00
astsam
75a7771de8 Use configured driver name 2017-05-06 20:54:52 +03:00
astsam
55e81afe4f Added HAL for RTL8814AU 2017-04-19 19:13:09 +03:00
astsam
55b830f375 Ability to place rx descriptor into radiotap header 2017-04-15 14:33:47 +03:00
astsam
9bb391625f Use DEBUG=1 to enable debug messages, DEBUG=2 to enable trace messages 2017-04-15 14:11:04 +03:00
Lars Gjesse
0d541e2248 Compile on Linux 4.11 2017-04-15 12:00:30 +03:00
Sergei Makarenkov
8167c6674b Fix injected frames drop 2017-04-15 11:58:36 +03:00
astsam
7b407130a0 Add frame injection 2017-04-15 11:56:44 +03:00
Diederik de Haas
7cd3949722 Add support for kernels >= 4.7.
This conditionally redefines 'enum ieee80211_band' and 'IEEE80211_NUM_BANDS'
with the pre-processor based on kernel version. Thanks to yorkedork for
providing the patch.
References: https://github.com/Grawp/rtl8812au_rtl8821au/pull/19
2017-04-15 11:47:43 +03:00
astsam
cf7aa86c38 Driver v5.1.5 for RTL8812AU (Tenda U12) 2017-04-15 11:46:31 +03:00
Hans Ulli Kroll
d62c22e76e Add driver from found on aircrack-ng site
filename: rtl8812AU_8821AU_linux_v4.3.22_15054.20150901_beta.tar.gz

Signed-off-by: Hans Ulli Kroll <ulli.kroll@googlemail.com>
2016-03-27 19:56:02 +02:00