commit | 9284a47e8bd7d19fc1230cc8d5982820d357c3ed | [log] [tgz] |
---|---|---|
author | Simon Wunderlich <simon.wunderlich@s2003.tu-chemnitz.de> | Thu Apr 25 10:37:24 2013 +0200 |
committer | Antonio Quartulli <antonio@meshcoding.com> | Wed Oct 09 21:22:34 2013 +0200 |
tree | 5c1be30134cd3bbd2537febd60ff93120e1454ea | |
parent | a1f1ac5c4d045a1adc6662346733a6db3aee5a9d [diff] |
batman-adv: remove packed from batadv_ogm_packet As we decreased the struct size from 26 to 24 byte, we can remove __packed as the compiler will not add any more padding. Signed-off-by: Simon Wunderlich <siwu@hrz.tu-chemnitz.de> Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> Signed-off-by: Antonio Quartulli <antonio@meshcoding.com>