commit | 6d2003fc26e280001273d0b9dcc02b90f4536708 | [log] [tgz] |
---|---|---|
author | Antonio Quartulli <ordex@autistici.org> | Sat Apr 14 13:15:27 2012 +0200 |
committer | Antonio Quartulli <ordex@autistici.org> | Wed Apr 18 09:43:36 2012 +0200 |
tree | 58a9fbc1927df97ff68e6cfbd0fc31adce3b1ea4 | |
parent | ecffe75f934b4e3c5301fe5db278068e0efb0d6b [diff] |
batman-adv: convert the tt_crc to network order Before sending out a TT_Request packet we must convert the tt_crc field value to network order (since it is 16bits long). Reported-by: Al Viro <viro@ZenIV.linux.org.uk> Signed-off-by: Antonio Quartulli <ordex@autistici.org>