Skip to content
Snippets Groups Projects
Commit eaeebf64 authored by Saurabh Verma's avatar Saurabh Verma Committed by Jakob Olsson
Browse files

align btm-report cmdu with latest i1905

parent 0ff9593a
Branches
No related tags found
1 merge request!81align btm-report cmdu with latest i1905
Pipeline #41831 failed
...@@ -1863,7 +1863,7 @@ int handle_sta_steer_btm_report(void *cntlr, struct cmdu_buff *cmdu) ...@@ -1863,7 +1863,7 @@ int handle_sta_steer_btm_report(void *cntlr, struct cmdu_buff *cmdu)
} }
attempt = sta_lookup_steer_attempt(s, resp->bssid, attempt = sta_lookup_steer_attempt(s, resp->bssid,
resp->status ? NULL : resp->target_bssid); resp->status ? NULL : resp->target_bssid[0]);
if (!attempt) if (!attempt)
dbg("|%s:%d| could not find an attempt matching this btm report\n", dbg("|%s:%d| could not find an attempt matching this btm report\n",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment