[qca-nss-drv] Capwap update for DTLS support
1. Capwap can now be enable on either core based on platform data
configuration
2. Enable capwap to support creating tunnel with DTLS
Change-Id: I0be1553689cf847c779b8aeafeaba9a29afb16ca
Signed-off-by: Stephen Wang <wstephen@codeaurora.org>
diff --git a/nss_init.c b/nss_init.c
index a43d9f7..9dbbf5f 100755
--- a/nss_init.c
+++ b/nss_init.c
@@ -25,6 +25,7 @@
#endif
#include "nss_tx_rx_common.h"
#include "nss_data_plane.h"
+#include "nss_capwap.h"
#include <nss_hal.h>
@@ -942,6 +943,11 @@
nss_coredump_init_delay_work();
/*
+ * Init capwap
+ */
+ nss_capwap_init();
+
+ /*
* Register platform_driver
*/
return platform_driver_register(&nss_driver);