linux/drivers/net/wireless/ath
Linus Torvalds 05e8d261a3 gcc-15: add '__nonstring' markers to byte arrays
All of these cases are perfectly valid and good traditional C, but hit
by the "you're not NUL-terminating your byte array" warning.

And none of the cases want any terminating NUL character.

Mark them __nonstring to shut up gcc-15 (and in the case of the ak8974
magnetometer driver, I just removed the explicit array size and let gcc
expand the 3-byte and 6-byte arrays by one extra byte, because it was
the simpler change).

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2025-04-20 11:57:54 -07:00
..
ar5523 treewide: Switch/rename to timer_delete[_sync]() 2025-04-05 10:30:12 +02:00
ath5k wifi: Switch back to struct platform_driver::remove() 2024-11-11 14:10:45 +02:00
ath6kl treewide: Switch/rename to timer_delete[_sync]() 2025-04-05 10:30:12 +02:00
ath9k treewide: Switch/rename to timer_delete[_sync]() 2025-04-05 10:30:12 +02:00
ath10k treewide: Switch/rename to timer_delete[_sync]() 2025-04-05 10:30:12 +02:00
ath11k treewide: Switch/rename to timer_delete[_sync]() 2025-04-05 10:30:12 +02:00
ath12k treewide: Switch/rename to timer_delete[_sync]() 2025-04-05 10:30:12 +02:00
carl9170 gcc-15: add '__nonstring' markers to byte arrays 2025-04-20 11:57:54 -07:00
wcn36xx treewide: Switch/rename to timer_delete[_sync]() 2025-04-05 10:30:12 +02:00
wil6210 treewide: Switch/rename to timer_delete[_sync]() 2025-04-05 10:30:12 +02:00
ath.h wifi: ath9k: work around memset overflow warning 2024-04-04 13:09:45 +03:00
debug.c
dfs_pattern_detector.c wifi: ath: dfs_pattern_detector: Use flex array to simplify code 2023-10-02 19:58:33 +03:00
dfs_pattern_detector.h
dfs_pri_detector.c
dfs_pri_detector.h
hw.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
Kconfig wifi: ath12k: driver for Qualcomm Wi-Fi 7 devices 2022-11-29 12:49:06 +02:00
key.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
main.c
Makefile wifi: ath12k: driver for Qualcomm Wi-Fi 7 devices 2022-11-29 12:49:06 +02:00
reg.h
regd_common.h
regd.c Revert "ath: add support for special 0x0 regulatory domain" 2022-03-07 19:45:08 +02:00
regd.h
spectral_common.h
testmode_i.h wifi: ath: create common testmode_i.h file for ath drivers 2025-01-22 10:31:41 -08:00
trace.c
trace.h tracing/treewide: Remove second parameter of __assign_str() 2024-05-22 20:14:47 -04:00