qcacmn: Remove wmi_unified_get_buf_extscan_hotlist_cmd()

Change "qcacmn: Add revised extscan start hotlist monitor API" (Change
Id Ie705f2462c7d5befa691f1ab57293e55ab68e3e2) recently added a revised
"start hotlist" handler. The only known client of the existing
interface was converted to use the new interface with change
"qcacld-3.0: Refine the extscan start BSSID hotlist logic" (Change-Id
I4d9f982177bc61a751ba0e7437fe55482dfd2723) so remove the now obsolete
interface.

Change-Id: I6e43170daa3ed2d932f1f2fa6717ea230a37ea8b
CRs-Fixed: 2294278
This commit is contained in:
Jeff Johnson
2018-07-13 23:34:34 -07:00
committed by nshrivas
parent 29757ad9ee
commit 886d010afb
5 changed files with 0 additions and 56 deletions

View File

@@ -62,8 +62,4 @@ QDF_STATUS wmi_unified_stop_extscan_cmd(void *wmi_hdl,
QDF_STATUS wmi_unified_start_extscan_cmd(void *wmi_hdl,
struct wifi_scan_cmd_req_params *pstart);
QDF_STATUS wmi_unified_get_buf_extscan_hotlist_cmd(void *wmi_hdl,
struct ext_scan_setbssid_hotlist_params *
photlist, int *buf_len);
#endif /* _WMI_UNIFIED_EXTSCAN_API_H_ */