batman-adv: fix size of batadv_bla_claim_dst
authorSimon Wunderlich <sw@simonwunderlich.de>
Mon, 2 Dec 2013 19:38:33 +0000 (20:38 +0100)
committerAntonio Quartulli <antonio@meshcoding.com>
Sat, 28 Dec 2013 11:51:17 +0000 (12:51 +0100)
commit2f7a318219186485c175339758ac42a03644200b
treec818007dfcca7e20b9151b188a6c9488e5f79a56
parent27a417e6badac911487c10990e04f5ccbb11b1b2
batman-adv: fix size of batadv_bla_claim_dst

Since this is a mac address and always 48 bit, and we can assume that
it is always aligned to 2-byte boundaries, add a pack(2) pragma.

Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
Signed-off-by: Antonio Quartulli <antonio@meshcoding.com>
net/batman-adv/packet.h