linux/drivers/net/wireless/ti/wlcore
Gustavo A. R. Silva f4b09b29f8 wifi: ti: Avoid a hundred -Wflex-array-member-not-at-end warnings
-Wflex-array-member-not-at-end is coming in GCC-14, and we are getting
ready to enable it globally.

Remove unused flexible-array members in multiple structures, and fix
a hundred -Wflex-array-member-not-at-end warnings[1] in
drivers/wireless/ti/

Link: https://gist.github.com/GustavoARSilva/fbf63c114d01319bbd19baf95b4d704b [1]
Link: https://github.com/KSPP/linux/issues/202
Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://msgid.link/ZgDcwIgxkhs6ZVdY@neat
2024-03-28 15:07:37 +02:00
..
Kconfig
Makefile
acx.c
acx.h
boot.c wifi: wlcore: boot: replace deprecated strncpy with strscpy 2023-10-23 20:29:15 +03:00
boot.h
cmd.c
cmd.h wifi: ti: Avoid a hundred -Wflex-array-member-not-at-end warnings 2024-03-28 15:07:37 +02:00
conf.h
debug.h
debugfs.c
debugfs.h
event.c wifi: mac80211: add support to call csa_finish on a link 2024-02-08 15:00:45 +01:00
event.h
hw_ops.h
ini.h
init.c
init.h
io.c
io.h
main.c wifi: mac80211: introduce 'channel request' 2024-02-08 13:07:34 +01:00
ps.c
ps.h
rx.c
rx.h
scan.c
scan.h
sdio.c wifi: wlcore: sdio: Rate limit wl12xx_sdio_raw_{read,write}() failures warns 2024-03-05 20:53:46 +02:00
spi.c wifi: fill in MODULE_DESCRIPTION()s for wlcore 2024-01-31 18:32:31 +02:00
sysfs.c wifi: ti: Convert sprintf/snprintf to sysfs_emit 2024-03-21 17:07:54 +02:00
sysfs.h
testmode.c
testmode.h
tx.c
tx.h
vendor_cmd.c
vendor_cmd.h
wl12xx_80211.h wifi: ti: Avoid a hundred -Wflex-array-member-not-at-end warnings 2024-03-28 15:07:37 +02:00
wlcore.h wifi: wlcore: Convert to platform remove callback returning void 2023-09-18 17:31:37 +03:00
wlcore_i.h