]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
wifi: ath12k: Remove struct wmi_bcn_send_from_host_cmd
authorJeff Johnson <jeff.johnson@oss.qualcomm.com>
Fri, 10 Oct 2025 16:47:58 +0000 (09:47 -0700)
committerJeff Johnson <jeff.johnson@oss.qualcomm.com>
Wed, 15 Oct 2025 23:37:53 +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-ath12k-nuke-wmi_bcn_send_from_host_cmd-v1-1-6f1172b77848@oss.qualcomm.com
Signed-off-by: Jeff Johnson <jeff.johnson@oss.qualcomm.com>
drivers/net/wireless/ath/ath12k/wmi.h

index a8c3190e8ad95582534789bfe74d18a6bba22936..d9fd6a6b708ddb14b704e65f6d014db3abe60446 100644 (file)
@@ -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)