Selaa lähdekoodia

qcacld-3.0: Remove typedef tNanRequest

Change I542e5afe832619f8c088220cc4456aa7fe4416fd ("qcacld-3.0: Route
the legacy NAN commands through NAN component") removed the usage of
typedef tNanRequest. Since the typedef is obsolete, remove it.

Change-Id: I10e243b4e6998e69027c2f0d5f829cd2a6b27c92
CRs-Fixed: 2379059
Jeff Johnson 6 vuotta sitten
vanhempi
sitoutus
a4ab494859
1 muutettua tiedostoa jossa 0 lisäystä ja 12 poistoa
  1. 0 12
      core/wma/inc/wma_if.h

+ 0 - 12
core/wma/inc/wma_if.h

@@ -1136,18 +1136,6 @@ typedef struct sStatsExtRequest {
 } tStatsExtRequest, *tpStatsExtRequest;
 #endif /* WLAN_FEATURE_STATS_EXT */
 
-#ifdef WLAN_FEATURE_NAN
-/**
- * struct tNanRequest - NAN request params
- * @request_data_len: request data length
- * @request_data: request data
- */
-typedef struct sNanRequest {
-	uint16_t request_data_len;
-	uint8_t request_data[];
-} tNanRequest, *tpNanRequest;
-#endif /* WLAN_FEATURE_NAN */
-
 /*
  * struct roam_blacklist_timeout - BTM blacklist entry
  * @bssid - bssid that is to be blacklisted