]> git.karo-electronics.de Git - karo-tx-linux.git/commit
batman-adv: don't check the source address twice
authorAntonio Quartulli <antonio@open-mesh.com>
Mon, 25 Mar 2013 21:27:00 +0000 (22:27 +0100)
committerAntonio Quartulli <ordex@autistici.org>
Wed, 29 May 2013 00:44:53 +0000 (02:44 +0200)
commit281581d3e79eaacfcdc0827e9bf990422252ba5c
tree79b3cf5733210d3caa489db6ad2741965ad613e9
parentd1dc30739c587fe65f4120c045258ab01c79db1b
batman-adv: don't check the source address twice

The source address has already been checked in
batadv_check_management_packet() upon packet reception and
therefore it does not need to be checked again in
ogm_process()

Signed-off-by: Antonio Quartulli <antonio@open-mesh.com>
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
net/batman-adv/bat_iv_ogm.c