1
0
mirror of https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git synced 2025-04-30 07:39:38 +02:00

43 Commits

Author SHA1 Message Date
Taehan Stott
ec491cf258 Added detection for TP-Link Archer T4U (#150)
* Added detection for TP-Link Archer T4U

* Added Ubuntu instructions for personal use.
2016-10-02 17:56:21 -07:00
Chen Minqiang
070e46b9cb the code is dirty, I am trying to do cleanup it. (#153)
* fix the frame size is larger than 1024 bytes

* fix unused-variable warnning

* fix unused-value warnning

* fix unused-label warnning

* fix unused-function warnning

* fix uninitialized: maybe bug

* disable CONFIG_DEBUG
2016-10-01 08:35:44 -07:00
Peter H. Li
3771dc2fea Fix -Wmisleading-indentation. (#149)
Most of these are just tab/space normalizations, but two appear to be
real bugs.
2016-09-13 15:47:44 -07:00
Fjodor42
e4566b49ae Second attampt at ensuring compilation for 4.8-rc (#148) 2016-09-13 03:29:25 -07:00
Harshavardhana
6bd11fc5bb Revert "Ensure compilation under 4.8-rc1 - fixes #142" (#147) 2016-09-10 19:36:46 -07:00
Fjodor42
09a1e212b6 Ensure compilation under 4.8-rc1 - fixes #142 (#143) 2016-09-09 09:36:54 -07:00
Nick Bartos
ea61cdf0fa Add module parameter for status LED. (#136) 2016-06-26 19:50:17 -07:00
Fjodor42
a87576f63f Fix compilation under Linux 4.7.0-rc (#135) 2016-06-24 20:21:28 -07:00
Harshavardhana
1f21bd013e Add support BUFFALO WI-U3-866D
Fixes #100
2015-12-19 19:55:34 -08:00
jjones-jr
ad1ec58b84 fixed alignment errors from last commit 2015-09-30 20:19:25 +09:00
jjones-jr
e1bc2b4c6d added Elecom WDC-433DU2HBK 2015-09-30 02:00:57 +09:00
Jos Dehaes
0aa1823aa7 adapt to api in linux 4.2 2015-09-25 23:11:57 +02:00
Chen Minqiang
fae1e8ccae fix compiling warning on kernel 4.1.0 2015-08-14 22:30:02 +08:00
Joe Acosta
5b2a0f8609 port some changes from another repo to this one to fix lags 2015-08-11 20:45:59 -07:00
Joe Acosta
727dcb11f3 remove warnings on 3.13 2015-07-24 11:51:48 -07:00
Joe
9c4e000fba remove warnings and add initialization for struct 2015-07-16 18:42:23 -07:00
Joe
a462d83e53 add OUTLINK vendor id 2015-07-13 14:38:36 -07:00
AndyPi
8c6e9c7e29 naive changes to osdep/linux/ioctl_cfg80211.c:4561 mgmt_tx parameter changes in 3.14 cribbed from file:/rtl8811AU_linux_v4.3.7_11618.20141029 2015-06-14 15:20:21 +01:00
AndyPi
aa7a4b27b1 const u8 *mac 2015-06-12 12:49:21 +01:00
AndyPi
f951824a75 Various 2015-06-12 11:52:20 +01:00
HackDefendr
927b08e0a3 Update for >= 4.0.0
Added IF statement on line 227 to allow module to build on both +4.0 and also backward compatible to 3.x kernels.

Tested on Kali Linux with customer kernel v4.0.4.
2015-05-21 15:44:51 -05:00
Harshavardhana
ab1ec54940 Remove STATION_INFO_ASSOC_REQ_IES usage 2015-05-19 11:50:43 -07:00
Harshavardhana
c33c3d4c1e Typo BL->NL for 4.0.0 kernel 2015-05-07 11:31:24 -07:00
Harshavardhana
d5fd80bd70 Support Linux 4.0.0, change enum NL82011 flags to match upstream changes - fixes #41
Also remove garbage characters from all files.
2015-05-06 19:58:26 -07:00
Harshavardhana
c87881c85b Add support for TP-Link Archer T4UH AC1200 thanks to @JudgeZarbi - fixes #35 2015-05-04 11:56:23 -07:00
Harshavardhana
a4c6e0c2a8 Merge pull request #27 from andreas-hofmann/master
Fix stacktrace when unplugging wifi dongle
2015-05-04 11:53:12 -07:00
Harshavardhana
c23d0ad032 Merge pull request #36 from mpoly/patch-1
Update usb_intf.c
2015-05-04 11:51:14 -07:00
bits3rpent
4043e04299 Forgot to delete a line 2015-04-22 14:58:56 -04:00
bits3rpent
5f0cbf9e9d Added some support for devices. 2015-04-22 14:04:43 -04:00
mpoly
265d1d28b5 Update usb_intf.c
Added support of D-Link DWA-172
2015-04-18 23:01:39 +02:00
Andreas Hofmann
d6d0ba7221 os_dep/linux/ioctl_cfg80211.c: Set iftype to station when allocating wdev
Signed-off-by: Andreas Hofmann <andreas.hofmann@corscience.de>
2014-12-04 10:44:05 +01:00
Andreas Hofmann
3b10010709 os_dep/linux/os_intfs.c: Do not set iftype to monitor when closing dev
Signed-off-by: Andreas Hofmann <andreas.hofmann@corscience.de>
2014-12-04 10:40:54 +01:00
archshift
8b8a75c9c3 Added support for TP-Link Archer T4U AC1200 2014-07-10 19:29:23 -07:00
Daiki Tamada
20d8cc56ac Added new usb interface (Buffalo WI-U2-433DM) 2014-06-09 13:24:20 +09:00
scrivy
2fd20ceb44 Added Vendor and Product ID for Edimax EW-7811UTC 2014-05-14 14:30:31 -07:00
Harshavardhana
6dff839cb3 Fix compilation issue for undeclared function during debug mode
`proc_set_btcoex_dbg` is only defined if CONFIG_BT_COEXIST, so move
accordingly.
2014-03-28 22:37:12 -07:00
Victor Azizi
df3355186d Removed ^M from ioctl_cfg80211.c so now it compiles!
(Something ****** windows line endings ****)
2014-02-24 22:04:41 +01:00
Marco Milanesi
575c99ff5c Add Netgear A6100 Customer ID 2014-02-20 21:46:06 +01:00
John Lenz
b22cbdf3b9 Update cfg80211 support to work with kernel up to 3.13. Also enable cfg80211 for AP mode 2014-02-18 15:09:14 -06:00
Anand Babu (AB) Periasamy
f1008f6d87 disable debugging by default 2013-09-04 19:58:27 -07:00
Anand Babu (AB) Periasamy
4c37a90842 linux-3.10.x port 2013-09-04 14:44:30 -07:00
Anand Babu (AB) Periasamy
e9ea00f426 added IDs for Belkin F9L1109, TRENDnet Cameo & Linksys SerComm 2013-09-04 13:52:10 -07:00
Anand Babu (AB) Periasamy
6b9092c4ad initial import of rtl8812AU_8821AU_linux_v4.2.2_7502.20130517 2013-09-04 13:48:15 -07:00