Parcourir la source

qcacld-3.0: Remove wlan_hdd_check_sta_ap_concurrent_ch_intf()

wlan_hdd_main.h currently exports
wlan_hdd_check_sta_ap_concurrent_ch_intf()

The function does not exist, so remove the prototype.

Change-Id: I4064a4db0e90705c1d23704e335c2d815ac2a0a6
CRs-Fixed: 2106850
Jeff Johnson il y a 7 ans
Parent
commit
f9d324c699
1 fichiers modifiés avec 0 ajouts et 3 suppressions
  1. 0 3
      core/hdd/inc/wlan_hdd_main.h

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

@@ -1891,9 +1891,6 @@ struct hdd_channel_info {
 int hdd_validate_channel_and_bandwidth(struct hdd_adapter *adapter,
 				uint32_t chan_number,
 				enum phy_ch_width chan_bw);
-#ifdef FEATURE_WLAN_MCC_TO_SCC_SWITCH
-void wlan_hdd_check_sta_ap_concurrent_ch_intf(void *sta_pAdapter);
-#endif
 
 const char *hdd_device_mode_to_string(uint8_t device_mode);