Selaa lähdekoodia

qcacld-3.0: Remove UAPSD trigger structs from TDLS public structs

As part of the TDLS feature, structs sta_uapsd_trig_params and
sta_uapsd_params were replicated from qcacmn wmi_unified_param.h to
qcacld-3.0 wlan_tdls_public_structs.h, and conditional compilation
based upon CONVERGED_TDLS_ENABLE was used to determine which structs
are actually used by a build. Since these structs are not specific to
TDLS, remove the duplicates and exclusive use the structs from qcacmn
wmi_unified_param.h.

This is co-dependent upon Ida0f2b6f131ff2dce7217b881ffadecfd685f563
("qcacmn: Remove TDLS featurization from UAPSD trigger structs").

Change-Id: I37b2d80a4710aced158dcf2ea973d15801a7cecc
CRs-Fixed: 2395823
Jeff Johnson 6 vuotta sitten
vanhempi
sitoutus
2be205e590
1 muutettua tiedostoa jossa 0 lisäystä ja 30 poistoa
  1. 0 30
      components/tdls/dispatcher/inc/wlan_tdls_public_structs.h

+ 0 - 30
components/tdls/dispatcher/inc/wlan_tdls_public_structs.h

@@ -926,36 +926,6 @@ enum tspec_dir_type {
 	BI_DIR = 2,
 };
 
-/**
- * struct sta_uapsd_params - uapsd auto trig params
- * @wmm_ac: WMM access category from 0 to 3
- * @user_priority: User priority to use in trigger frames
- * @service_interval: service interval
- * @suspend_interval: suspend interval
- * @delay_interval: delay interval
- */
-struct sta_uapsd_params {
-	uint32_t wmm_ac;
-	uint32_t user_priority;
-	uint32_t service_interval;
-	uint32_t suspend_interval;
-	uint32_t delay_interval;
-};
-
-/**
- * struct sta_uapsd_trig_params - uapsd trigger parameter
- * @vdevid: vdev id
- * @peer_addr: peer address
- * @auto_triggerparam: trigger parameters
- * @num_ac: no of access category
- */
-struct sta_uapsd_trig_params {
-	uint32_t vdevid;
-	uint8_t peer_addr[QDF_MAC_ADDR_SIZE];
-	struct sta_uapsd_params *auto_triggerparam;
-	uint32_t num_ac;
-};
-
 /**
  * struct tdls_event_info - firmware tdls event
  * @vdev_id: vdev id