Ver Fonte

qcacld-3.0: Remove typedef tSirWifiScanResultEvent

Change Ie6c4a9847f2daa9ba2aebd17f386d584201b86d6 ("qcacld-3.0: Remove
obsolete set/reset ssid hotlist") removed the usage of typedef
tSirWifiScanResultEvent. Since it is obsolete, remove it.

Change-Id: Id42fcd1ab762524fdfa90aa355fb7e37a6164cc7
CRs-Fixed: 2376931
Jeff Johnson há 6 anos atrás
pai
commit
332b9743ca
1 ficheiros alterados com 0 adições e 19 exclusões
  1. 0 19
      core/mac/inc/sir_api.h

+ 0 - 19
core/mac/inc/sir_api.h

@@ -3411,25 +3411,6 @@ struct extscan_cached_scan_result {
 	tSirWifiScanResult *ap;
 };
 
-/**
- * struct tSirWifiScanResultEvent - wifi scan result event
- * @requestId: request identifier
- * @ap_found: flag to indicate ap found or not
- *		true: AP was found
- *		false: AP was lost
- * @numOfAps: number of aps
- * @moreData: more data
- * @ap: bssid information
- *
- */
-typedef struct {
-	uint32_t     requestId;
-	bool         ap_found;
-	uint32_t     numOfAps;
-	bool         moreData;
-	tSirWifiScanResult   ap[];
-} tSirWifiScanResultEvent, *tpSirWifiScanResultEvent;
-
 /**
  * struct extscan_cached_scan_results - extscan cached scan results
  * @request_id: request identifier