19 Sep, 2012
1 commit
-
removes unnecessary semicolon
Found by Coccinelle: http://coccinelle.lip6.fr/
Signed-off-by: Peter Senna Tschudin
Acked-by: Marcel Holtmann
Signed-off-by: Gustavo Padovan
05 Jun, 2012
1 commit
-
Let the compiler chooses what is best.
Signed-off-by: Gustavo Padovan
Signed-off-by: Marcel Holtmann
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
31 Mar, 2011
1 commit
-
Fixes generated by 'codespell' and manually reviewed.
Signed-off-by: Lucas De Marchi
28 Jul, 2010
1 commit
-
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
22 Jul, 2010
1 commit
-
Use the __packed annotation instead of the __attribute__((packed)).
Signed-off-by: Gustavo F. Padovan
Signed-off-by: Marcel Holtmann
10 May, 2010
2 commits
-
Signed-off-by: Gustavo F. Padovan
Signed-off-by: Marcel Holtmann -
Set the proper error(ENOMEM), instead of just return 0.
Signed-off-by: Gustavo F. Padovan
Signed-off-by: Marcel Holtmann
27 Feb, 2009
1 commit
-
Remove some pointless conditionals before kfree_skb().
Signed-off-by: Wei Yongjun
Signed-off-by: Marcel Holtmann
11 Jan, 2008
1 commit
-
In the (rare) event of simultaneous mutual wake up requests,
do send the chip an explicit wake-up ack. This is required
for Texas Instruments's BRF6350 chip.Signed-off-by: Ohad Ben-Cohen
Signed-off-by: David S. Miller
22 Oct, 2007
1 commit
-
Add support for Texas Instruments' HCI Low Level (HCILL) Bluetooth
protocol, which is a power management extension to H4. The HCILL is
widely used by TI's BRF63xx Bluetooth chips.Signed-off-by: Ohad Ben-Cohen
Signed-off-by: Marcel Holtmann