Browse Source

qcacld-3.0: Remove struct hdd_tdls_config_params

Change I0fa178bc92bc2a02e45d1ec577f9a54f40d559fb ("qcacld-3.0: Remove
wlan_hdd_tdls_set_params() prototype") removed the last reference to
struct hdd_tdls_config_params. Since it is obsolete, remove the
struct.

Change-Id: I3b5dfc94e17ba1f5b490d10593ba10fd6e33d3f5
CRs-Fixed: 2368714
Jeff Johnson 6 years ago
parent
commit
2122e0c26a
1 changed files with 0 additions and 24 deletions
  1. 0 24
      core/hdd/inc/wlan_hdd_tdls.h

+ 0 - 24
core/hdd/inc/wlan_hdd_tdls.h

@@ -41,30 +41,6 @@ enum tdls_concerned_external_events {
 #define ENA_TDLS_OFFCHAN      (1 << 0)  /* TDLS Off Channel support */
 #define ENA_TDLS_BUFFER_STA   (1 << 1)  /* TDLS Buffer STA support */
 #define ENA_TDLS_SLEEP_STA    (1 << 2)  /* TDLS Sleep STA support */
-/**
- * struct hdd_tdls_config_params - tdls config params
- *
- * @tdls: tdls
- * @tx_period_t: tx period
- * @tx_packet_n: tx packets number
- * @discovery_tries_n: discovery tries
- * @idle_timeout_t: idle traffic time out value
- * @idle_packet_n: idle packet number
- * @rssi_trigger_threshold: rssi trigger threshold
- * @rssi_teardown_threshold: rssi tear down threshold
- * @rssi_delta: rssi delta
- */
-struct hdd_tdls_config_params {
-	uint32_t tdls;
-	uint32_t tx_period_t;
-	uint32_t tx_packet_n;
-	uint32_t discovery_tries_n;
-	uint32_t idle_timeout_t;
-	uint32_t idle_packet_n;
-	int32_t rssi_trigger_threshold;
-	int32_t rssi_teardown_threshold;
-	int32_t rssi_delta;
-};
 
 typedef int (*cfg80211_exttdls_callback)(const uint8_t *mac,
 					 uint32_t opclass,