qcacld-3.0: Remove tSap_ManagementFrameInfo

Change Ib83700825112cc52dade594909bfa8993909ac29 ("qcacld-3.0: Send
management frame indication directly to HDD from PE") removed the
usage of tSap_ManagementFrameInfo. Since this struct is obsolete,
remove it.

Change-Id: Ic10c150286fe9f998884cdfcb8da2edadee7e156
CRs-Fixed: 2380771
This commit is contained in:
Jeff Johnson
2019-01-06 14:45:38 -08:00
committed by nshrivas
parent 034649dbd7
commit 89748dc3d1

View File

@@ -341,18 +341,6 @@ typedef struct sap_WPSPBCProbeReqEvent_s {
tSirWPSPBCProbeReq WPSPBCProbeReq;
} tSap_WPSPBCProbeReqEvent;
typedef struct sap_ManagementFrameInfo_s {
uint32_t nFrameLength;
uint8_t frameType;
uint32_t rxChan; /* Channel of where packet is received */
/*
* Point to a buffer contain the beacon, assoc req, assoc rsp frame,
* in that order user needs to use nBeaconLength, nAssocReqLength,
* nAssocRspLength to desice where each frame starts and ends.
*/
uint8_t *pbFrames;
} tSap_ManagementFrameInfo;
typedef struct sap_SendActionCnf_s {
eSapStatus actionSendSuccess;
} tSap_SendActionCnf;