Commit Graph

123 Commits

Author SHA1 Message Date
Yichao Yu
5b7b2de957 Remove unused floating point variables 2021-10-27 08:40:11 -04:00
brektrou
9828dcb51d Merge pull request #141 from RazerMoon/master
Force LF line endings for Windows users
2021-09-11 06:59:00 +01:00
Rasync
41c63d1e85 fix for Windows users 2021-07-12 18:27:27 +01:00
brektrou
2e4363444b Merge pull request #134 from artemyto/kernel_5_12
Add kernel 5.12 compatibility
2021-06-05 19:18:25 +01:00
Mikhail Pogorelov
d4a3d37441 Linux 5.12 compat: GRO_DROP 2021-05-18 12:22:39 +03:00
brektrou
f1bc7e86c4 Merge pull request #128 from phpguru/patch-1
Update README.md
2021-03-27 05:49:37 +00:00
Geoffrey Hoffman
db43b6eef2 Update README.md
Add an additional example for Cudy AC600, based on Realtek 8211CU Wifi adapter, working on Ubuntu 20.04LTS.
2021-03-25 19:55:47 -07:00
brektrou
bd2ef2d699 Merge pull request #116 from SatanicRaw/master
Update Makefile
2021-01-14 02:39:20 +07:00
brektrou
b4b8ed4aa6 Merge pull request #117 from Nacho-meteor/master
feat: add postinst and prerm to the dkms format package of Debian
2021-01-14 02:36:58 +07:00
刘鑫
c14141cf9c feat: add postinst and prerm for the dkms format package generated by Debian format packaging 2021-01-11 16:37:24 +08:00
Aleksandr Batyuk
3bf4f481a2 Update Makefile
I slightly edited the Makefile, in my opinion it is more correct because in Gentoo, a floating point error occurs during build. Plus, the previous changes were needed for the arm / arm64 platform, so the I386 section did not need to be edited.
2021-01-10 18:45:42 +06:00
brektrou
deff094b9d Merge pull request #110 from mleeman/debian/buster/unstable
debian: initial package
2020-12-24 10:55:47 +00:00
Marc Leeman
8bc5bb7abc control.modules.in: depend on bc for build 2020-12-23 10:09:44 +01:00
Marc Leeman
9c0c39ead6 debian: source is architecture all 2020-12-23 10:01:21 +01:00
Marc Leeman
09812337f8 debian: override non-unique license 2020-12-23 10:01:17 +01:00
Marc Leeman
7fb58260a2 debian: default native build 2020-12-23 09:22:48 +01:00
Marc Leeman
baaa3b88fd rtl8821cu-dkms: override national-encoding 2020-12-23 09:17:06 +01:00
Marc Leeman
f7a2744be1 mk files not 755 2020-12-23 09:13:29 +01:00
Marc Leeman
f90a75c99e debian: adjust copyright to include parent 2020-12-23 09:13:11 +01:00
Marc Leeman
6a49479e28 debian: chmod *.[ch] to 644 2020-12-23 09:08:54 +01:00
Marc Leeman
f99b1df3ea debian: add bc as dependency 2020-12-23 08:43:18 +01:00
Marc Leeman
0dd5682645 debian: initial package 2020-12-22 15:00:45 +01:00
brektrou
428a082048 Merge pull request #108 from timgates42/bugfix_typo_modified
docs: fix simple typo, modifed -> modified
2020-12-19 13:38:11 +00:00
Tim Gates
4135f40c9b docs: fix simple typo, modifed -> modified
There is a small typo in hal/rtl8821c/rtl8821c_dm.c.

