1
0
mirror of https://github.com/morrownr/8821cu-20210916.git synced 2024-09-28 03:47:35 +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
ioctl_cfg80211.c
ioctl_cfg80211.h
ioctl_linux.c Fix support for SIOCDEVPRIVATE ioctls from 5.15.0 onwards. 2023-04-27 11:27:01 +02:00
ioctl_mp.c
mlme_linux.c
nlrtw.c
nlrtw.h
os_intfs.c Fix support for SIOCDEVPRIVATE ioctls from 5.15.0 onwards. 2023-04-27 11:27:01 +02:00
recv_linux.c
rhashtable.c
rhashtable.h
rtw_android.c
rtw_cfgvendor.c
rtw_cfgvendor.h
rtw_proc.c
rtw_proc.h
rtw_rhashtable.c
rtw_rhashtable.h
usb_intf.c
usb_ops_linux.c
wifi_regd.c
wifi_regd.h
xmit_linux.c