]> www.infradead.org Git - users/jedix/linux-maple.git/commit
batman-adv: Switch to bitmap helper for aggregation handling
authorSven Eckelmann <sven@narfation.org>
Sun, 2 Feb 2025 16:04:11 +0000 (17:04 +0100)
committerSimon Wunderlich <sw@simonwunderlich.de>
Sat, 22 Feb 2025 10:36:25 +0000 (11:36 +0100)
commit77405977f1872249cb2bea69214c6b779dc06065
treed61cf2b1fca57f0a05ac806abe7e794cc34c41e9
parent434becf57bdc89f939db635ed3337b9d1da5967e
batman-adv: Switch to bitmap helper for aggregation handling

The aggregation code duplicates code which already exists in the the bitops
and bitmap helper. By switching to the bitmap helpers, operating on larger
aggregations becomes possible without touching the different portions of
the code which read/modify direct_link_flags.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
net/batman-adv/bat_iv_ogm.c
net/batman-adv/main.h
net/batman-adv/types.h