Sfoglia il codice sorgente

qcacld-3.0: Remove ht_op_mode_fixed from struct sap_config

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

Change-Id: Ie85a99d793c964dec493432b7680eb469a20a364
CRs-Fixed: 2380768
Jeff Johnson 6 anni fa
parent
commit
c7429e600c
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      core/sap/inc/sap_api.h

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

@@ -531,7 +531,6 @@ typedef struct sap_config {
 	uint16_t ht_capab;
 	uint16_t RSNWPAReqIELength;     /* The byte count in the pWPAReqIE */
 	uint32_t beacon_int;            /* Beacon Interval */
-	uint32_t ht_op_mode_fixed;
 	enum QDF_OPMODE persona; /* Tells us which persona, GO or AP */
 	bool enOverLapCh;
 #ifdef WLAN_FEATURE_11W