Commit Graph

139 Commits

Author SHA1 Message Date
fsantini
debb41d220
Compilation fix for kernel 5.8
Avoid the redefinition of sha256_state struct
2020-08-18 08:07:37 +02:00
Ole Petter Bang
0f925423c0
Merge pull request #189 from Rpessoa/patch-1
Correction of package version
2020-06-08 14:15:54 +02:00
Ole Petter Bang
22a374e74d
Merge pull request #183 from adrianomitre/update_readme_fix_version
fix: update mod version on README.md so it matches `modinfo 8812au`
2020-06-08 14:15:42 +02:00
Ole Petter Bang
aefde4724e
Merge pull request #186 from rogela/WI-U2-433DHP
Add USB Device WI-U2-433DHP with 0x0411, 0x029B
2020-06-08 14:14:40 +02:00
Ole Petter Bang
17d9467cad
Merge pull request #187 from soltia48/WN-AC433UMK
Add support for WN-AC433UMK
2020-06-08 14:14:25 +02:00
Rodrigo
afa6fa08f5
Minor pkg version typo
As per the Readme file I believe the package version should be 4.2.2 instead of 4.2.3
2020-04-18 21:49:28 -04:00
soltia48
e06a17d868 Add support for WN-AC433UMK 2020-04-07 00:51:11 +09:00
rogela
ab1045b82d Add USB Device WI-U2-433DHP with 0x0411, 0x029B 2020-04-02 14:05:25 +09:00
Adriano Mitre
022f55c131 fix: update version on README.md 2020-02-11 11:25:37 -03:00
Ole Petter Bang
40eafac156
Merge pull request #181 from MJaoune/master
Fix compilation on kernel v5.4.0+
2020-01-07 23:18:59 +01:00
MJaoune
f136e53987 Fix compilation on kernel 5.4.0+ 2020-01-08 00:01:33 +02:00
Ole Petter Bang
9cf944397b
Merge pull request #160 from jickding/master
support for kernel 5.0.0-8 (ubunt 19.04 beta)
2019-12-12 22:35:55 +01:00
Ole Petter Bang
0abd99ce08
Merge branch 'master' into master 2019-12-12 22:35:44 +01:00
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