Bluetooth: Use __packed annotation
To make net/ and include/net/ code consistent use __packed instead of __attribute__ ((packed)). Bluetooth subsystem was one of the last net subsys still using __attribute__ ((packed)). Signed-off-by:Gustavo F. Padovan <padovan@profusion.mobi> Signed-off-by:
Marcel Holtmann <marcel@holtmann.org>
Showing
- include/net/bluetooth/bluetooth.h 1 addition, 1 deletioninclude/net/bluetooth/bluetooth.h
- include/net/bluetooth/hci.h 92 additions, 92 deletionsinclude/net/bluetooth/hci.h
- include/net/bluetooth/l2cap.h 13 additions, 13 deletionsinclude/net/bluetooth/l2cap.h
- include/net/bluetooth/rfcomm.h 7 additions, 7 deletionsinclude/net/bluetooth/rfcomm.h
Loading
Please register or sign in to comment