On Tuesday, July 31, 2012 17:19:15 Antonio Quartulli wrote:
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
v2
- coment rearrangement
v3
- fixed sizeof argument (use the variable name instead of the type, if
possible)
routing.c | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-)
Applied in revision 2ce4b9b.
Thanks, Marek