The following commit has been merged in the master branch: commit 4e318d177060ba811cb2d2ab80e040579ff25045 Author: Al Viro viro@ZenIV.linux.org.uk Date: Sun Apr 22 07:44:27 2012 +0100
batman-adv: don't bother flipping ->tt_data
just keep it net-endian all along
Signed-off-by: Al Viro viro@zeniv.linux.org.uk [lindner_marek@yahoo.de: fix checkpatch warnings] Signed-off-by: Marek Lindner lindner_marek@yahoo.de
diff --git a/packet.h b/packet.h index f39556b..41044a5 100644 --- a/packet.h +++ b/packet.h @@ -220,7 +220,7 @@ struct tt_query_packet { * if TT_REQUEST: crc associated with the * ttvn * if TT_RESPONSE: table_size */ - uint16_t tt_data; + __be16 tt_data; } __packed;
struct roam_adv_packet {