OSDN Git Service
(root)
/
uclinux-h8
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d40f3ee
)
Bluetooth: Remove __packed from struct smp_ltk
author
Marcel Holtmann
<marcel@holtmann.org>
Sat, 1 Feb 2014 02:42:18 +0000
(18:42 -0800)
committer
Johan Hedberg
<johan.hedberg@intel.com>
Thu, 13 Feb 2014 07:51:43 +0000
(09:51 +0200)
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>
include/net/bluetooth/hci_core.h
patch
|
blob
|
history
diff --git
a/include/net/bluetooth/hci_core.h
b/include/net/bluetooth/hci_core.h
index
6854384
..
4e87878
100644
(file)
--- a/
include/net/bluetooth/hci_core.h
+++ b/
include/net/bluetooth/hci_core.h
@@
-101,7
+101,7
@@
struct smp_ltk {
__le16 ediv;
u8 rand[8];
u8 val[16];
-}
__packed
;
+};
struct link_key {
struct list_head list;