commit | 2f7a318219186485c175339758ac42a03644200b | [log] [tgz] |
---|---|---|
author | Simon Wunderlich <sw@simonwunderlich.de> | Mon Dec 02 20:38:33 2013 +0100 |
committer | Antonio Quartulli <antonio@meshcoding.com> | Sat Dec 28 12:51:17 2013 +0100 |
tree | c818007dfcca7e20b9151b188a6c9488e5f79a56 | |
parent | 27a417e6badac911487c10990e04f5ccbb11b1b2 [diff] |
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>