aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/uwb/lc-dev.c
Commit message (Collapse)AuthorAge
* uwb: remove beacon cache entry after calling uwb_notify()Stefano Panella2008-12-23
| | | | | | | | Removing the beacon cache entry from a uwb_dev can cause an oops if the bce is released before the call to uwb_notify(). Signed-off-by: Stefano Panella <stefano.panella@csr.com> Signed-off-by: David Vrabel <david.vrabel@csr.com>
* uwb: use dev_dbg() for debug messagesDavid Vrabel2008-12-22
| | | | | | | 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 <david.vrabel@csr.com>
* uwb: use kcalloc where appropriateDavid Vrabel2008-10-15
| | | | Signed-off-by: David Vrabel <david.vrabel@csr.com>
* uwb: add the UWB stack (core files)Inaky Perez-Gonzalez2008-09-17
UWB device and radio controller device and event management. Signed-off-by: David Vrabel <david.vrabel@csr.com>