Adrian Puente Z
3059b62c98
Fixing Build error from unused variable warnings ( #240 )
...
This commit fixes the issue #235 . A variable and a function were deleted.
Tested on:
Distributor ID: Debian
Description: Debian GNU/Linux 8.10 (jessie)
Release: 8.10
Codename: Jessie
Kernel: 3.19.0 x86_64 (custom)
2018-01-31 21:32:39 -08:00
Piotr
c88620cffd
add missing net/ip6_checksum.h include ( #239 )
...
this fixes build on arm64
2018-01-22 14:16:44 -08:00
Chen Minqiang
0292aa694d
Merge pull request #227 from h221baker/h221baker/T4UHP-other-usb-pid
...
Add the other TP-Link T4UHP USB PID to the list
2017-07-31 13:08:42 +08: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
Chen Minqiang
ed2b8009bd
disable CONFIG_CONCURRENT_MODE by default
2017-07-28 11:02:32 +08:00
Chen Minqiang
264b64cc43
fix kernel version compat with <4.12.0
2017-07-22 10:16:29 +08:00
Chen Minqiang
2c6399ff11
Fix build regression && fix build compat bugs ( #217 )
...
1. Fix build regression os_dep/linux/ioctl_cfg80211.c:3654:12: error: ‘struct net_device’ has no member named ‘destructor’; did you mean ‘priv_destructor’?
mon_ndev->destructor = rtw_ndev_destructor;
2. Fix build compat with kernel >= 4.12.0
3. Fix various errors in ioctl_cfg80211.c
2017-07-09 14:19:52 -07:00
Chen Minqiang
cc07a9cfd5
Merge pull request #213 from ma8ma/add-wi-u2-433dhp
...
Add BUFFALO WI-U2-433DHP
2017-06-17 01:58:28 +08: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
hschletz
833abffbcf
Fix compilation failure when -Werror=switch-unreachable #207 ( #208 )
2017-05-31 20:34:51 -07:00
Chen Minqiang
7efd8fb607
Merge pull request #193 from TheBiggerGuy/master
...
Make it easier to enable debug logging
2017-05-13 14:41:40 +08:00
Chen Minqiang
32555d025c
fix bad merge in ( #205 ) :compile error
2017-05-13 14:25:50 +08:00
Chen Minqiang
6ffebc434b
Merge pull request #204 from c-andy-martin/fix-unhandled-page-fault-4.3.14
...
rtw_mlme_ext: fix unhandled page fault
2017-05-13 14:19:01 +08:00
Rujak Ironhammer
eb26d334d7
Fix import on linux kernel >= 4.11.0 ( #205 )
...
The sched library now has a new location on linux kernel >= 4.11.0. This commit allows builds to occur on both pre and post 4.11.0 linux kernels.
2017-05-12 10:20:01 -07:00
C.\ Andy\ Martin
9c708bfa2d
rtw_mlme_ext: fix unhandled page fault
...
A subtraction of two unsigned numbers was compared to zero for a loop
terminating condition. If the numbers are not equal, the loop will continue
until the pointers go beyond the mapped memory region and cause an unhandled
page fault.
2017-05-05 21:03:21 -04:00
Chen Minqiang
b018b446fb
Merge pull request #191 from stigtsp/master
...
Added support for TP-Link T4UHP
2017-02-11 21:04:43 +08:00
Chen Minqiang
166f6d867e
use UPPER case
2017-02-11 21:04:01 +08:00
Guy Taylor
276dcb9626
Make it easier to enable debug logging
...
Add CONFIG_DEBUG, CONFIG_DEBUG_CFG80211 and CONFIG_DEBUG_RTL871X options
to the Makefile.
2017-01-27 11:36:18 +13: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
Chen Minqiang
d0af052241
Merge pull request #184 from testos77/master
...
Add support for wifi dongle Comfast CF-915AC
2017-01-11 02:18:41 +08:00
BS
66e74a0926
correction to capital letter in USB-ID
2017-01-04 11:31:53 +01:00
BS
0ef822d854
Merge pull request #1 from testos77/testos77-patch-1
...
Adding support wifi USB dongle from comfast
2017-01-03 16:24:00 +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
cf09446c0c
commenting out CFLAGS_EXTRA=-Wextra
2016-11-18 01:01:55 +08:00
Chen Minqiang
a12fc996d3
Merge pull request #179 from nbartos/led
...
Re-add module parameter for status LED.
2016-11-18 01:00:58 +08:00
Nick Bartos
7e67577c79
Re-add module parameter for status LED.
...
This feature was lost when "merge new version v4.3.14" was applied.
Original PR: #136
Original commit: ea61cdf0fa85d5341a6bc1d3ae531c0190726827
2016-11-13 13:48:20 -08: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
e74bb0c650
Merge pull request #168 from ptpt52/master
...
Use ?= instead of := so that a different kernel version specified
2016-10-17 02:23:38 +08:00
Chen Minqiang
1762158230
Use ?= instead of := so that a different kernel version specified
2016-10-17 02:22:57 +08:00
Chen Minqiang
04d34426dc
fix error when building with dkms
2016-10-17 01:43:37 +08:00
Chen Minqiang
9642e396b9
Merge pull request #165 from ptpt52/master
...
fix kernel build
2016-10-12 23:49:00 +08:00
Chen Minqiang
f5f3cfa492
fix kernel build
2016-10-12 23:48:00 +08:00
Chen Minqiang
9a35d0ee90
Merge pull request #164 from ptpt52/master
...
simple standard make clean
2016-10-12 23:44:06 +08:00
Chen Minqiang
b92adfd524
simple standard make clean
2016-10-12 23:42:40 +08:00
Chen Minqiang
90a2ee0e58
may fix some compiling warnings
2016-10-12 23:19:32 +08:00
Chen Minqiang
b4731aaa79
Merge pull request #161 from ptpt52/master
...
remove unused code
2016-10-11 20:27:08 +08:00
Chen Minqiang
fd754136f1
remove unused code
2016-10-11 20:25:55 +08:00
Chen Minqiang
79f7ab3c7d
update driver module name to rtl8812au
2016-10-10 03:24:29 +08:00
Chen Minqiang
31fcd8e769
a common ..gitignore for kernel module source
2016-10-10 03:06:33 +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
Maximilian Schwerin
c962f7a88d
Fix error: ‘rate_section’ may be used uninitialized in this function [-Werror=maybe-uninitialized] ( #157 )
2016-10-07 08:07:36 -07:00
gremsto
f97310f5da
Added auto install bash script (ubuntu/debian) ( #155 )
...
I wrote this bash script to automate the process of compiling and install this driver on Ubuntu Xenial, but the script is usable as is (or with minor tweaks) on pretty much any Debian based distro. I thought it might be a useful tool, especially for novice linux users, either as a no-brain install method, or as a guide to demonstrate the steps for installing the driver. I added some comments to explain what each group of commands does.
I realize this might be just be clutter for the project, but I thought I would push it and let you decide if it would be useful or not. Thanks for all the hard work on this driver, it is much appreciated!
2016-10-05 19:59:31 -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