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

38 Commits

Author SHA1 Message Date
Carlos Garces
0db73d6ac2 Fix compilation issue with kernel < 4.9 2019-10-23 20:02:22 +02:00
Tuomo Untinen
1c8945ba92 Adds definite sizes for MTUs.
This will add minimum mtu size, default and maximum mtu sizes.
For monitor interface and netdevice default MTU will be set to
WLAN_DATA_MAXLEN.
For ethernet devices default MTU size will be WLAN_MAX_ETHFRM_LEN.
2019-09-19 08:50:13 +03: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
kimocoder
f523905d7a Remove struct net_device wrapper 2019-03-14 11:46:10 +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
625de80d01 Nuke rtw_proc aka debug via /proc 2018-12-27 07:24:21 +01:00
kimocoder
748553d51f Fix problem where interfaces are down at start 2018-12-06 17:39:58 +01:00
kimocoder
fb36a0c650 Update kernel v4.19 support 2018-12-02 20:34:37 +01:00
kimocoder
98bc7ad7f9 Add support for kernel v4.19-rc1 2018-08-29 18:32:53 +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
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
af62fe4337 Fix interface rename error 2018-07-29 18:04:28 +02:00
kimocoder
d6fe5161fd enable USB3 mode switch, this also enables VHT SS3 2018-07-24 17:26:16 +02:00
kimocoder
5cc650c60f Add CONFIG_USB2_EXTERNAL_POWER supported 2018-07-03 10:24:00 +02:00
kimocoder
30c44240b9 use BIT(n) macros instead of pre-calculated masks in bunch of places 2018-07-03 10:09:53 +02:00
kimocoder
320e962c23 Fix override module parameter for tx-power-index 2018-07-03 10:06:23 +02:00
Christian B
dbd216d9a0
Enable rx_stbc bit for 5G in HT mode 2018-07-03 09:36:19 +02:00
kimocoder
737913c661 Fix channel switch in monitor mode if both CONFIG_WIRELESS_EXT and CONFIG_CFG80211_WEXT are enabled 2018-07-02 21:59:24 +02:00
kimocoder
25f2c0ffd8 Fix the CONFIG_NET_NS, support for network namespaces 2018-07-02 21:07:29 +02:00
kimocoder
f95865e72a Enable TX queue in monitor mode 2018-07-02 19:49:00 +02:00
kimocoder
29fab55737 Uploaded the 8812au v5.2.20.2 driver 2018-07-02 18:49:32 +02:00
kimocoder
5387d10b8a Enabled more Makefile debug 2018-06-26 10:57:18 +02:00
kimocoder
9080d7d023 Enable TX queue in the monitor mode 2018-06-26 10:41:50 +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
Christian B
e4f96b0115
Update os_intfs.c 2017-12-17 11:58:34 +01:00
Christian B
998339a855
Fix API change in kernel v4.15
In this kernel, the timer setup and handlers changed quite a bit.
2017-12-06 19:53:59 +01:00
Christian B
0e67494be9
Removed Intel WIDI Support
* Intel WIDI project is dead, removed support/code.
2017-11-15 09:38:45 +01:00
evilphish
9515a63dec switch default modeswitch plugin behaviour to USB3 2017-10-21 02:42:53 +02:00
Christian kimocoder
699922ec91 Update os_intfs.c
* Add rtw_led_ctrl module
2017-09-26 19:10:56 +02:00
Lars Gjesse
0194d03956 Add support for network namespaces 2017-04-15 17:27:52 +03:00
Sergei Makarenkov
a88ff7e621 Fix channel switch in the monitor mode if both CONFIG_WIRELESS_EXT and CONFIG_CFG80211_WEXT are enabled 2017-04-15 11:55:13 +03:00
Sergei Makarenkov
a4265bec23 Enable TX queue in the monitor mode 2017-04-15 11:54:58 +03:00
astsam
4e69a2756d Fix interface rename error 2017-04-15 11:50:13 +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