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
This commit is contained in:
Jeff Johnson
2019-01-06 14:02:54 -08:00
committed by nshrivas
parent 7700a964a9
commit c7429e600c

View File

@@ -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