1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2024-11-09 23:57:00 +00:00
Commit Graph

1165 Commits

Author SHA1 Message Date
Carlos Garcés
47a38b7c73 Fix kernel 5.15 compilation
Remove IPX support from driver, set as obsolete in Jan 2018.
IPX is not supported by the linux kernel since v5.15-rc1 see commit 6c9b40844751ea30c72f7a2f92f4d704bc6b2927
2021-10-10 12:39:42 +02:00
Christian Bremvåg
b8167e66b4
Merge pull request #857 from KonstantIMP/v5.6.4.2
Add linux 5.12 support
2021-06-27 09:21:31 +02:00
Christian Bremvåg
0b87ed921a
Merge pull request #860 from CGarces/patch-6
Fix libc6 dependency 2.33
2021-05-21 22:58:44 +02:00
Carlos Garcés
20f810c403 Fix libc6 dependency 2.33
Fix 18.04 build over default kernel
2021-05-12 19:35:11 +00:00
KonstantIMP
1dfc05ad53
Add linux 5.12.x support
Kernel with version >= 5.12.x doesnt support GRO_DROP so the driver must be updated
2021-05-08 22:18:14 +03:00
KonstantIMP
9b4c60a89c Add linux 5.12.x support
Kernel with version >= 5.12.x doesnt support GRO_DROP so the driver must be updated
2021-05-08 22:14:57 +03:00
Christian Bremvåg
3a64331a1c
Merge pull request #847 from CGarces/patch-4
Remove rtl8822bu device
2021-05-04 14:27:41 +02:00
Christian Bremvåg
f9c8ad7192
Merge pull request #848 from CGarces/fix_5.12
Fix GRO_DROP deprecation kernel 5.12
2021-05-04 14:26:46 +02:00
Carlos
e7e83f2593 Fix GRO_DROP deprecation kernel 5.12 2021-04-03 14:47:02 +00:00
Carlos Garcés
43eb4c1bb6 Remove rtl8822bu device 2021-04-03 14:16:30 +00:00
Christian Bremvåg
c0ce81745e
Merge pull request #829 from astsam2/v5.6.4.2
Fix error creating an access point below channel 36
2021-03-27 07:55:31 +01:00
Christian Bremvåg
689e7ebdf0
Merge pull request #841 from CGarces/fix_usbids
Remove duplicate USB IDs and sort the elements.
2021-03-27 07:55:12 +01:00
Christian Bremvåg
f2cfe9e999
Merge pull request #840 from CGarces/githubactions
Improved github actions
2021-03-27 07:55:00 +01:00
Carlos Garces
6fad44212d Remove duplicate USB IDs and sort the elements. 2021-03-06 18:21:10 +01:00
Carlos Garces
e6df6a1436 Improved github actions
Added step to detect misuse of USB_VENDOR_ID_REALTEK
Added check for duplicated USB IDs
Check for .deb files before download it
Move git checkout before build step
2021-03-06 17:48:54 +01:00
astsam
37d2ab4137 Fix error creating an access point below channel 36 2021-02-05 23:27:03 +03:00
Christian Bremvåg
b65dcf4105
Merge pull request #823 from astsam2/v5.6.4.2
Add ability to get the current channel by iw utility
2021-02-03 13:55:29 +01:00
astsam
5e61763585 Add low frequency 5GHz band 2021-01-29 23:27:17 +03:00
astsam
5e66b8754f Add missing 5GHz channels 2021-01-29 22:48:42 +03:00
astsam
0893f2cead Get per rx path rssi info for CCK modulation 2021-01-29 22:46:59 +03:00
astsam
46179742bd Allow inject management and control frames 2021-01-29 22:32:26 +03:00
astsam
2e5088380c Add ability to get the current channel by iw utility, based on the patch provided by Ángel <kazimiro69@gmail.com> 2021-01-29 18:18:36 +03:00
Christian Bremvåg
059e06a51b
Merge pull request #814 from CGarces/patch-3
Fix error on arm builds
2021-01-18 09:48:01 +01:00
Carlos Garcés
71baec244c Fix error on arm builds 2021-01-16 19:11:20 +00:00
Christian Bremvåg
64e7aaa565
Merge pull request #810 from CGarces/fix_kernel_5.10_patch
Fix memory leak
2021-01-11 11:31:47 +01:00
Christian Bremvåg
4feb71201d
Merge pull request #811 from CGarces/patch-2
Fix cfg80211_ch_switch_started_notify on kernel 5.11-rc3
2021-01-11 11:31:22 +01:00
Carlos Garcés
18453b4031
Fix cfg80211_ch_switch_started_notify on kernel 5.11-rc3
See 669b84134a
2021-01-11 11:21:29 +01:00
Carlos Garcés
689bc8c1d1
Fix memory leak 2021-01-11 10:42:21 +01:00
Christian Bremvåg
2686ea840c
Merge pull request #769 from pprindeville/issue#768
issue #768: don't apply ARM options to ARM64
2020-12-30 22:22:24 +01:00
Christian Bremvåg
ad351bd0af
Merge pull request #800 from kuanyili/fix-bold-text
README.md: Fix bold text formatting
2020-12-28 15:24:11 +01:00
Kuan-Yi Li
2365ad540a README.md: Fix bold text formatting
Fix unclosed HTML bold tag and switch to Markdown format.
2020-12-28 15:53:31 +08:00
Christian Bremvåg
d1602147a1
Merge pull request #767 from pprindeville/issue#766
issue 766: fix warnings about 'statement with no effect'
2020-12-27 16:04:07 +01:00
Christian Bremvåg
1b71153e13
Merge pull request #779 from brkeh/patch-1
Update README.md
2020-12-27 16:03:22 +01:00
Christian Bremvåg
5521bf9e8c
Merge pull request #798 from CGarces/github_actions
Migrate travis CI to github actions
2020-12-23 15:09:26 +01:00
Carlos
438738d48b Migrate travis CI to github actions 2020-12-23 13:46:04 +00:00
Christian Bremvåg
62cb003043
Merge pull request #791 from gaffneyd4/patch-1
Fix Raspbian Buster Instructions for v5.6.4.2
2020-12-22 08:04:40 +01:00
Christian Bremvåg
4573749621
Merge pull request #773 from CGarces/fix_kernel_5.10
Fix kernel 5.10-rc1
2020-12-22 04:24:23 +01:00
Derek Gaffney
43af1cdf7c
Fix Raspbian Buster Instructions for v5.6.4.2
Version `v5.6.4.2` does not have a `dkms_install.sh` file, so set export `ARCH` variable in current shell instead.
2020-12-09 00:55:14 -05:00
brkeh
b3cd835b00
Update README.md
Use = instead of : when switching mode with modprobe
2020-11-28 12:08:35 +00:00
Carlos
ee9619ba0c Fix kernel 5.10-rc1 2020-11-09 18:20:33 +00:00
Philip Prindeville
3325543154 issue #768: don't apply ARM options to ARM64 2020-11-06 16:50:39 +00:00
Philip Prindeville
e31df90484 issue 766: fix warnings about 'statement with no effect' 2020-11-04 19:06:40 +00:00
Christian Bremvåg
e9fbf5c051
Update README.md 2020-10-19 05:55:06 +02:00
Christian Bremvåg
d6233eab0e
Update README.md 2020-10-19 05:49:09 +02:00
Christian Bremvåg
8cdd1157b6
Update README.md 2020-10-19 05:48:10 +02:00
Christian Bremvåg
91178ac69c
Update README.md 2020-10-19 05:45:46 +02:00
kimocoder
0f4e46f0fd Turned 8814au chipset OFF 2020-10-19 05:43:38 +02:00
Christian Bremvåg
958bb8da98
Merge pull request #753 from payano/v5.6.4.2
Makefile: escape grep in DRIVER_VERSION variable
2020-10-16 14:37:43 +02:00
Johan Svensson
f9efa3a228 Makefile: escape grep in DRIVER_VERSION variable 2020-10-16 14:16:35 +02:00
kimocoder
280137863b Makefile: simplify DKMS install/removal 2020-10-09 23:31:24 +00:00