From 89748dc3d16fe6c52eb8bdb99ef0de1a6f078e35 Mon Sep 17 00:00:00 2001 From: Jeff Johnson Date: Sun, 6 Jan 2019 14:45:38 -0800 Subject: [PATCH] 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 --- core/sap/inc/sap_api.h | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/core/sap/inc/sap_api.h b/core/sap/inc/sap_api.h index b34f6a439e..9c8cf877c3 100644 --- a/core/sap/inc/sap_api.h +++ b/core/sap/inc/sap_api.h @@ -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;