Commit Graph

98 Commits

Author SHA1 Message Date
Alexander Traud
366d8a57d3
Add USB Device Obihai OBiWiFi with 3823:6249
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-08 10:58:12 +01:00
Ole Petter Bang
ad1b9e30ce
Merge pull request #131 from bhb27/master
Readme updates
2018-07-22 20:11:24 +02:00
Ole Petter Bang
4638f85241
Merge pull request #135 from 004helix/master
Add TP-Link Archer T4UH, AC1300
2018-07-22 20:11:07 +02:00
Ole Petter Bang
fba745c1d2
Merge pull request #138 from zplizzi/master
Add support for T4UH(US) AC1200
2018-07-22 20:07:33 +02:00
Ole Petter Bang
f8325f39d1
Merge pull request #141 from msharov/master
Update for kernel 4.15
2018-07-22 20:07:13 +02:00
Ole Petter Bang
7b8d0ce24d
Merge pull request #142 from ovcretzu/ppc
Add the PPC platform
2018-07-22 20:06:55 +02:00
Ole Petter Bang
043da756fe
Merge pull request #148 from iamnut/patch-1
Add support for DWA-172 (D-link)
2018-07-22 20:06:30 +02:00
Titiwut Muktikanantakun
ea8389f588
Add support for DWA-172 (D-link)
Ref: https://www.dlink.co.th/product/wireless-ac600-dual-band-usb-adapter-with-signal-plus/
2018-07-09 13:55:35 +07:00
ovcretzu
3bd7269873
Add the PPC platform
Tested on a Mac Mini G4 running Ubuntu 16.04.4 LTS, kernel version 4.4.0-119-powerpc-smp
2018-04-07 18:01:40 +09:00
Mike Sharov
296fb88cf4 Update for kernel 4.15 2018-03-25 11:07:10 -04:00
Zack Polizzi
300f7cf4f4 fix comment 2018-02-26 23:44:06 -08:00
Zack Polizzi
02c9c79e21 added support for T4UH(US) 2018-02-26 23:42:32 -08:00
Raman Shyshniou
0a9413ad5f Add TP-Link Archer T4UH, AC1300 2018-01-23 20:20:39 +00:00
Felipe Leon
1c6f934b09 Update readme add "Automatically load at boot:"
only needed for some machines

Signed-off-by: Felipe Leon <fglfgl27@gmail.com>
2018-01-11 19:44:18 -02:00
Ole Petter Bang
3e450d16d9 Merge pull request #125 from jepjepus/patch-1
Update README.md
2017-10-18 22:29:21 +02:00
jepjepus
bb86501f0d Update README.md
just a typo
2017-10-13 00:29:00 +02:00
Ole Petter Bang
90f4117937 Merge pull request #114 from phouverneyuff/patch-1
Fix build in Kernel 4.11.9
2017-10-02 08:09:35 +02:00
Ole Petter Bang
aa06e78b14 Merge pull request #116 from xdraylin/master
Use $kernelver variable from dkms.
2017-10-02 08:09:24 +02:00
Ole Petter Bang
fb7432452e Merge pull request #117 from mweststrate/patch-1
Added support for Archer T4U AC1300
2017-10-02 08:09:13 +02:00
Ole Petter Bang
3e3b504f8f Merge pull request #120 from ClaymorePT/tenda12_support
usb device support: Tenda U12 dongle
2017-10-02 08:09:05 +02:00
Ole Petter Bang
190325a797 Merge pull request #122 from devang/master
indentation fixes and a misplaced semi-colon
2017-10-02 08:08:57 +02:00
devang
29774b72fb indentation fixes 2017-09-16 09:25:16 -07:00
Carlos Miguel Ferreira
7924ce9070
usb device support: Tenda U12 dongle
This commit adds support to the Tenda U12 ac USB dongle.

Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
2017-08-31 21:25:28 +01:00
Michel Weststrate
2414626eec Added support for Archer T4U AC1300
For reference, see: https://unix.stackexchange.com/a/345920, https://wikidevi.com/wiki/TP-LINK_Archer_T4U_v2
2017-08-20 13:40:54 +02:00
xdraylin
80ab08f191 Revert KVER := to ?= replacement for static values 2017-08-19 17:59:13 +02:00
xdraylin
97a0ebcd1d Use ?= instead of := for KVER
The value of the KVER-Variable will not be overwritten if already defined (e.g. through the make command). Allows passing trough $kernelver from the dkms.conf file.
2017-08-19 17:36:07 +02:00
xdraylin
37da69e672 Passtrough $kernelver as KVER to make 2017-08-19 17:27:02 +02:00
Paulo Henrique
f8e09835d8 Fix build in Kernel 4.11.9
This PR is based on 58fc45a451 to resolve #113
2017-07-09 12:18:55 -03:00
Ole Petter Bang
8de9cbf66a Merge pull request #110 from tonyfinn/master
Fix for kernel 4.11+ compile failure
2017-05-29 14:19:36 +02:00
Tony Finn
a0322cf22d Fix for kernel 4.11+
Signal related functions (flush_signal, allow_signal and
signal_pending) moved from include/linux/sched.h to
include/linux/sched/signal.h in 4.11.0:

