wifi: libertas: fix code style in Marvell structs
authorDoug Brown <doug@schmorgal.com>
Mon, 23 Jan 2023 05:31:29 +0000 (21:31 -0800)
committerKalle Valo <kvalo@kernel.org>
Mon, 13 Feb 2023 15:13:56 +0000 (17:13 +0200)
commit53d3a735875e35ccaf7a21b643feb167229515f1
treef605c44fe323c631ee44207cdc8a0672c0d4f219
parentf18bd6f539469970a7e6d79377e5cb2c11855cae
wifi: libertas: fix code style in Marvell structs

Several of the structs are using the deprecated convention of items[1]
for a dynamically sized trailing element. Convert these structs to the
modern C99 style of items[]. Also fix a couple of camel case struct
element names.

Signed-off-by: Doug Brown <doug@schmorgal.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20230123053132.30710-2-doug@schmorgal.com
drivers/net/wireless/marvell/libertas/types.h