Hi Marek,
On Sat, Jul 19, 2014 at 06:02:47PM +0800, Marek Lindner wrote:
On Tuesday 15 July 2014 04:38:18 Linus Lüssing wrote:
+#ifdef CONFIG_BATMAN_ADV_MCAST +/**
- batadv_mcast_flags_open - Prepare file handler for reads from mcast_flags
No upper case please.
k, right
rcu_read_lock();
hlist_for_each_entry_rcu(orig_node, head, hash_entry) {
if (!(orig_node->capa_initialized &
BATADV_ORIG_CAPA_HAS_MCAST))
continue;
Why not printing '-' in this case as well ?
Hm, my intention was to only list primary originators. Which the capa_initialized can provide.
Every other, secondary interface originator is ignored in the calculations, too, since these will never provide (and don't need to) provide a TVLV anyways.
Does this make sense?
Cheers, Marek
Cheers, Linus