commit | 736292c2e89ff8ba266bdc08ca035f5a7afb68f6 | [log] [tgz] |
---|---|---|
author | Marek Lindner <lindner_marek@yahoo.de> | Sat Jan 12 19:19:06 2013 +0800 |
committer | Antonio Quartulli <ordex@autistici.org> | Wed Mar 13 22:53:47 2013 +0100 |
tree | c3015a78a6787d3bd837e732197483d3d32efa19 | |
parent | 7f02d1601cf05ce79fde78cb9b9bc2e375f87126 [diff] |
batman-adv: replace redundant primary_if_get calls The batadv_priv struct carries a pointer to its own interface struct. Therefore, it is not necessary to retrieve the soft_iface via the primary interface. Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> Signed-off-by: Antonio Quartulli <ordex@autistici.org>