qcacld-3.0: Remove hdd_unregister_hostapd() prototype

Previously change Ib22dfa375217a48448c5a7872a9a2ed154dd862f
("qcacld-3.0: Refactor & fix the SAP HDD APIs to maintain symmetry")
removed the implementation of hdd_unregister_hostapd() but it failed
to remove the prototype, so remove it now.

Change-Id: I5ee4bebc85395833e667b182e6a2858f0814d883
CRs-Fixed: 2363215
This commit is contained in:
Jeff Johnson
2018-12-06 20:11:56 -08:00
committed by nshrivas
父節點 1e780687e4
當前提交 b6b815eccf

查看文件

@@ -43,8 +43,6 @@ struct hdd_adapter *hdd_wlan_create_ap_dev(struct hdd_context *hdd_ctx,
unsigned char name_assign_type,
uint8_t *name);
QDF_STATUS hdd_unregister_hostapd(struct hdd_adapter *adapter, bool rtnl_held);
eCsrAuthType
hdd_translate_rsn_to_csr_auth_type(uint8_t auth_suite[4]);