13 Feb, 2012
1 commit
-
The uart_proto open() callback is not called in atomic context so we can safely
sleep here. The caller hci_uart_set_proto() in hci_ldisc.c is an ioctl-handler
and therefore can sleep.Signed-off-by: David Herrmann
Acked-by: Marcel Holtmann
Signed-off-by: Johan Hedberg
13 Apr, 2011
1 commit
-
Check the return value of hu->proto->recv() in hci_uart_tty_receive()
the recv() may return error, check it, not add this to statistics.Signed-off-by: Jiejing Zhang
Signed-off-by: Gustavo F. Padovan
18 Feb, 2011
1 commit
-
Was this exploitable - who knows, but it was certainly totally broken
Signed-of-by: Alan Cox
Signed-off-by: Greg Kroah-Hartman
28 Jul, 2010
3 commits
-
sk_buffs have to be freed with kfree_skb() instead of kfree().
Signed-off-by: Dan Carpenter
Acked-by: Gustavo F. Padovan
Signed-off-by: Marcel Holtmann -
Those marks are useful to save space in the binary and in the memory.
Signed-off-by: Gustavo F. Padovan
Signed-off-by: Marcel Holtmann -
.c file shall not have the 'x' permission.
Signed-off-by: Gustavo F. Padovan
Signed-off-by: Marcel Holtmann
22 Jul, 2010
1 commit
-
Implements Atheros AR300x serial HCI protocol.
This protocol extends H4 serial protocol to implement enhanced power
management features supported by Atheros AR300x serial Bluetooth chipsets.Signed-off-by: Suraj Sumangala
Signed-off-by: Marcel Holtmann