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> Signed-off-by: Sven Eckelmann <sven@narfation.org>
This commit is contained in:

committed by
Antonio Quartulli

parent
5346c35ebf
commit
f25bd58a9d
@@ -206,7 +206,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 {
|
||||
|
Reference in New Issue
Block a user