Parcourir la source

qcacld-3.0: Remove typedef uapsd_start_indication_cb

Change Ie891eddad2b536e43f5f933c8683d41b096bf578 ("qcacld-3.0: Remove
obsolete code in SME QOS module") removed the only references to
typedef uapsd_start_indication_cb. Since it is obsolete, remove it.

Change-Id: I940608cf59b4f9f5f68cffb68b9ee45606461ded
CRs-Fixed: 2374843
Jeff Johnson il y a 6 ans
Parent
commit
970bea4b53
1 fichiers modifiés avec 0 ajouts et 4 suppressions
  1. 0 4
      core/sme/inc/sme_power_save_api.h

+ 0 - 4
core/sme/inc/sme_power_save_api.h

@@ -45,10 +45,6 @@ void sme_set_tspec_uapsd_mask_per_session(struct mac_context *mac_ctx,
 					  struct mac_ts_info *ts_info,
 					  uint8_t session_id);
 
-/* Full Power Req Callback */
-typedef void (*uapsd_start_indication_cb)(void *callback_context,
-		uint32_t session_id, QDF_STATUS status);
-
 QDF_STATUS sme_ps_start_uapsd(mac_handle_t mac_handle, uint32_t session_id);
 QDF_STATUS sme_set_ps_host_offload(mac_handle_t mac_handle,
 				   tpSirHostOffloadReq request,