From 2d4ec97ad0a15e522e0281a34924a58b136a7a0e Mon Sep 17 00:00:00 2001 From: Jeff Johnson Date: Sun, 30 Dec 2018 23:47:22 -0800 Subject: [PATCH] qcacld-3.0: Remove rate_set fields from struct sap_context Change I3226438b908a96f1b1bd3c2968a0c20eef81a799 ("qcacld-3.0: Populate correct supported rates from hostapd.conf file") removed the logic which previously utilized the supp_rate_set and extended_rate_set fields in struct sap_context. Since these fields are now obsolete, remove them. Change-Id: Id433659da18d61217b45a839aaddcfbae329143d CRs-Fixed: 2378327 --- core/sap/src/sap_internal.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/sap/src/sap_internal.h b/core/sap/src/sap_internal.h index 89156ce233..f0c674a2d2 100644 --- a/core/sap/src/sap_internal.h +++ b/core/sap/src/sap_internal.h @@ -221,8 +221,6 @@ struct sap_context { uint8_t dfs_vendor_chan_bw; uint8_t chan_before_pre_cac; uint16_t beacon_tx_rate; - tSirMacRateSet supp_rate_set; - tSirMacRateSet extended_rate_set; enum sap_acs_dfs_mode dfs_mode; wlan_scan_requester req_id; uint8_t sap_sta_id;