[PATCH batadv v2 0/4] batman-adv: wifi flags cache cleanup
Sven Eckelmann <[email protected]> Thu, 04 Jun 2026 06:40:49 +0200
| Newsgroups | org.open-mesh.lists.batman |
|---|---|
| Message-ID | <[email protected]> |
Unfortunately, the new wifi flags cache had some problems in the kernel doc and non-optimal code in batadv_wifi_net_device_insert(). Let us just fix this while the code is fresh :) Signed-off-by: Sven Eckelmann <[email protected]> --- Changes in v2: - added "@wifi_flags:" prefix to batadv_wifi_net_device_insert kerneldoc - added comment about the process before rhashtable_destroy is called - Link to v1: https://patch.msgid.link/[email protected] --- Sven Eckelmann (4): batman-adv: correct batadv_wifi_* kernel-doc batman-adv: document cleanup of batadv_wifi_net_devices entries batman-adv: drop duplicated wifi_flags assignments batman-adv: use GFP_KERNEL allocations for the wifi detection cache net/batman-adv/hard-interface.c | 15 +++++++++------ net/batman-adv/hard-interface.h | 4 ++-- 2 files changed, 11 insertions(+), 8 deletions(-) --- base-commit: 7fb5fc7265f6ce4962357c5383873fd2ef9d50d4 change-id: 20260602-wifi-cache-cleanup-656e0602c946 Best regards, -- Sven Eckelmann <[email protected]>