]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
wifi: ath11k: Remove struct wmi_bcn_send_from_host_cmd
authorJeff Johnson <jeff.johnson@oss.qualcomm.com>
Fri, 10 Oct 2025 16:46:27 +0000 (09:46 -0700)
committerJeff Johnson <jeff.johnson@oss.qualcomm.com>
Wed, 15 Oct 2025 23:37:52 +0000 (16:37 -0700)
struct wmi_bcn_send_from_host_cmd is unused, so remove it.

Compile tested only.

Link: https://patch.msgid.link/20251010-ath11k-nuke-wmi_bcn_send_from_host_cmd-v1-1-bfb5118d9018@oss.qualcomm.com
Signed-off-by: Jeff Johnson <jeff.johnson@oss.qualcomm.com>
drivers/net/wireless/ath/ath11k/wmi.h

index 9fcffaa2f383c9348f5f07b139763de50212d856..3c4885a12855ba87dd815b44c71d619612596d5e 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-3-Clause-Clear */
 /*
  * Copyright (c) 2018-2019 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 ATH11K_WMI_H
@@ -3463,20 +3463,6 @@ struct scan_cancel_param {
        u32 pdev_id;
 };
 
-struct  wmi_bcn_send_from_host_cmd {
-       u32 tlv_header;
-       u32 vdev_id;
-       u32 data_len;
-       union {
-               u32 frag_ptr;
-               u32 frag_ptr_lo;
-       };
-       u32 frame_ctrl;
-       u32 dtim_flag;
-       u32 bcn_antenna;
-       u32 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)