From eaeebf6432bf845c8d9f055ffb63c46532477d06 Mon Sep 17 00:00:00 2001 From: sverma <saurabh.verma@iopsys.eu> Date: Tue, 1 Feb 2022 16:00:12 +0530 Subject: [PATCH] align btm-report cmdu with latest i1905 --- src/cntlr_map.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cntlr_map.c b/src/cntlr_map.c index ac2b6418..5a7e65db 100644 --- a/src/cntlr_map.c +++ b/src/cntlr_map.c @@ -1863,7 +1863,7 @@ int handle_sta_steer_btm_report(void *cntlr, struct cmdu_buff *cmdu) } attempt = sta_lookup_steer_attempt(s, resp->bssid, - resp->status ? NULL : resp->target_bssid); + resp->status ? NULL : resp->target_bssid[0]); if (!attempt) dbg("|%s:%d| could not find an attempt matching this btm report\n", -- GitLab