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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user