From c7429e600cfc486fb6310a6c0c78c78140e459f8 Mon Sep 17 00:00:00 2001 From: Jeff Johnson Date: Sun, 6 Jan 2019 14:02:54 -0800 Subject: [PATCH] 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 --- core/sap/inc/sap_api.h | 1 - 1 file changed, 1 deletion(-) diff --git a/core/sap/inc/sap_api.h b/core/sap/inc/sap_api.h index e42617b4c8..b50a323092 100644 --- a/core/sap/inc/sap_api.h +++ b/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