Ver Fonte

qcacld-3.0: Remove unused csr_roam_profile fields

The following fields in struct csr_roam_profile are unused, so remove
them:
- nWSCReqIELength
- pWSCReqIE
- fils_connection

Change-Id: I8fcae065b10d5480f2adab77427ef3048448d9a1
CRs-Fixed: 2364100
Jeff Johnson há 6 anos atrás
pai
commit
6142985f4c
1 ficheiros alterados com 0 adições e 3 exclusões
  1. 0 3
      core/sme/inc/csr_api.h

+ 0 - 3
core/sme/inc/csr_api.h

@@ -857,8 +857,6 @@ struct csr_roam_profile {
 	/* WPS Association if true => auth and ecryption should be ignored */
 	bool bWPSAssociation;
 	bool bOSENAssociation;
-	uint32_t nWSCReqIELength; /* The byte count in the pWSCReqIE */
-	uint8_t *pWSCReqIE;       /* If not null,it's IE byte stream for WSC */
 	uint8_t ieee80211d;
 	uint8_t privacy;
 	bool fwdWPSPBCProbeReq;
@@ -884,7 +882,6 @@ struct csr_roam_profile {
 	bool supplicant_disabled_roaming;
 	bool driver_disabled_roaming;
 #ifdef WLAN_FEATURE_FILS_SK
-	bool fils_connection;
 	uint8_t *hlp_ie;
 	uint32_t hlp_ie_len;
 	struct cds_fils_connection_info *fils_con_info;