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
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
赵迤晨 (Zhao, Yichen)
c33ddb05a7
Fix dkms build when the target kernel is not currently running. ( #139 )
...
Previously when dkms is triggered by e.g. apt-get to build a 8812au for
a non-running kernel, Makefile incorrectly uses the currently running
kernel version via `uname -r`. This causes the "8812au: disagrees about
version of symbol module_layout" error.
This is fixed by providing the correct kernel version provided by dkms
in the kernelver env var.
2016-07-12 02:16:46 -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
f886c92b3a
Revert "Makefile: fix in-tree builds"
...
This reverts commit 5f1739bdffd9dab3361e8c9813df8f68b4437a3b.
2016-04-01 09:08:13 -07:00
Harshavardhana
b445018d1e
Merge pull request #120 from mdrjr/master
...
Fixes in-tree build
2016-03-27 20:07:13 -07:00
Mauro Ribeiro
c16b48472d
ipv6: include ipv6 checksum header
...
The modules calls csum_ipv6_magic that's defined on ip6_checksum.h
This is part of the in-tree fixes
2016-03-28 00:06:05 -03:00
Mauro Ribeiro
5f1739bdff
Makefile: fix in-tree builds
...
This needs to be correct in order to match what Kconfig says
2016-03-28 00:04:04 -03:00
Harshavardhana
5ad7cd57bd
Merge pull request #111 from harshavardhana/blackhole
...
Add support BUFFALO WI-U3-866D
2015-12-19 19:56:13 -08:00
Harshavardhana
1f21bd013e
Add support BUFFALO WI-U3-866D
...
Fixes #100
2015-12-19 19:55:34 -08:00
Harshavardhana
34529ba2ec
Merge pull request #95 from jjones-jr/master
...
added Elecom WDC-433DU2HBK
2015-12-19 19:45:17 -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
Harshavardhana
bdd459cfb2
Merge pull request #94 from harshavardhana/master
...
Update README.md and CONTRIBUTORS.md
2015-09-28 11:24:45 -07:00
Harshavardhana
8248d95eae
Update README.md
2015-09-28 11:23:13 -07:00
Harshavardhana
033e99ef09
Update contributors
2015-09-28 11:16:34 -07:00
Harshavardhana
1b3ba8aea1
Merge pull request #92 from joske/master
...
adapt to api in linux 4.2
2015-09-25 14:19:47 -07:00
Jos Dehaes
0aa1823aa7
adapt to api in linux 4.2
2015-09-25 23:11:57 +02:00
Harshavardhana
e87f29007c
Merge pull request #88 from ptpt52/master
...
fix compiling warning on kernel 4.1.0
2015-09-08 16:20:15 -07:00