Actions
Feature #471
openbla: batadv_bla_del_claim should only delete found claim
Start date:
09/01/2026
Due date:
% Done:
0%
Estimated time:
Description
When batadv_bla_del_claim() found an entry, it should not delete any claim with the same key in the hash but only the actual entry. A better implementation for the batadv_hash_remove part can be found in batadv_tt_global_free. More specific batadv_compare_tt_entry
https://sashiko.dev/#/patchset/20260831135117.574836-1-sw%40simonwunderlich.de?part=8
Actions