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
Kconfig
Makefile
ath.h
debug.c
dfs_pattern_detector.c
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
key.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
main.c
reg.h
regd.c
regd.h
regd_common.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