23 Dec, 2008
1 commit
-
Instead of the home-grown d_fnstart(), d_fnend() and d_printf() macros,
use dev_dbg() or remove the message entirely.Signed-off-by: David Vrabel
16 Oct, 2008
1 commit
-
Avoid using printk_ratelimit() in many places because:
- many were error messages reporting broken hardware (it's useful to
get all of these).
- the message itself wasn't useful so the message has been removed.Signed-off-by: David Vrabel
17 Sep, 2008
2 commits
-
A DRP notification may sometimes have empty IE data. This patch fixes
uwb_est_get_size() so that this case is handled properly.Signed-off-by: Anderson Lizardo
Signed-off-by: David Vrabel -
Add the UWB radio controller interface (URCI) support.
Signed-off-by: David Vrabel