소스 검색

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 7 년 전
부모
커밋
f9d324c699
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  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);