Carlos Garcés
04b1653589
Merge pull request #170 from CGarces/fix_ielen
...
rtl8192eu: Fix "ielen" not initialized
2020-04-19 22:54:35 +02:00
默默
b1c290c001
Add TMall MagicAP support
...
Co-authored-by: Carlos Garcés <CGarces@users.noreply.github.com>
2020-04-19 22:51:50 +02:00
Carlos Garces
9092dc6bd7
rtl8192eu: Fix "ielen" not initialized
2020-04-19 22:16:46 +02:00
Carlos Garcés
f5cf0ff09a
Merge pull request #169 from CGarces/update_5.6
...
Update Travis CI configuration
2020-04-19 17:03:16 +02:00
Carlos Garces
4672bae36a
Update Travis CI configuration
...
Updated with all kernels from https://www.kernel.org/
Kernel mainline version fetch from kernel.org instead of hardcode it.
Fixed minor warnings on Travis configuration.
Simplified URL extraction
2020-04-19 16:14:54 +02:00
Carlos Garcés
83b5aff2a5
Merge pull request #159 from CGarces/fix_5.4
...
Fix for kernel 5.4
2020-01-23 00:25:10 +01:00
Carlos Garces
bfd86d3d9b
Add support for kernel v5.4
2020-01-22 21:27:18 +01:00
Carlos Garces
78cd61077c
Update travis to last mainline and LTS versions.
...
Update travis system to bionic.
Added gcc-9 to matrix, removed gcc-6
Comented gcc-7 on kernels >5.3 until wait for gcc-7.5 on Ubuntu 18.04
2020-01-22 21:12:26 +01:00
Carlos Garcés
b06d8b84bd
Merge pull request #144 from orgads/gitignore
...
Add gitignore
2019-11-30 10:50:25 +01:00
Carlos Garcés
9cf06524df
Merge pull request #153 from artynet/mesh-object-cleanup
...
core: removing prebuilt object files from mesh feature
2019-11-22 22:54:49 +01:00
Arturo Rinaldi
d2695e2512
core: removing prebuilt object files from mesh feature
2019-11-22 18:43:08 +01:00
Carlos Garcés
4092f36f9d
Merge pull request #152 from yagoplx/realtek-4.4.x
...
Rebased Makefile, add -O2 flag, document some options
CONFIG_RTW_GRO set to N
2019-11-21 12:56:25 +01:00
yagoplx
236581284e
Rebased Makefile, add -O2 flag, document some options
...
Can someone help me document these cryptic options on the Makefile?
2019-11-20 22:33:13 +00:00
Carlos Garcés
8ee79ecf88
Merge pull request #149 from CGarces/realtek-5.x.x
...
Updrade to version v5.6.4
2019-11-20 00:34:11 +01:00
Carlos Garces
1d807f14d8
Add version v5.6.4
2019-11-13 22:12:20 +01:00
Orgad Shaneh
2da7f5169c
Add gitignore
2019-10-05 23:53:32 +03:00
Carlos Garcés
e7361e951c
linux-5.3: adding vendor command policy ( #141 )
...
* Fix for kernel 5.3
* Update Travis CI to last mainline and LTS kernels
Fetch from 50da975628
2019-09-19 21:30:52 +02:00
vasreb
d899c57f8f
Add VID/PID to support Mercusys MW300UH adapter ( #137 )
...
* Add VID/PID to support Mercusys MW300UH adapter
2019-09-10 21:35:58 +02:00
Carlos Garcés
89a8c35a18
Merge pull request #136 from mbuzdalov/realtek-4.4.x
...
Enable power management.
Close #80
2019-09-10 21:11:55 +02:00
Carlos Garcés
6d6634c71e
Merge pull request #118 from xmatko/rpi_ioctl_cfg80211
...
Add cflags to use cfg80211 driver on rasperrypi
2019-09-05 12:20:42 +02:00
Maxim Buzdalov
30ba4de6ef
Enable power management (hopefully).
...
I mean, it does not crash, but I have no hardware to tell
whether the output power actually changes.
2019-08-22 02:02:40 +03:00
SatanicRaw
13b9c39980
Add VID/PID to support Mercusys MW300UM adapter. ( #133 )
...
* Add VID/PID to support MW300UM adapter.
2019-07-11 14:51:14 +02:00
Carlos Garcés
ae558aa677
Merge pull request #132 from mbuzdalov/realtek-4.4.x
...
Cleanup the compilation warnings
2019-07-08 09:23:18 +02:00
Maxim Buzdalov
5342dd8f29
Get rid of the unnecessary local ieee80211_band enum
2019-07-08 04:03:08 +03:00
Maxim Buzdalov
01b808713a
Fix indentation that produced warnings
2019-07-08 03:31:19 +03:00
Carlos Garcés
d6aa91a728
Merge pull request #127 from ertug/aarch64
...
aarch64/arm64 support (e.g. Orange Pi PC 2)
2019-06-09 21:01:12 +02:00
Ertug Karamatli
781b2c1bd0
add aarch64 info and a tested tp-link device to the README
2019-06-09 15:42:22 +03:00
Ertug Karamatli
9a21ac81fb
aarch64 support in Makefile
2019-06-09 15:29:27 +03:00
Carlos Garcés
de76ef8e49
Merge pull request #125 from MilhouseVH/fix-5.2-rc1
...
fix 5.2-rc1: remove 'fallback' argument
2019-05-30 11:31:19 +02:00
Carlos Garcés
d8df3ad0f5
Update CI to last mainline and LTS version
...
Upgraded build environment to Xenial
Removed 3.14 build.
2019-05-30 11:18:13 +02:00
MilhouseVH
16c378456e
fix 5.2-rc1: remove 'fallback' argument
...
a350eccee5
2019-05-23 00:26:19 +01:00
Carlos Garcés
0a7199b457
Merge pull request #119 from MilhouseVH/fix-5.1-rc1
...
kernel-5.1-rc1 fix
2019-03-19 09:18:49 +01:00
MilhouseVH
7bcaeb0bb1
get rid of legacy 'get_ds()' function
...
736706bee3
2019-03-18 16:17:39 +00:00
nmatkows
f33e9f075d
Add cflags to use cfg80211 driver on rasperrypi
2019-03-13 17:13:48 +01:00
Carlos Garcés
b63646fb61
Merge pull request #110 from MilhouseVH/fix-5.0-rc1
...
kernel 5.0: Remove 'type' argument from access_ok() function
2019-01-08 10:35:27 +01:00
Carlos Garcés
4db6ce3f34
Update .travis.yml
...
Update kernel version to 5.0-rc1
2019-01-08 09:51:13 +01:00
MilhouseVH
00229b3318
kernel 5.0: Remove 'type' argument from access_ok() function
...
See: 96d4f267e4
2019-01-08 07:13:46 +00:00
Carlos Garcés
6315416908
Merge pull request #107 from MilhouseVH/fix-4.20-rc1
...
Fix build with 4.20-rc1
2018-11-12 09:46:40 +01:00
MilhouseVH
9a1be9afdc
Fix build with 4.20-rc1
...
Ref: 976516404f
8498887660
2018-11-05 03:17:21 +00:00
Carlos Garcés
088a8bdafe
Merge pull request #103 from daedroza/realtek-4.4.x
...
README: Update instructions
2018-10-21 18:56:43 +02:00
Kalpaj Chaudhari
030baceca1
README: Update instructions
2018-10-21 21:04:56 +05:30
Carlos Garcés
76718a8c21
Merge pull request #99 from kelebek333/patch-1
...
Add TP-Link TL-WN8200ND V2 Support
2018-10-03 08:50:52 +02:00
Butterfly
4d3b5fab1e
Add TP-Link TL-WN8200ND V2 Support
...
Add TP-Link TL-WN8200ND V2 Support
Referans https://github.com/luckynzm/tlwn8200nddriver#explanation
2018-09-08 16:59:44 +03:00
Carlos Garcés
dcd752459c
Merge pull request #98 from MilhouseVH/fix-4.19-rc1
...
Fixes for 4.19-rc1
2018-08-29 23:30:29 +02:00
Carlos Garcés
858ac32a7d
Update to 4.19-rc1
2018-08-29 23:23:49 +02:00
MilhouseVH
627d1adcd6
rtw_select_queue signature change in 4.19-rc1
...
Ref: 4f49dec907
2018-08-28 03:54:02 +01:00
MilhouseVH
1722ad907f
IEEE80211_MAX_AMPDU_BUF is bumped in 4.19-rc1 - avoid redefine warning
...
Ref: b8042b3da9
2018-08-28 03:52:03 +01:00
Carlos Garcés
77bb7c370a
Merge pull request #82 from PanderMusubi/realtek-4.4.x
...
minor documentation improvement
2018-06-04 17:57:36 +02:00
PanderMusubi
5311c78322
minor documentation improvement
2018-06-04 17:04:22 +02:00
Carlos Garcés
4094004320
Merge pull request #70 from CGarces/kernel_4.15
...
Fix compilation with Kernel 4.15
2018-01-15 18:23:26 +01:00