ath6kl: wmi: Replace one-element array with flexible-array member in struct wmi_aplis...
authorGustavo A. R. Silva <gustavoars@kernel.org>
Mon, 7 Mar 2022 17:48:01 +0000 (19:48 +0200)
committerKalle Valo <quic_kvalo@quicinc.com>
Wed, 9 Mar 2022 15:07:44 +0000 (17:07 +0200)
commit0dff6f05a9dccef1675ddae3c1843ef9dee59bac
tree0a60e2d07a694694f08563009947c8997e864143
parent5140df50e655a2f441b0add39ccc2d9d1f8d84bd
ath6kl: wmi: Replace one-element array with flexible-array member in struct wmi_aplist_event

Replace one-element array with flexible-array member in struct
wmi_aplist_event.

Also, make use of the struct_size() helper and remove unneeded variable
ap_info_entry_size.

This issue was found with the help of Coccinelle and audited and fixed,
manually.

Link: https://www.kernel.org/doc/html/v5.16/process/deprecated.html#zero-length-and-one-element-arrays
Link: https://github.com/KSPP/linux/issues/79
Reviewed-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
Link: https://lore.kernel.org/r/1b7889828f23763c034c1558cbab9c8e2066053e.1645736204.git.gustavoars@kernel.org
drivers/net/wireless/ath/ath6kl/wmi.c
drivers/net/wireless/ath/ath6kl/wmi.h