qcacld-3.0: Remove typedef tSirUpdateAPWPSIEsReq
Change I191dc17898bcbf84ad4b6d03c515a8124a0f4d24 ("qcacld-3.0: Remove obsolete eWNI_SME_UPDATE_APWPSIE_REQ") removed the only usage of typedef tSirUpdateAPWPSIEsReq. Since it is obsolete, remove it. Change-Id: I4513c9834b1dc4f0a2c0b9f9c77f5f6bfb054dd4 CRs-Fixed: 2376932
This commit is contained in:
@@ -1891,15 +1891,6 @@ typedef struct sSirAPWPSIEs {
|
||||
tSirWPSAssocRspIE SirWPSAssocRspIE; /*WPS Set Assoc Response IE */
|
||||
} tSirAPWPSIEs, *tpSiriAPWPSIEs;
|
||||
|
||||
typedef struct sSirUpdateAPWPSIEsReq {
|
||||
uint16_t messageType; /* eWNI_SME_UPDATE_APWPSIE_REQ */
|
||||
uint16_t length;
|
||||
uint16_t transactionId; /* Transaction ID for cmd */
|
||||
struct qdf_mac_addr bssid; /* BSSID */
|
||||
uint8_t sessionId; /* Session ID */
|
||||
tSirAPWPSIEs APWPSIEs;
|
||||
} tSirUpdateAPWPSIEsReq, *tpSirUpdateAPWPSIEsReq;
|
||||
|
||||
struct update_config {
|
||||
uint16_t messageType; /* eWNI_SME_UPDATE_CONFIG */
|
||||
uint16_t length;
|
||||
|
Reference in New Issue
Block a user