Browse Source

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
Jeff Johnson 6 years ago
parent
commit
2d4ec97ad0
1 changed files with 0 additions and 2 deletions
  1. 0 2
      core/sap/src/sap_internal.h

+ 0 - 2
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;