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
This commit is contained in:
Jeff Johnson 2018-12-27 17:22:49 -08:00 committed by nshrivas
parent c3f76aa289
commit b3a9c6cfc7

View File

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