Commit Graph

136 Commits

Author SHA1 Message Date
Yichao Yu
e41d4afc37 Remove wrong notes about building on ARM 2021-10-27 09:28:24 -04:00
Yichao Yu
c4e78f8dd1 Fix SUBARCH autodetection on arm and aarch64 2021-10-27 09:28:14 -04:00
Yichao Yu
a6e7045bf3 Do not request hard floating point from compiler 2021-10-27 09:16:04 -04:00
Yichao Yu
0290929963 Clean up unused floating point macros and functions 2021-10-27 09:13:48 -04:00
Yichao Yu
7c797ecf35 Scale ratio by 11 to get rid of floating point math in CCK_generator 2021-10-27 09:13:06 -04:00
Yichao Yu
92827948f1 Remove use of floating point math in PMAC_Nsym_generator 2021-10-27 09:07:18 -04:00
Yichao Yu
2f63777004 Replace floating point divisions with interger ones 2021-10-27 09:04:05 -04:00
Yichao Yu
407ee96e89 Scale comparisons to use integer arithmetics 2021-10-27 08:53:46 -04:00
Yichao Yu
0f5815b6f2 Get rid of the remaining floating point values from LDPC_parameter_generator 2021-10-27 08:52:31 -04:00
Yichao Yu
f9117491b7 Add ceiling division helper function 2021-10-27 08:51:18 -04:00
Yichao Yu
24276282e1 Compare numbers to be subtracted first 2021-10-27 08:51:06 -04:00
Yichao Yu
c54dc801bb Scale LDPC and CR to make them both integer 2021-10-27 08:51:01 -04:00
Yichao Yu
e4073adb79 Remove unnecessary floating point conversion 2021-10-27 08:41:10 -04:00
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