This patch fixes multiple declaration of fn_destroy. This can cause linking
error when kasan is enabled.
Change-Id: I3674f0e6726ff82b65ce20be46884e3f0463beea
Signed-off-by: EunBong Song <eunb.song@samsung.com>
/* Only one wlan service instance is assumed for now. */
-struct slsi_cm_ctx cm_ctx;
+extern struct slsi_cm_ctx cm_ctx;
static inline void slsi_sig_send_init(struct slsi_sig_send *sig_send)
{
}
#endif
+struct slsi_cm_ctx cm_ctx;
+
static struct slsi_80211_channel slsi_2ghz_channels[] = {
CHAN2G(2412, 1),
CHAN2G(2417, 2),