Commit Graph

15 Commits (main)

Author SHA1 Message Date
morrownr 01cc261363 fix UBSAN: array-index-out-of-bounds 2024-03-18 14:44:05 -05:00
ZHANG Yuntian f227602610 Update comments with UTF-8 encoding
When packaging the source as a Debian DKMS package, lintian will warn
national-encoding due to Big5 encoded characters in comments.

Reencode Chinese in UTF-8.

Signed-off-by: ZHANG Yuntian <yt@radxa.com>
2023-10-16 14:23:06 +08:00
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
Theo Debrouwere d239b9105d Improve roaming documentation.
Improve existing documentation.
Add documentation to undocumented variables.
2023-04-24 18:53:18 +02:00
Giulio Benetti 89b12d21fc Fix build on PowerPC64
On PowerPC64 architecture get_ra() is also present in Linux but with a
different name causing build to fail. To fix this let's rename local
get_ra() to rtl_get_ra().

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
2023-03-02 23:43:19 -08:00
morrownr 6f60a5dbb0 continued updates 2023-01-01 12:53:37 -06:00
morrownr 8d439c41b1 turn on beamforming 2022-12-26 21:56:21 -06:00
morrownr b197dee08a fix errors 2022-12-17 16:55:37 -06:00
morrownr 0f02a75f05 fix ap mode 2022-12-14 22:54:44 -06:00
morrownr ef15e0b822 continued tweaks 2022-12-13 18:28:08 -06:00
Alkis Georgopoulos 25700afee5 Correct executable bits 2022-12-09 11:08:52 +02:00
morrownr b85a75766a attempted fix for country code issues 2022-12-05 00:02:20 -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