kimocoder
2b784b49ce
Updated README.md
2022-06-06 03:32:41 +02:00
kimocoder
9590d7e626
Remove more Windows code
2022-06-06 03:31:23 +02:00
kimocoder
3b0cdfc23e
Add signing to Makefile
2022-06-06 03:27:12 +02:00
Christian Bremvåg
2fcc00bbb3
Merge pull request #961 from Reflexe/v5.17.5
...
Fix compilation issues with 5.17 (archlinux)
2022-06-06 03:21:14 +02:00
Christian Bremvåg
ed08f262bc
Merge pull request #947 from Ice-IX/patch-1
...
Update Makefile to fix building on ppc32
2022-06-06 03:19:05 +02:00
kimocoder
a116233ca6
Fix compile warning in rtw_sta_mgt.c
2022-06-06 03:11:24 +02:00
kimocoder
91d47c6982
Minor code cleanup
2022-06-06 03:01:42 +02:00
Christian Bremvåg
56419c2d98
Merge pull request #962 from 3rd3/patch-2
...
Update README.md for RPi Zero 2 W
2022-06-06 02:55:38 +02:00
kimocoder
6d0d9fb56d
Tag new build version
2022-06-06 02:51:31 +02:00
kimocoder
41532e3b16
Add kernel 5.18 support
2022-06-06 02:50:32 +02:00
Christian Bremvåg
bf9f12febb
Merge pull request #963 from CGarces/fix_ci
...
Partial fix of CI builds
2022-06-06 02:43:32 +02:00
kimocoder
4ea7ffb9b4
Fix GCC compiler warning
2022-06-06 02:43:17 +02:00
Carlos Garcés
89a30e4c49
GCC 11.2 needed for kernel>=5.17. Updated Ubuntu
...
Removed workaround for libc6 (already on 22.04 LTS).
2022-05-14 16:30:35 +00:00
3rd3
f5243b6664
Update README.md
...
Add explanation for building on RPi Zero 2 W
2022-05-07 19:41:56 +02:00
Shmuel H
a7e64bafd4
linux: proc: use pde_data instead of PDE_DATA in >=5.17
2022-05-07 19:38:51 +03:00
Shmuel H
5bb4bffa97
linux: set netdev macaddr using dev_addr_set
...
dev_addr is const now, therefore, we have to use dev_addr_set
in order to modify it.
2022-05-07 14:30:47 +03:00
Ice-IX
f123ff312d
Update Makefile to fix building on ppc
...
Updated makefile to fix building on ppc32 platforms; note that build will still fail because of an unresolved kernel bug from 2008 (https://bugzilla.kernel.org/show_bug.cgi?id=11143 ), workaround is to comment out the lines that read "KBUILD_LDFLAGS_MODULE += arch/powerpc/lib/crtsavres.o" in your kernel headers' arch/powerpc/Makefile
2022-03-22 02:03:42 -04:00
kimocoder
37e27f9165
Small code cleanup
2022-03-05 02:57:48 +01:00
kimocoder
2f52f84096
Optimize kernel v5.15 support
2022-03-05 02:45:08 +01:00
Christian Bremvåg
959f3b61e0
Merge pull request #925 from LorenzoAncora/v5.6.4.2
...
Optimize the output of dkms_install
2022-03-05 02:32:01 +01:00
Christian Bremvåg
cfe874229c
Merge pull request #942 from heitbaum/517
...
rtl8812au: Fix code for kernel 5.17 API change
2022-03-05 02:31:17 +01:00
heitbaum
7e61ad89cc
rtl8812au: Fix code for kernel 5.17 API change
...
Signed-off-by: Rudi Heitbaum <rudi@heitbaum.com>
2022-02-09 13:40:47 +00:00
Lorenzo Ancora
98d14772fa
Limit the output of "dkms status" and "mkdir"
2021-12-13 14:45:51 +01:00
Lorenzo Ancora
2b8c666eac
Fix make parallel jobserver warning
2021-12-13 14:40:12 +01:00
kimocoder
3a6402e9e7
Fix for kernel v3.20
2021-12-12 22:40:54 +01:00
kimocoder
a72835df07
Fix (test) for IPX header on various distros
2021-12-12 22:34:13 +01:00
kimocoder
1b63ee6c7b
Fixed compiler warning for unused function
2021-12-12 22:16:47 +01:00
kimocoder
7bb51141de
Fix kernel v5.15+ compiler warnings
2021-12-12 22:08:06 +01:00
Christian Bremvåg
849206d5c4
Merge pull request #913 from iyanmv/iyanmv-remove-remake-initrd
...
Remove REMAKE_INITRD
2021-12-12 20:42:09 +01:00
kimocoder
bd8e44bb27
Add back 8814au support
2021-12-12 20:36:59 +01:00
Iyán
191f5bc5ae
Remove REMAKE_INITRD
...
Setting REMAKE_INITRD=no was not needed because it was the default, but since v3.0.0 this option has been deprecated.
https://github.com/dell/dkms/releases/tag/v3.0.0
2021-11-21 15:05:57 +01:00
Christian Bremvåg
307d694076
Merge pull request #898 from CGarces/fix_5.15
...
Fix kernel 5.15 compilation
2021-11-08 21:32:54 +01:00
Carlos Garcés
6fd304f910
fix libc6_2.34 dependency on build
2021-10-10 12:49:12 +02:00
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