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
This commit is contained in:
Jeff Johnson
2018-12-30 23:47:22 -08:00
committed by nshrivas
부모 a2a04c7b4c
커밋 2d4ec97ad0

파일 보기

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