[BLUETOOTH]: Fix unaligned access in hci_send_to_sock.
authorDavid S. Miller <davem@davemloft.net>
Wed, 22 Nov 2006 00:17:41 +0000 (16:17 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 22 Nov 2006 00:17:41 +0000 (16:17 -0800)
The "u16 *" derefs of skb->data need to be wrapped inside of
a get_unaligned().

Thanks to Gustavo Zacarias for the bug report.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found