openwrt/package/network
Matthew Cather 7729f96093 hostapd: consistent reference counting for registry
Since `wpa_ucode_registry_add` collects its own reference to the values added, the
two functions `hostapd_ucode_bss_get_uval` and `hostapd_ucode_iface_get_uval` would
sometimes return a referenced object (from `uc_resource_new`) and sometimes return
an unreferenced object (from `wpa_ucode_registry_get`). Now, both functions always
return a referenced object.

This change also indirectly fixes `hostapd_ucode_bss_get_uval`, ensuring it now
always returns a referenced object.

Signed-off-by: Matthew Cather <mattbob4@gmail.com>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2025-03-05 08:03:00 +01:00
..
config ltq-vdsl-vr11-app: exit more quickly if orderly shutdown fails 2025-02-22 18:55:54 +01:00
ipv6 odhcp6c: update to Git HEAD (2024-09-25) 2024-11-19 08:03:42 +00:00
services hostapd: consistent reference counting for registry 2025-03-05 08:03:00 +01:00
utils ethtool: work-around ETHTOOL_GRSSH/ETHTOOL_SRSSH ABI breakage 2025-02-24 05:07:01 +00:00