Merge branch 'bugfix/neighbour_report_crash_v50' into 'release/v5.0'

Fix crash in RRM neighbour report requests.(v5.0)

See merge request espressif/esp-idf!25408
This commit is contained in:
Jiang Jiang Jian 2023-08-21 12:30:22 +08:00
commit 98c2bc85bb

View File

@ -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 */