Procházet zdrojové kódy

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 před 2 roky
rodič
revize
bb37dcac25
1 změnil soubory, kde provedl 0 přidání a 10 odebrání
  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 {