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
This commit is contained in:
Jeff Johnson
2018-12-31 15:25:10 -08:00
committed by Nitesh Shrivastav
parent d8ae41fcfb
commit a4ab494859

View File

@@ -1136,18 +1136,6 @@ typedef struct sStatsExtRequest {
} tStatsExtRequest, *tpStatsExtRequest; } tStatsExtRequest, *tpStatsExtRequest;
#endif /* WLAN_FEATURE_STATS_EXT */ #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 * struct roam_blacklist_timeout - BTM blacklist entry
* @bssid - bssid that is to be blacklisted * @bssid - bssid that is to be blacklisted