Przeglądaj źródła

qcacld-3.0: Remove htt_pdev_t::tx_mgmt_desc_ctxt

The tx_mgmt_desc_ctxt member of struct htt_pdev_t has been unused
since the initial snapshot of the driver, so remove it along with the
unused underlying data structures.

Change-Id: Iebd73c0c9eb8f882ec6a0d01ad2979edb701cb80
CRs-Fixed: 3428241
Jeff Johnson 2 lat temu
rodzic
commit
6d3b419417
1 zmienionych plików z 1 dodań i 13 usunięć
  1. 1 13
      core/dp/htt/htt_types.h

+ 1 - 13
core/dp/htt/htt_types.h

@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2011, 2014-2018-2021 The Linux Foundation. All rights reserved.
- * Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved.
+ * Copyright (c) 2021-2023 Qualcomm Innovation Center, Inc. All rights reserved.
  *
  * Permission to use, copy, modify, and/or distribute this software for
  * any purpose with or without fee is hereby granted, provided that the
@@ -78,17 +78,6 @@ struct htt_host_tx_desc_t {
 	} align32;
 };
 
-struct htt_tx_mgmt_desc_buf {
-	qdf_nbuf_t msg_buf;
-	A_BOOL is_inuse;
-	qdf_nbuf_t mgmt_frm;
-};
-
-struct htt_tx_mgmt_desc_ctxt {
-	struct htt_tx_mgmt_desc_buf *pool;
-	A_UINT32 pending_cnt;
-};
-
 struct htt_list_node {
 	struct htt_list_node *prev;
 	struct htt_list_node *next;
@@ -420,7 +409,6 @@ struct htt_pdev_t {
 #ifdef CONFIG_HL_SUPPORT
 	int cur_seq_num_hl;
 #endif
-	struct htt_tx_mgmt_desc_ctxt tx_mgmt_desc_ctxt;
 	struct targetdef_s *targetdef;
 	struct ce_reg_def *target_ce_def;