diff options
Diffstat (limited to 'src/ap/rrm.c')
-rw-r--r-- | src/ap/rrm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ap/rrm.c b/src/ap/rrm.c index 56ed29c1c0687..f2d5cd16e8858 100644 --- a/src/ap/rrm.c +++ b/src/ap/rrm.c @@ -558,7 +558,7 @@ int hostapd_send_range_req(struct hostapd_data *hapd, const u8 *addr, void hostapd_clean_rrm(struct hostapd_data *hapd) { - hostpad_free_neighbor_db(hapd); + hostapd_free_neighbor_db(hapd); eloop_cancel_timeout(hostapd_lci_rep_timeout_handler, hapd, NULL); hapd->lci_req_active = 0; eloop_cancel_timeout(hostapd_range_rep_timeout_handler, hapd, NULL); |