From b3a9c6cfc74ba661d8119ee3d8b9fea332563631 Mon Sep 17 00:00:00 2001 From: Jeff Johnson Date: Thu, 27 Dec 2018 17:22:49 -0800 Subject: [PATCH] qcacld-3.0: Remove ap_table fields from struct sap_config The ap_table_max_size and ap_table_expiration_time fields in struct sap_config are unused, so remove them. Change-Id: I24aabe78b0da45c3dde19b444f94222eb874477d CRs-Fixed: 2374831 --- core/sap/inc/sap_api.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/core/sap/inc/sap_api.h b/core/sap/inc/sap_api.h index 8a29a052bfe35..4f6b068e48f2f 100644 --- a/core/sap/inc/sap_api.h +++ b/core/sap/inc/sap_api.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2018 The Linux Foundation. All rights reserved. + * Copyright (c) 2012-2019 The Linux Foundation. All rights reserved. * * Permission to use, copy, modify, and/or distribute this software for * any purpose with or without fee is hereby granted, provided that the @@ -567,8 +567,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 ap_table_max_size; - uint32_t ap_table_expiration_time; uint32_t ht_op_mode_fixed; enum QDF_OPMODE persona; /* Tells us which persona, GO or AP */ bool enOverLapCh;