commit | 666e9f80d60fc29adfe9474da46f31ed391baec0 | [log] [tgz] |
---|---|---|
author | Robert Lubos <robert.lubos@nordicsemi.no> | Tue Oct 05 12:23:57 2021 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Nov 25 10:46:35 2021 -0500 |
tree | 9cd9e991ed455c434bb1a996bc756ddd07ae4fad | |
parent | 064200b42015016590d0e63cc574817a8301fb3b [diff] |
net: ipv6: Remove in6_addr from packed net_ipv6_hdr struct Replace unpacked in6_addr structures with raw buffers in net_ipv6_hdr struct, to prevent compiler warnings about unaligned access. Remove __packed parameter from `struct net_6lo_context` since the structure isn't really serialized. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>