Pārlūkot izejas kodu

qcacld-3.0: Remove wlan_hdd_tdls_set_params() prototype

Previously change I5c873b9571228f0d2b4fcd4782267a2cc40fc20a
("qcacld-3.0: Remove the deprecated IOCTL in TDLS") removed the
implementation of wlan_hdd_tdls_set_params() but failed to remove the
prototype, so remove it now.

Change-Id: I0fa178bc92bc2a02e45d1ec577f9a54f40d559fb
CRs-Fixed: 2362722
Jeff Johnson 6 gadi atpakaļ
vecāks
revīzija
13be96fda3
1 mainītis faili ar 0 papildinājumiem un 3 dzēšanām
  1. 0 3
      core/hdd/inc/wlan_hdd_tdls.h

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

@@ -72,9 +72,6 @@ typedef int (*cfg80211_exttdls_callback)(const uint8_t *mac,
 					 uint32_t state,
 					 int32_t reason, void *ctx);
 
-int wlan_hdd_tdls_set_params(struct net_device *dev,
-			     struct hdd_tdls_config_params *config);
-
 int wlan_hdd_tdls_get_all_peers(struct hdd_adapter *adapter, char *buf,
 				int buflen);