]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
wifi: iwlegacy: Remove unused structs and avoid -Wflex-array-member-not-at-end warnings
authorGustavo A. R. Silva <gustavoars@kernel.org>
Mon, 11 Aug 2025 05:10:39 +0000 (14:10 +0900)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 3 Sep 2025 08:06:41 +0000 (10:06 +0200)
commitf90caeba1dcacbba5956aa4219b83f8694aa5a79
tree74d30f460a32290be937bf57c3d6850c97cbd407
parentb662bc503d95058b1cd640941edc48588849d9ce
wifi: iwlegacy: Remove unused structs and avoid -Wflex-array-member-not-at-end warnings

Remove unused structures and avoid the following
-Wflex-array-member-not-at-end warnings:

drivers/net/wireless/intel/iwlegacy/iwl-spectrum.h:68:39: warning: structure containing a flexible array member is not at the end of another structure [-Wflex-array-member-not-at-end]
drivers/net/wireless/intel/iwlegacy/iwl-spectrum.h:60:39: warning: structure containing a flexible array member is not at the end of another structure [-Wflex-array-member-not-at-end]

Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Acked-by: Stanislaw Gruszka <stf_xl@wp.pl>
Link: https://patch.msgid.link/aJl7TxeWgLdEKWhg@kspp
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/intel/iwlegacy/iwl-spectrum.h