Hi all,
On 17/09/14 09:01, Antonio Quartulli wrote:
gw_node = batadv_gw_node_get(bat_priv, orig_dst_node);
- if (!gw_node->bandwidth_down == 0)
- if (!gw_node || (gw_node->bandwidth_down == 0))
This is not the right way to fix this condition. A new patch is coming.
Cheers,