1
0
mirror of https://github.com/morrownr/8821cu-20210916.git synced 2024-09-28 03:47:35 +00:00
Commit Graph

8 Commits

Author SHA1 Message Date
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
morrownr
81da785e6b improve secure boot info 2023-04-09 11:21:04 -05:00
morrownr
8c45ce6dae cleanup code and minor mods to docs 2023-02-23 14:29:27 -06:00
morrownr
7d16a68513 minor updates 2023-02-09 23:34:54 -06:00
morrownr
5f3bbbf007 various minor updates 2023-02-09 09:11:23 -06:00
morrownr
44856e2b91 turn monitor mode XMIT on 2022-11-28 14:28:59 -06:00
morrownr
134272b6cd LED control support 2022-11-28 12:29:12 -06:00
morrownr
1d6ef930b9 initial commit 2022-11-17 08:26:57 -06:00