wifi: ath12k: Remove obsolete struct wmi_peer_flags_map *peer_flags
authorJeff Johnson <quic_jjohnson@quicinc.com>
Mon, 6 Nov 2023 18:26:04 +0000 (10:26 -0800)
committerKalle Valo <quic_kvalo@quicinc.com>
Wed, 22 Nov 2023 18:25:15 +0000 (20:25 +0200)
commit69bc79faa616c7e7258a06b1141b7b4cffb7823c
tree2ccc999ddb00ba277909faf18ff11973d2a555a6
parent53bcb41d9eda23123924d25fc2a024b85b3adc0e
wifi: ath12k: Remove obsolete struct wmi_peer_flags_map *peer_flags

Currently both struct ath12k_wmi_pdev and struct ath12k_wmi_base
define:
        const struct wmi_peer_flags_map *peer_flags;

But that member is not used, and in fact, struct wmi_peer_flags_map
is not defined within ath12k; these are obsolete remnants inherited
from ath11k. So remove them.

Compile tested only.

Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
Link: https://lore.kernel.org/r/20231106-ath-peer-flags-v1-2-781e83b7e8e8@quicinc.com
drivers/net/wireless/ath/ath12k/wmi.h