ng_netif_hdr: remove packed attribute from ng_netif_hdr_t

This commit is contained in:
Martine Lenders 2015-07-13 14:24:01 +02:00
parent 72b883f5ed
commit b010d53eea

View File

@ -75,7 +75,7 @@ extern "C" {
* The link layer addresses included in this header are put in memory directly
* following this struct.
*/
typedef struct __attribute__((packed)) {
typedef struct {
uint8_t src_l2addr_len; /**< length of l2 source address in byte */
uint8_t dst_l2addr_len; /**< length of l2 destination address in byte */
kernel_pid_t if_pid; /**< PID of network interface */