qcacmn: Componentize and enable conv WIFI POS

Componentize and enable converged WIFI POS

Change-Id: I8e3f745dbb087818c9d411c7a00e1cdb2907d4d3
这个提交包含在:
Abhiram Jogadenu
2019-07-12 11:03:04 +05:30
提交者 nshrivas
父节点 316c0fdb45
当前提交 1c2b583ee2
修改 13 个文件,包含 99 行新增65 行删除

查看文件

@@ -23,6 +23,7 @@
*/
#include "qdf_platform.h"
#include "qdf_module.h"
#include "wlan_nlink_srv.h"
#include "wlan_ptt_sock_svc.h"
#include "wlan_nlink_common.h"
@@ -265,6 +266,7 @@ int os_if_wifi_pos_register_nl(void)
return nl_srv_register(WLAN_NL_MSG_OEM, os_if_wifi_pos_callback);
}
#endif /* CNSS_GENL */
qdf_export_symbol(os_if_wifi_pos_register_nl);
#ifdef CNSS_GENL
int os_if_wifi_pos_deregister_nl(void)