60 Commits

Author SHA1 Message Date
Victor Golovanenko
13cc38399e
Build support with kernel v5.17:
replace PDE_DATA() with pde_data(): https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=359745d78351c6f5442435f81549f0207ece28aa
rename complete_and_exit to kthread_complete_and_exit: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=cead18552660702a4a46f58e65188fe5f36e9dfe
use eth_hw_addr_set: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=5b6d5affd27486ec9152a66df1741cf67782712a
2022-03-31 12:03:19 +03:00
duncanwd
d4946225c4 usb device id for edimax ew7811un-v2 2021-09-22 15:10:58 -05:00
kimocoder
cc5f31b1df Merge branch 'v5.3.9' of https://github.com/OpenHD/rtl8188eus into OpenHD-v5.3.9 2021-05-04 13:43:50 +02:00
Christian Bremvåg
9679ca48f8
Merge pull request #125 from Guiiix/v5.3.9
Modified kernel version checks for Centos 7.9
2021-05-04 13:31:34 +02:00
Victor Golovanenko
b77d6abf54
Linux 5.12 compat: GRO_DROP
Changes related to removal of GRO_DROP
2021-05-01 19:28:16 +03:00
Guiiix
ca45e983af Modified kernel version checks for Centos 7.9 2021-04-07 15:07:10 +02:00
Szilvia Racz
43951cca80
Adding support for DLink DWA-121 REV B1 2021-01-29 14:26:00 +01:00
Victor Golovanenko
c4db805fac
Fixed Kernel compilation 5.10
Adapt code due set_fs() removal
See torvalds/linux@f56e65d
2020-12-21 06:34:24 +03:00
Stephen Oliver
f71a963ad7 Fix a few incompatibilities with newer kernels 2020-12-14 23:02:33 -05:00
kimocoder
d3de55d9d7 Fix comøiler bug 2020-10-11 09:22:54 +00:00
darkalexpp
46f55fb6f8
Merge branch 'v5.3.9' into v5.3.9 2020-10-01 07:20:55 -05:00
Hamdan Mahmood
ad543d2616 Add fix for kernel 5.8 from https://github.com/clnhub/rtl8192eu-linux 2020-08-29 10:37:35 +08:00
Stephen Oliver
33a82d10db Set MTU fields in device structs 2020-08-17 15:31:20 -04:00
darkalexpp
0f7096d9df Add support Kernel 5.8.x 2020-08-17 13:20:12 -05:00
Christian Bremvåg
ae1d233fe6
Update ioctl_cfg80211.c 2020-08-01 03:09:55 +02:00
darkalexpp
a75a5d3471 Added kernel v5.6 support 2020-04-06 11:22:08 -05:00
kimocoder
1d7c67f0ec Fixed some static around 2020-03-16 19:11:22 +01:00
kimocoder
d2415df515 Added kernel v5.4 support + better handling of fallthroughs 2020-01-24 20:41:12 +01:00
Igor Pečovnik
2b5c590ab5
Update os_intfs.c 2019-12-29 20:02:23 +01:00
Igor Pečovnik
34c6fc7dfc
Update os_intfs.c 2019-12-29 19:57:24 +01:00
Igor Pečovnik
d0ff060efc
Update os_intfs.c 2019-12-29 19:28:32 +01:00
Igor Pečovnik
d25f949b5d
Update os_intfs.c 2019-12-29 19:25:07 +01:00
Christian Bremvåg
314ccaa0f2
Update os_intfs.c 2019-12-27 08:15:30 +01:00
kimocoder
a3f4494e78 Change module name and minor cleanup 2019-11-29 11:51:16 +01:00
kimocoder
74323579d3 Added kernel v5.3 support 2019-11-29 07:16:46 +01:00
kimocoder
7eb1cddab5 Added kernel v5.1 support 2019-05-24 17:58:22 +02:00
kimocoder
31a9f2807c Fix some compile issues/errors 2019-05-24 17:52:48 +02:00
kimocoder
898696bd98 Added kernel v5.2 support 2019-05-24 17:32:24 +02:00
kimocoder
3586c3f35b Added kernel v5.2 support 2019-05-24 17:30:57 +02:00
Christian Bremvåg
34b97145c0
Merge branch 'v5.3.9' into v5.3.9 2019-05-24 16:55:38 +02:00
rofl0r
e48f66942d fix arbitrary restriction to inject only packets with length 12 radiotap hdr 2019-04-28 03:30:20 +01:00
root
ac49179314 Fixed some typos in README.md 2019-02-15 13:29:45 +01:00
root
bb328900d4 Upload checkpatch.pl tool with friends 2019-02-15 07:48:38 +01:00
Christian B
bc1d897c54
Fix correct registration at start and WARNING dumps on exit 2019-02-14 20:17:10 +01:00
kimocoder
151bb9011f Add explicit memset call to avoid potentially corrupt data 2019-02-14 19:32:52 +01:00
kimocoder
b4e71299d5 Updated cfg80211.h's add_virtual_inf implementations with new parameter 2019-02-14 19:31:50 +01:00
kimocoder
9a2618a986 Added HT Greenfield capability 2019-02-14 19:25:18 +01:00
kimocoder
8d673c4bd4 Remove unused platforms 2019-02-14 18:31:05 +01:00
kimocoder
55cdbba3ca Fill struct ieee80211_sta_vht_cap 2019-02-14 18:20:39 +01:00
kimocoder
b0657323e8 Fix compile error 2019-02-14 18:13:16 +01:00
kimocoder
d30cd10cf0 Remove wrappers around vmalloc() 2019-02-14 17:59:53 +01:00
kimocoder
9e66187e88 Quiet the logs 2019-02-14 17:58:41 +01:00
kimocoder
6bde65b07b Try a fix got kernel BUG on driver removal 2019-02-14 17:57:34 +01:00
kimocoder
ac68625b41 Reduce interface number when virtual interface removed 2019-02-14 17:56:45 +01:00
kimocoder
ba7d6c3883 use void in init_mp_priv() function return allways _SUCCESS 2019-02-14 17:54:31 +01:00
kimocoder
cea7924b19 Some fixes and tweak to similarly to rtl8723bs 2019-02-14 17:52:01 +01:00
kimocoder
cb3d26279d Add support for network namespaces 2019-02-14 17:51:08 +01:00
kimocoder
784c314dc8 Add DKMS support 2019-02-14 17:48:22 +01:00
kimocoder
b891231e70 Fix problem where interfaces are down at start 2019-02-14 17:47:01 +01:00
kimocoder
fff9f74b19 On Linux, _rtw_spinlock_free() is a no-op 2019-02-12 19:27:19 +01:00