1
0
mirror of https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git synced 2025-10-19 17:11:09 +02:00
Commit Graph

38 Commits

Author SHA1 Message Date
alberto1a
99fbe64d62 Update usb_intf.c (#297)
Modify  from         {USB_DEVICE(0x2001, 0x3318),.driver_info = RTL8821}, /* D-Link - Cameo */
To                        {USB_DEVICE(0x2001, 0x3318),.driver_info = RTL8821}, /* D-Link - dwa172 */
2019-06-18 13:10:41 -07:00
thejavascriptman
9f09c7627b add device id (#289) 2019-03-27 12:27:47 -07:00
Ben Greear
ba6fa69560 Openwrt and new compiler related fixes (#285)
* rtw-ap: Fix compiler warning.

Signed-off-by: Ben Greear <greearb@candelatech.com>

* makefile:  Add entry for compiling against openwrt tree.

Users would need to edit it to match their path, but
this should get them started.

Signed-off-by: Ben Greear <greearb@candelatech.com>

* makefile:  Allow defining KSRC outside of build.

So, you can do this:

KSRC=/tmp/my/kernel make

And not have to edit the makefile to have this function as desired.

Signed-off-by: Ben Greear <greearb@candelatech.com>

* Fix stack-too-large warning on x86-64 compile

Signed-off-by: Ben Greear <greearb@candelatech.com>

* compile:  Allow cross-compiling on cmd-line w/out editing Makefile

For instance:

KSRC=/home/greearb/git/openwrt-neo2-dev/build_dir/target-aarch64_cortex-a53_musl/linux-sunxi_cortexa53/linux-4.14.78 \
 EXT_EXTRA_CFLAGS=-DCONFIG_LITTLE_ENDIAN ARCH=arm64 CROSS_COMPILE=aarch64-openwrt-linux- MODDESTDIR=/tmp make V=1

Signed-off-by: Ben Greear <greearb@candelatech.com>

* build:  Attempt to auto-detect endian-ness.

Will make building in openwrt much easier.

Signed-off-by: Ben Greear <greearb@candelatech.com>

* Fix build against openwrt backports tree.

Like breaks builds elsewhere, can fix it up later.

Signed-off-by: Ben Greear <greearb@candelatech.com>

* Register wiphy after we probe MAC addr.

This way the phy object has a valid MAC-addr, which can be helpful
for identification.

Signed-off-by: Ben Greear <greearb@candelatech.com>

* Make sure MAC is set in wiphy_preinit

This is needed to make sure the phy registers with a proper MAC
address instead of all 00

Signed-off-by: Ben Greear <greearb@candelatech.com>

* Fix build on 4.19 kernel.

Signed-off-by: Ben Greear <greearb@candelatech.com>

* Fix compile against 4.20 kernel.

Remove some variable-length arrays (which could be security bugs,
ways to overflow the stack it seems), and remove use of
get_monotonic_boottime.

Signed-off-by: Ben Greear <greearb@candelatech.com>

* Support arm64
2019-03-08 09:22:32 -08:00
Alexander Traud
1f235cdea6 Add USB Device Obihai OBiWiFi with 3823:6249 (#276)
USB driver gets attached and Wi-Fi adapter is usable. However, I did not test this driver but used version 5.3.4 for RTL8811AU, see <github.com/astsam/rtl8812au/issues/51#issuecomment-415834718< and <github.com/aircrack-ng/rtl8812au/pull/255>.
2019-01-09 05:15:46 +05:30
Remax
4d1726146f Add USB Device T4U AC1300 with 2357:0115 (#274) 2018-12-26 18:14:00 -08:00
sleicasper
b664e12191 add Tenda U12 support (#255) 2018-08-26 17:19:43 -07:00
James Zhao
e9056247fd Add the other TP-Link T4UHP USB PID to the list
Some TP-Link Archer T4UHP are shipped with USB PID value
of 0x0122 instead of the normal 0x010F.
2017-07-29 18:32:01 -07:00
Masayuki Yamamoto
0656dd296e Add BUFFALO WI-U2-433DHP 2017-06-16 04:23:16 +09:00
choryuidentify
6f526d3393 Rename Comcast to Comfast and Add Comfast CF-916AC (#212) 2017-06-12 17:46:33 -07:00
Daniel Keogh
b1209dda5c Add Archer T4UH (#209) 2017-06-01 08:16:09 -07:00
Chen Minqiang
166f6d867e use UPPER case 2017-02-11 21:04:01 +08:00
Stig Palmquist
470102e35a Added support for TP-Link T4UHP 2017-01-25 20:53:15 +08:00
sarlacii
fcc356bdad Update usb_intf.c (#189)
Greetings, I'd like to contribute changes to enable support for the new TP-Link T4U USB 3 WiFi router stick. I bought one from a local supplier in South Africa (TP LINK T4U AC1300 WLSS D-BND USB ADAPT).

To get it to work I had to modify the usb_intf.c file, around line 300 to add {USB_DEVICE(0x2357,0x010d),driver_info=RTL8812} under the similar line for product ID 0101.
2017-01-22 13:04:05 -08:00
Chen Minqiang
c1b3660abf remove blank tab 2017-01-11 02:26:20 +08:00
BS
66e74a0926 correction to capital letter in USB-ID 2017-01-04 11:31:53 +01:00
BS
d6758c3b59 Adding support wifi USB dongle from comfast
Comfast CF-915AC
http://en.comfast.com.cn/product/item-226.html
Bus 001 Device 010: ID 0bda:a811 Realtek Semiconductor Corp.
2017-01-03 16:14:32 +01:00
Chen Minqiang
8db81745a2 re-fix for TP-LINK T4UH 2016-11-04 22:51:25 +08:00
Chen Minqiang
de9c2b93c6 Removed device ID which was already defined as Default ID 2016-10-17 04:33:15 +08:00
Chen Minqiang
67fed93d8f try fix support for TP-Link - Archer T4U 2016-10-17 03:55:15 +08:00
Chen Minqiang
4cb3c93e50 try fix support for TP-Link - T4UH 2016-10-17 03:07:28 +08:00
Chen Minqiang
00aedbde5c merge new version v4.3.14 from https://github.com/ptpt52/rtl8812au (#160) 2016-10-09 11:54:43 -07:00
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
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
Joe
a462d83e53 add OUTLINK vendor id 2015-07-13 14:38:36 -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
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
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
Marco Milanesi
575c99ff5c Add Netgear A6100 Customer ID 2014-02-20 21:46:06 +01: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