Commit Graph

176 Commits

Author SHA1 Message Date
Ole Petter Bang
f8c8954d7c
Merge pull request #166 from AlShu/ubuntu_v19.04
linux kernel 5.x. Ubuntu 19.04
2019-12-12 22:33:52 +01:00
Ole Petter Bang
b62eda0e3a
Merge branch 'master' into ubuntu_v19.04 2019-12-12 22:33:42 +01:00
Ole Petter Bang
5b62e102c5
Merge pull request #168 from Wistral/master
add USB device Tenda U12 RTL8812 with 0x2604, 0x0012
2019-10-11 17:33:38 +02:00
Ole Petter Bang
77a588cac4
Merge pull request #172 from shadowsf/newbranch
Test files for WiFi driver fork
2019-10-11 17:33:22 +02:00
Ole Petter Bang
4f8a52461b
Merge pull request #174 from dankamongmen/master
Address two -Wimplicit-fallthrough issues for gcc
2019-10-11 17:32:23 +02:00
nick black
3adef736e7
Address two -Wimplicit-fallthrough issues for gcc
In rtw_mlme_ext.c, falling through makes perfect sense. I've
there replaced the ad hoc comment with the necessary gcc
attribute. In rtw_ap.c, the default case seems to agree with
the previous ones only by happenstance, so I've inserted an
actual break there. The warnings no longer fire.

Yes, there's a portable [[fallthrough]] -- for C++17. This
won't work on Clang, but neither will the kernel, nor this
Makefile.
2019-10-11 05:49:16 -04:00
shadowsf
c37d20f8cc Test files for WiFi driver fork 2019-10-08 09:44:35 +02:00
Wistral
032b11c048 add USB device Tenda U12 RTL8812 with 0x2604, 0x0012 2019-08-16 21:37:15 +08:00
Ole Petter Bang
744ebd966f
Merge pull request #162 from naoki-mizuno/wnpu583b
Add USB Device I-O DATA WNPU583B with 0bda:0823
2019-08-03 07:31:16 +02:00
Ole Petter Bang
f5f4112c6e
Merge pull request #159 from AstroDrabb/master
Updated to work with kernel 5.0.x changes
2019-08-03 07:30:36 +02:00
Ole Petter Bang
f7a884d5f0
Merge pull request #158 from dangerousHobo/master
Add support for TP-Link Archer T4UHP, AC1300.
2019-08-03 07:30:03 +02:00
Aleksandr Shugurov
187be66f2f linux kernel 5.x. Ubuntu 19.04 2019-08-02 09:54:48 -04:00
Jim
16044fb5e7
Added note about changes 2019-07-11 16:21:50 -04:00
Jim
89b8d132c3 os_intfs.c: linux-5.2: disable fallback from rtw_select_queue
osdep_service.c: Replaced get_ds() with KERNEL_DS
2019-07-11 16:13:57 -04:00
Naoki Mizuno
bd77568583 Add USB Device I-O DATA WNPU583B with 0bda:0823 2019-07-10 11:57:35 +09:00
dingl
ceba78be61 support for kernel 5.0.0-8 (ubunt 19.04 beta) 2019-04-02 22:23:03 +08:00
James Drabb Jr
2eb86a8349 Update Makefile
Removed warning about ISO C90 forbids variable length array ‘input’ [-Wvla].
2019-03-17 06:23:05 -04:00
James Drabb Jr
5b0345352e Merge remote-tracking branch 'upstream/master'
Syncing with upstream.
2019-03-17 06:06:13 -04:00
James Drabb Jr
64f269b90e Create .gitignore
Ignore built kernel modules and cmd files.
2019-03-17 05:58:01 -04:00
Alexander Traud
a48df038fe 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-03-17 05:39:38 -04:00
Christian Poessinger
0ee556a688 Makefile: always use weak assignment for KSRC
With a weak-assignment of KSRC the module will be enabled to support cross-
building it for different Kernel Versions on a build machine. The change
enabled me to cross-compile this module for the VyOS 4.18.8 Kernel by
simply invoking:

  $ KSRC=/home/cpo/vyos-build/packages/vyos-kernel make
2019-03-17 05:39:38 -04:00
James Drabb Jr
c5f3d21507 Fixed to work with kernel versions 5.0.x 2019-03-17 05:22:44 -04:00
Michael John
6cd9605377
Add support for TP-Link Archer T4UHP, AC1300. 2019-03-11 18:40:43 -04:00
Ole Petter Bang
2807a0a2b7
Merge pull request #156 from traud/patch-1
Add USB Device Obihai OBiWiFi with 3823:6249
2019-02-06 08:16:37 +01:00
Ole Petter Bang
968bab1f3a
Merge pull request #152 from c-po/master
Makefile: always use weak assignment for KSRC
2019-02-06 08:16:28 +01:00
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
James Drabb Jr
f7c1f84da6 [Fixed simple compiler waring] 2018-12-12 06:11:25 -05:00
Jim
9fc768c393
Updated to compile on kernel 4.19.0+
Updated:
u16 (*)(struct net_device *, struct sk_buff *, void *)
to
u16 (*)(struct net_device *, struct sk_buff *, struct net_device *)
2018-12-12 05:45:53 -05:00
Christian Poessinger
81123002a5 Makefile: always use weak assignment for KSRC
With a weak-assignment of KSRC the module will be enabled to support cross-
building it for different Kernel Versions on a build machine. The change
enabled me to cross-compile this module for the VyOS 4.18.8 Kernel by
simply invoking:

  $ KSRC=/home/cpo/vyos-build/packages/vyos-kernel make
2018-09-24 06:48:38 +02: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