commit | d48ddb83666c32f14436106b8c9319f8ab24cf0a | [log] [tgz] |
---|---|---|
author | Antonio Quartulli <ordex@autistici.org> | Tue Jul 31 17:19:15 2012 +0200 |
committer | Antonio Quartulli <ordex@autistici.org> | Mon Oct 29 09:39:03 2012 +0100 |
tree | 60cf83dd2f2d17df622107c97bd605c140fd94bd | |
parent | a932657f51eadb8280166e82dc7034dfbff3985a [diff] |
batman-adv: use check_unicast_packet() in recv_roam_adv() To avoid code duplication and to simplify further changes, check_unicast_packet() is now used in recv_roam_adv() to check for not well formed packets and so discard them. Signed-off-by: Antonio Quartulli <ordex@autistici.org>