diff --git a/src/cntlr_map.c b/src/cntlr_map.c
index 0defc22fcf9f6b7e311e4fd7cd114eb4e0ba83ce..427b5ef6058cc813b116b1493e567bc97b39e3c6 100644
--- a/src/cntlr_map.c
+++ b/src/cntlr_map.c
@@ -226,9 +226,11 @@ static void cntlr_update_steer_params(struct controller *c, struct sta *s)
 int handle_topology_query(void *cntlr, struct cmdu_buff *cmdu, struct node *n)
 {
 	trace("%s: --->\n", __func__);
+#if 0 // Disable due to ieee1905 topology plugin sending without profile
 	struct controller *c = (struct controller *) cntlr;
 
 	cntlr_set_link_profile(c, n, cmdu);
+#endif
 	return 0;
 }