Should read `modified` rather than `modifed`.
2020-12-19 19:14:46 +11:00
brektrou
cb63226272 bugfix: initialize cfg80211_chan_def
https://github.com/aircrack-ng/rtl8812au/pull/699
2020-12-18 17:11:13 +00:00
brektrou
6df86a017f Added support for Linux version 5.10
b95e75064d
2020-12-18 16:52:31 +00:00
brektrou
397a8182cf Added support for Linux version 5.10
b95e75064d
2020-12-18 16:51:44 +00:00
brektrou
f10b0b8670 Added support for Linux version 5.10
b95e75064d
2020-12-18 16:50:59 +00:00
brektrou
e00c664671 Added support for Linux version 5.10
b95e75064d
2020-12-18 16:50:12 +00:00
brektrou
2dc966f0dc Merge pull request #65 from yidiq7/master
Update README
2020-11-15 02:07:56 +00:00
brektrou
5f2ee8b47e Update README.md 2020-11-11 23:52:24 +00:00
brektrou
e2377c96ea Update README.md 2020-11-11 23:49:27 +00:00
brektrou
7fdf928b19 Merge pull request #97 from pprindeville/issue#96
issue #96: remove conflicting definitions for IEEE80211_MAX_AMPDU_BUF
2020-11-11 23:48:37 +00:00
brektrou
5ae412ff50 Merge pull request #95 from pprindeville/issue#94
issue #94: perform logical complement correctly on booleans
2020-11-11 23:48:18 +00:00
brektrou
a9708b0402 Merge pull request #91 from pprindeville/issue#90
issue #90: don't apply ARM options to ARM64
2020-11-11 23:48:04 +00:00
Philip Prindeville
270dc44096 issue #96: remove conflicting definitions for IEEE80211_MAX_AMPDU_BUF
The symbols IEEE80211_MAX_AMPDU_BUF and IEEE80211_MIN_AMPDU_BUF aren't
used in the source, and further more conflict with the definitions in
<linux/ieee80211.h>.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2020-11-06 18:21:21 +00:00
Philip Prindeville
9807854b66 issue #90: don't apply ARM options to ARM64
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2020-11-06 17:18:09 +00:00
Philip Prindeville
c7d333be2d issue #94: perform logical complement correctly on booleans
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2020-11-06 17:15:07 +00:00
brektrou
45a8b4393e Merge pull request #76 from athoik/linux-5.8
Add support for Linux 5.8
2020-08-21 23:49:17 +01:00
Athanasios Oikonomou
d7b41f2974 Add support for Linux 5.8
Patch imported from 088f76a09b/meta-oe/recipes-connectivity/realtek/rt8821cu/add-5.8-support.patch
2020-08-18 20:53:36 +03:00
brektrou
93b04bfcd2 Merge pull request #72 from SLKun/master
fix AArch64 build
2020-07-27 08:53:09 -04:00
SLKun
3ada492c07 fix AArch64 build 2020-07-26 02:26:17 +08:00
brektrou
79a4b208fa Merge pull request #71 from nhasbun/master
Adding instructions for usb_modeswitch changes permanent
2020-07-10 14:55:00 -04:00
Nicolás Hasbún A
a0eec114b6 Adding instructions for usb_modeswitch changes permanent 2020-07-09 16:06:36 -04:00
Yidi Qi
b5485f7cb8 Update README.md 2020-06-10 22:59:55 -04:00
Yidi Qi
fc7a8c6dc5 Update README.md
Update a workaround for predictable network interface names on Ubuntu
2020-06-10 22:59:24 -04:00
brektrou
5c510c9f14 Merge pull request #57 from brektrou/revert-55-centos7
Revert "Allow compilation on Centos 7.3"
2020-05-15 22:40:58 +01:00
brektrou
47f98e3529 Revert "Allow compilation on Centos 7.3" 2020-05-16 04:39:16 +07:00
brektrou
a41e0cd78e Merge pull request #55 from J-cztery/centos7
Allow compilation on Centos 7.3
2020-05-13 22:33:09 +01:00
Jacek Tomaka
6049ce17f3 Allow compilation on Centos 7.3 2020-05-11 19:30:17 +08:00