Commit 03c515d7 authored by Marcel Holtmann's avatar Marcel Holtmann Committed by Johan Hedberg
Browse files

Bluetooth: Remove __packed from struct smp_ltk



The struct smp_ltk does not need to be packed and so remove __packed.

Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
Signed-off-by: default avatarJohan Hedberg <johan.hedberg@intel.com>
parent d40f3eef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -101,7 +101,7 @@ struct smp_ltk {
	__le16 ediv;
	u8 rand[8];
	u8 val[16];
} __packed;
};

struct link_key {
	struct list_head list;