commit | 0c69aecc5b1a57d62c39cf8c552a9e823409db60 | [log] [tgz] |
---|---|---|
author | Antonio Quartulli <antonio@open-mesh.com> | Sun Oct 13 02:50:18 2013 +0200 |
committer | Antonio Quartulli <antonio@meshcoding.com> | Wed Oct 23 17:03:44 2013 +0200 |
tree | 7e4fe1bdec04e8fec9b3b7c802bfa17be0c05782 | |
parent | 8257f55ae277dd94c015f7cf32f4afd1db59fe8d [diff] |
batman-adv: invoke dev_get_by_index() outside of is_wifi_iface() Upcoming changes need to perform other checks on the incoming net_device struct. To avoid performing dev_get_by_index() for each and every check, it is better to move it outside of is_wifi_iface() and search the netdev object once only. Signed-off-by: Antonio Quartulli <antonio@open-mesh.com> Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>