1
0
mirror of https://github.com/morrownr/8821cu-20210916.git synced 2024-11-22 13:34:47 +00:00
8821cu-20210916/os_dep/linux
Theo Debrouwere d83ae81d01 Fix support for SIOCDEVPRIVATE ioctls from 5.15.0 onwards.
From 5.15.0 onwards, SIOCDEVPRIVATE has been split into a seperate function.
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=b9067f5dc4a07c8e24e01a1b277c6722d91be39e

This patch fixes support for the new SIOCDEVPRIVATE handling.

Notes:
In order to access these commands, CONFIG_MP_INCLUDED must be set to 'y'.
They can then be accessed with the correct ioctl.
Example application to do this can be found here:
https://github.com/lfelten/rtl_iw_priv
2023-04-27 11:27:01 +02:00
..
custom_gpio_linux.c initial commit 2022-11-17 08:26:57 -06:00
ioctl_cfg80211.c Merge branch 'main' of https://github.com/morrownr/8821cu-20210916 2023-03-13 21:36:53 -05:00
ioctl_cfg80211.h initial commit 2022-11-17 08:26:57 -06:00
ioctl_linux.c Fix support for SIOCDEVPRIVATE ioctls from 5.15.0 onwards. 2023-04-27 11:27:01 +02:00
ioctl_mp.c initial commit 2022-11-17 08:26:57 -06:00
mlme_linux.c initial commit 2022-11-17 08:26:57 -06:00
nlrtw.c initial commit 2022-11-17 08:26:57 -06:00
nlrtw.h initial commit 2022-11-17 08:26:57 -06:00
os_intfs.c Fix support for SIOCDEVPRIVATE ioctls from 5.15.0 onwards. 2023-04-27 11:27:01 +02:00
recv_linux.c initial commit 2022-11-17 08:26:57 -06:00
rhashtable.c initial commit 2022-11-17 08:26:57 -06:00
rhashtable.h initial commit 2022-11-17 08:26:57 -06:00
rtw_android.c initial commit 2022-11-17 08:26:57 -06:00
rtw_cfgvendor.c initial commit 2022-11-17 08:26:57 -06:00
rtw_cfgvendor.h initial commit 2022-11-17 08:26:57 -06:00
rtw_proc.c Correct executable bits 2022-12-09 11:08:52 +02:00
rtw_proc.h Correct executable bits 2022-12-09 11:08:52 +02:00
rtw_rhashtable.c initial commit 2022-11-17 08:26:57 -06:00
rtw_rhashtable.h initial commit 2022-11-17 08:26:57 -06:00
usb_intf.c various minor updates 2023-02-09 09:11:23 -06:00
usb_ops_linux.c Correct executable bits 2022-12-09 11:08:52 +02:00
wifi_regd.c initial commit 2022-11-17 08:26:57 -06:00
wifi_regd.h initial commit 2022-11-17 08:26:57 -06:00
xmit_linux.c initial commit 2022-11-17 08:26:57 -06:00