소스 검색

qcacld-3.0: Remove obsolete tSirWPSAssocRspIE

tSirWPSAssocRspIE is only used to define SirWPSAssocRspIE in
tSirAPWPSIEs, but that, in turn, is never used. Since these are
obsolete, remove them.

Change-Id: I3a40a4a3a099de8d70b10e9f619420a18f045588
CRs-Fixed: 3275577
Jeff Johnson 2 년 전
부모
커밋
bb37dcac25
1개의 변경된 파일0개의 추가작업 그리고 10개의 파일을 삭제
  1. 0 10
      core/mac/inc/sir_api.h

+ 0 - 10
core/mac/inc/sir_api.h

@@ -1615,19 +1615,9 @@ typedef struct sSirWPSBeaconIE {
 	uint8_t RFBand;         /* RF bands available on the AP */
 } tSirWPSBeaconIE;
 
-#define SIR_WPS_ASSOCRSP_VER_PRESENT    0x00000001
-#define SIR_WPS_ASSOCRSP_RESPONSETYPE_PRESENT    0x00000002
-
-typedef struct sSirWPSAssocRspIE {
-	uint32_t FieldPresent;
-	uint32_t Version;
-	uint8_t ResposeType;
-} tSirWPSAssocRspIE;
-
 typedef struct sSirAPWPSIEs {
 	tSirWPSProbeRspIE SirWPSProbeRspIE;     /*WPS Set Probe Respose IE */
 	tSirWPSBeaconIE SirWPSBeaconIE; /*WPS Set Beacon IE */
-	tSirWPSAssocRspIE SirWPSAssocRspIE;     /*WPS Set Assoc Response IE */
 } tSirAPWPSIEs, *tpSiriAPWPSIEs;
 
 struct update_config {