mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
wifi: ath12k: Remove struct wmi_bcn_send_from_host_cmd
struct wmi_bcn_send_from_host_cmd is unused, so remove it. Compile tested only. Link: https://patch.msgid.link/20251010-ath12k-nuke-wmi_bcn_send_from_host_cmd-v1-1-6f1172b77848@oss.qualcomm.com Signed-off-by: Jeff Johnson <jeff.johnson@oss.qualcomm.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/* SPDX-License-Identifier: BSD-3-Clause-Clear */
|
||||
/*
|
||||
* Copyright (c) 2018-2021 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2021-2025 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
* Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
|
||||
*/
|
||||
|
||||
#ifndef ATH12K_WMI_H
|
||||
@@ -3609,20 +3609,6 @@ struct ath12k_wmi_scan_cancel_arg {
|
||||
u32 pdev_id;
|
||||
};
|
||||
|
||||
struct wmi_bcn_send_from_host_cmd {
|
||||
__le32 tlv_header;
|
||||
__le32 vdev_id;
|
||||
__le32 data_len;
|
||||
union {
|
||||
__le32 frag_ptr;
|
||||
__le32 frag_ptr_lo;
|
||||
};
|
||||
__le32 frame_ctrl;
|
||||
__le32 dtim_flag;
|
||||
__le32 bcn_antenna;
|
||||
__le32 frag_ptr_hi;
|
||||
};
|
||||
|
||||
#define WMI_CHAN_INFO_MODE GENMASK(5, 0)
|
||||
#define WMI_CHAN_INFO_HT40_PLUS BIT(6)
|
||||
#define WMI_CHAN_INFO_PASSIVE BIT(7)
|
||||
|
||||
Reference in New Issue
Block a user