mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 03:10:30 -04:00
Bluetooth: Remove __packed from struct smp_ltk
The struct smp_ltk does not need to be packed and so remove __packed. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
committed by
Johan Hedberg
parent
d40f3eef0b
commit
03c515d748
@@ -101,7 +101,7 @@ struct smp_ltk {
|
||||
__le16 ediv;
|
||||
u8 rand[8];
|
||||
u8 val[16];
|
||||
} __packed;
|
||||
};
|
||||
|
||||
struct link_key {
|
||||
struct list_head list;
|
||||
|
||||
Reference in New Issue
Block a user