14 Commits

Author SHA1 Message Date
Sultan Qasim Khan
116c6de724 ieee80211: quash more ubsan warnings
Seems it doesn't like indexing into zero length arrays
either, it only allows C99 flexible array members.

Fixes warnings like:
UBSAN: array-index-out-of-bounds in /var/lib/dkms/rtl88x2bu/5.13.1/build/os_dep/linux/ioctl_cfg80211.c:1822:110
index 24 is out of range for type 'u8 [*]'
2024-03-14 09:19:22 -04:00
Sultan Qasim Khan
4e35c6b265 bssdef: use flexible array member
Avoid UBSAN warnings about accessing a one-length array OOB
2024-03-14 07:46:01 -04:00
morrownr
51a2fb9489 update docs and clean code 2023-02-24 14:14:49 -06:00
morrownr
9645f28ef7 beamforming (MU-MIMO) is now working - enjoy! 2023-01-14 11:41:53 -06:00
morrownr
2d4dc48bcb various updates 2023-01-09 12:27:31 -06:00
morrownr
bcfd5dcc9f various updates 2022-12-30 15:14:47 -06:00
morrownr
8fda27b818 revert set default regd source from OS 2022-05-18 15:38:49 -05:00
morrownr
0330b7d5c9 set default regd source from OS 2022-05-16 14:39:41 -05:00
morrownr
f6f8ea3043 set default regd source from OS 2022-05-16 14:38:41 -05:00
morrownr
64a6615e5e various updates 2022-02-24 12:14:53 -06:00
morrownr
2f4fa07243 new LED control 2022-02-17 22:55:06 -06:00
morrownr
003e0d4043 minor updates 2021-11-05 15:43:15 -05:00
misha.gps
2c1c54dad1 added rhel8 support
On branch rhel8
 Changes to be committed:
	modified:   Makefile
	modified:   README.md
	modified:   include/osdep_service_linux.h
	modified:   os_dep/linux/ioctl_cfg80211.c
	modified:   os_dep/linux/ioctl_cfg80211.h
	modified:   os_dep/linux/nlrtw.c
	modified:   os_dep/linux/os_intfs.c
	modified:   os_dep/linux/rtw_android.c
	modified:   os_dep/osdep_service.c
2021-11-02 08:55:05 +02:00
morrownr
a1ead36047 initial upload 2021-10-27 12:51:22 -05:00