wifi: ath5k: remove unused ath5k_eeprom_info::ee_antenna
authorJiri Slaby (SUSE) <jirislaby@kernel.org>
Tue, 5 Dec 2023 11:15:15 +0000 (12:15 +0100)
committerKalle Valo <quic_kvalo@quicinc.com>
Thu, 7 Dec 2023 10:15:37 +0000 (12:15 +0200)
commit6783f10a1d076297a66b5b57e0a96d8c8363271b
tree50f3bbcdede22fa818c548e168a73e8a59642fdb
parent63b896629353157e8ca77cabdfab340b5c69ca59
wifi: ath5k: remove unused ath5k_eeprom_info::ee_antenna

clang-struct [1] found that ee_antenna in struct ath5k_eeprom_info is
unused. The commit 1048643ea94d ("ath5k: Clean up eeprom
parsing and add missing calibration data") added it, but did not use it
in any way. Neither, there is a later user.

So remove that unused member.

[1] https://github.com/jirislaby/clang-struct

Signed-off-by: Jiri Slaby (SUSE) <jirislaby@kernel.org>
Cc: Felix Fietkau <nbd@openwrt.org>
Cc: Nick Kossifidis <mickflemm@gmail.com>
Cc: Luis Chamberlain <mcgrof@kernel.org>
Cc: Kalle Valo <kvalo@kernel.org>
Cc: linux-wireless@vger.kernel.org
Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
Link: https://lore.kernel.org/r/20231205111515.21470-1-jirislaby@kernel.org
drivers/net/wireless/ath/ath5k/eeprom.h