Skip to content
Commit 9bc80c0b authored by Sergei Antonov's avatar Sergei Antonov Committed by Tom Rini
Browse files

net: ipv6: fix alignment errors on ARM



Commands "ping6" and "tftpboot ... -ipv6" did not work on ARM because
machine code expects 4-byte alignment and some structures from net6.h
are not aligned in memory.

Fix by adding __packed, since it is already used in this file.

Signed-off-by: default avatarSergei Antonov <saproj@gmail.com>
Reviewed-by: default avatarViacheslav Mitrofanov <v.v.mitrofanov@yadro.com>
parent 7db25d99
Loading
Loading
Loading
Loading