소스 검색

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
Jeff Johnson 6 년 전
부모
커밋
89748dc3d1
1개의 변경된 파일0개의 추가작업 그리고 12개의 파일을 삭제
  1. 0 12
      core/sap/inc/sap_api.h

+ 0 - 12
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;