30 Nov, 2008
2 commits
-
With the introduction of CONFIG_DYNAMIC_PRINTK_DEBUG it is possible to
allow debugging without having to recompile the kernel. This patch turns
all BT_DBG() calls into pr_debug() to support dynamic debug messages.As a side effect all CONFIG_BT_*_DEBUG statements are now removed and
some broken debug entries have been fixed.Signed-off-by: Marcel Holtmann
-
This patch fixes accumulating of the header in case packet was requeued
in the error path.Signed-off-by: Tomas Winkler
Signed-off-by: Marcel Holtmann
27 Oct, 2008
1 commit
-
free sk_buff with kfree_skb, instead of kree
Signed-off-by: Sergio Luis
Signed-off-by: David S. Miller
05 Feb, 2008
1 commit
-
This patch fixes a double-free spotted by the Coverity checker.
Signed-off-by: Adrian Bunk
Signed-off-by: Andrew Morton
Signed-off-by: David S. Miller
22 Oct, 2007
1 commit
-
This patch adds a generic driver for Bluetooth SDIO devices. It
supports Type-A and Type-B devices.Signed-off-by: David Vrabel
Signed-off-by: Marcel Holtmann