Просмотр исходного кода

qcacld-3.0: Remove RSNAuthType from struct sap_config

The RSNAuthType field in struct sap_config is unused, so remove it.

Change-Id: Id60840b00ae30b243f46ba51a5840cb29a17dc1a
CRs-Fixed: 2411671
Jeff Johnson 6 лет назад
Родитель
Сommit
04739e334c
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      core/sap/inc/sap_api.h

+ 0 - 1
core/sap/inc/sap_api.h

@@ -488,7 +488,6 @@ typedef struct sap_config {
 	uint8_t RSNWPAReqIE[(SIR_MAC_MAX_IE_LENGTH * 2) + 4];
 	/* it is ignored if [0] is 0. */
 	uint8_t countryCode[CFG_COUNTRY_CODE_LEN];
-	uint8_t RSNAuthType;
 	uint8_t RSNEncryptType;
 	uint8_t mcRSNEncryptType;
 	eSapAuthType authType;