Commit Graph

66 Commits

Author SHA1 Message Date
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
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
Carlos Garces
80a0cb2c1a Update for kernel 4.15
This commit adds support for kernel 4.15, which changed the timer interface.

Fetch from 8c3acf9275
2018-01-04 00:49:20 +01:00
Carlos Garcés
c50f3f80b9
Merge pull request #71 from eroniki/realtek-4.4.x
Fix typo in README.md file
2017-12-13 23:02:06 +01:00
Murat Ambarkutuk
0b286bf633 Fix typo in README.md file 2017-12-13 14:46:36 -05:00
Christian Pommranz
49a0fb5020 Add support for kernel 4.14 (#61)
* Add support for kernel 4.14

'vfs_read' is no longer exported (see kernel commit
https://github.com/torvalds/linux/commit/bd8df82be6).

Update .travis.yml with newer kernels
2017-11-13 14:39:14 +01:00
Carlos Garcés
2eb28be744
Merge pull request #62 from aurelienshz/patch-1
Fix markdown formatting in README.md
2017-10-29 20:05:47 +01:00
Aurélien Schiltz
918255ee7e
Fix markdown formatting in README.md
No changes except adding a new line break to prevent the end of the file from being formatted as code.
2017-10-29 11:41:11 -07:00
CGarces
0b8394b8f0 Integrate with Travis CI 2017-09-13 18:28:08 +02:00
Carlos Garcés
192bad40db Merge pull request #54 from CGarces/improve_doc
Update README.md
2017-09-04 13:32:43 +02:00
nomadmzl
1021e91279 Update README.md
Corrected installation instruction.
Completing uninstalling command adding ```--all```.
Added required changes to compile for RPI devices.
2017-09-04 11:30:17 +00:00
Carlos Garcés
fc6b5874fd Merge pull request #52 from z25/realtek-4.4.x
Fixed type in package name
2017-09-03 20:52:23 +02:00
Pander
2144bbe8d4 Fixed type in package name 2017-09-01 18:10:27 +02:00
Carlos Garcés
7c622df339 Merge pull request #50 from z25/realtek-4.4.x
Improved docs with sudo and support RPi
2017-08-31 20:25:21 +02:00
Pander
963e53a1e0 Improved docs with sudo and support RPi 2017-08-31 17:23:35 +02:00
Carlos Garcés
e049740008 Merge pull request #47 from CGarces/fix_4.12
Fix build with Linux Kernel 4.12
2017-08-23 23:41:43 +02:00
masterzorag
0441f611eb turn off error on -incompatible-pointer-type 2017-08-17 15:26:09 +02:00
masterzorag
555b310466 Fix for cfg80211_roamed() API change
As seen here:
- https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git/diff/include/net/cfg80211.h?h=v4.12.6&id=29ce6ecbb83c9185d76e3a7c340c9702d2a54961
- https://patchwork.kernel.org/patch/9714419/
2017-08-17 15:25:56 +02:00
Carlos Garcés
9e76fa7474 Merge pull request #42 from CGarces/fix_dlink_id
Add D-Link DWA-131
2017-07-17 23:13:52 +02:00
CGarces
d1b2b64e6e Add D-Link DWA-131 2017-07-10 21:13:49 +02:00
masterzorag
7203537add 4.11.9: Fix build regression due to netdev destructor fix
As seen in [upstream commit](https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git/commit/?h=v4.11.9&id=ed66e50d9587fc0bb032e276a2563c0068a5b63a)

Signed-off-by: masterzorag <masterzorag@gmail.com>
2017-07-06 23:13:18 +02:00
Magnus Bergmark
2f44b072f1
Port changes to master to this branch
Ports 0af336b999 to this branch.
2017-07-06 07:56:12 +02:00
Magnus Bergmark
25cd0cb647
Add notice about version history 2017-07-06 07:45:27 +02:00
Carlos Garcés
d084dea000 Fix compilation for ARM64 arch
The kernel module failed to build
on arm64 platform. Other platforms like x86 can build without problem
because the csum_ipv6_magic function are defined in arch specific
asm/checksum.h, which is missing on arm64 platform.
2017-05-27 15:03:29 +02:00
masterzorag
79262cd4ec build monitor mode by default 2017-05-27 15:03:28 +02:00
masterzorag
8162bfd881 silence two RT_TRACE
they are flooding logs, keep them commented for now
2017-05-27 15:03:28 +02:00
masterzorag
3e0bf8d181 fix for is_compat_task()
as seen and suggested by CGarces here https://github.com/CGarces/RTL8192EU-linux/issues/1#issuecomment-300795406
2017-05-27 15:03:28 +02:00