Skip to content

Commit

Permalink
Merge branch 'bugfix/neighbour_report_crash_v51' into 'release/v5.1'
Browse files Browse the repository at this point in the history
Fix crash in RRM neighbour report requests.(v5.1)

See merge request espressif/esp-idf!25114
  • Loading branch information
jack0c committed Aug 2, 2023
2 parents ffaef99 + 0ba37a2 commit adcc697
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions components/wpa_supplicant/src/common/rrm.c
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,9 @@ int wpas_rrm_send_neighbor_rep_request(struct wpa_supplicant *wpa_s,

/* Refuse if there's a live request */
if (wpa_s->rrm.notify_neighbor_rep) {
wpas_rrm_neighbor_rep_timeout_handler(&wpa_s->rrm, NULL);
#if 0
wpa_dbg(wpa_s, MSG_DEBUG,
"RRM: Currently handling previous Neighbor Report.");
return -EBUSY;
#endif
}

/* 3 = action category + action code + dialog token */
Expand Down

0 comments on commit adcc697

Please sign in to comment.