wifi: ath11k: Remove obsolete struct wmi_peer_flags_map *peer_flags
authorJeff Johnson <quic_jjohnson@quicinc.com>
Mon, 6 Nov 2023 18:26:03 +0000 (10:26 -0800)
committerKalle Valo <quic_kvalo@quicinc.com>
Wed, 22 Nov 2023 18:25:14 +0000 (20:25 +0200)
commit53bcb41d9eda23123924d25fc2a024b85b3adc0e
tree079d78a6075a18f7176f4bdc9614dfdd1e8fbdb3
parent3b6ec0409fe8c95e74fa64ee717fb7c7e6e9b32f
wifi: ath11k: Remove obsolete struct wmi_peer_flags_map *peer_flags

Currently both struct ath11k_pdev_wmi and struct ath11k_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 ath11k; these are obsolete remnants inherited
from ath10k. 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-1-781e83b7e8e8@quicinc.com
drivers/net/wireless/ath/ath11k/wmi.h