http://elixir.free-electrons.com/linux/v4.10.17/source/include/linux/sched/signal.h

As a result, this module did not build in 4.11 on my Arch system.

This updates the includes to allow this module to build on 4.11.
2017-05-24 20:34:19 +01:00
Ole Petter Bang
92875e4991 Merge pull request #99 from gsora/master
added support for Netis WF2190
2017-03-03 20:24:14 +01:00
Ole Petter Bang
279e633007 Merge pull request #102 from nbartos/led
Add module parameter for status LED.
2017-03-03 20:24:03 +01:00
Ole Petter Bang
902aead650 Merge pull request #103 from nbartos/new-device
Add new device id for GMYLE AC450.
2017-03-03 20:23:46 +01:00
Nick Bartos
9e18eabc56 Add new device id for GMYLE AC450. 2017-02-24 10:52:38 +11:00
Nick Bartos
b2de16a28e Add module parameter for status LED.
Some people find flashing lights annoying.
2017-02-24 10:41:32 +11:00
Gianguido (gsora) Sorà
e6a390db34
added support for Netis WF2190 2017-01-16 20:24:21 +01:00
Ole Petter Bang
be75251f2b Merge pull request #95 from JohnMHarrisJr/master
Add Belkin F9L1109 V1
2016-11-08 21:58:16 +01:00
Ole Petter Bang
6be6c32a09 Merge pull request #83 from ikunya/master
add support I-O DATA WN-AC433UA.
2016-11-08 21:58:02 +01:00
Ole Petter Bang
90da482b6f Merge pull request #91 from myly10/patch-1
Fixed error building with CentOS 7 w/ kernel 3.10
2016-11-08 21:57:37 +01:00
John M. Harris
30a3713d94
Add Belkin F9L1109 V1 2016-10-15 17:48:33 -04:00
Yang Liu
a242ac2f43 Fixed error building with CentOS 7 w/ kernel 3.10 2016-07-25 00:36:19 +08:00
AWASHIRO Ikuya
fe3b2d62ee add support I-O DATA WN-AC433UA. 2016-04-17 18:35:21 +09:00
Ole Petter Bang
38b565af37 Merge pull request #75 from maoe/WI-U3-866D
Add Buffalo WI-U3-866D
2016-03-10 12:14:17 +01:00
Mitsutoshi Aoe
934de648ff Add Buffalo WI-U3-866D 2016-03-10 12:45:04 +09:00
Ole Petter Bang
21af4bfaef Merge pull request #74 from leoyanggit/fix_build_warnings
Fix some build warnings.
2016-02-29 07:28:39 +01:00
Leo Yang
556fb56fee Fix some build warnings. 2016-02-24 22:39:37 -05:00
Ole Petter Bang
efb61cd1c3 Merge pull request #73 from pasutisu/master
RTL8821A: Add ELECOM WDC-433DU2H Device ID
2016-02-15 19:22:44 +01:00
じっそうのひと
e0025930a4 もふもふ 2016-01-30 20:45:46 +09:00
じっそうのひと
efbb6b982b ELECOM WDC-433DU2H fix 2016-01-30 20:33:58 +09:00
Ole Petter Bang
4bd2bbc68b Merge pull request #66 from EmbeddedAndroid/master
core/rtw_br_ext: include definition of csum_ipv6_magic
2016-01-11 22:46:57 +01:00