aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/uwb/wlp/eda.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of ↵David Vrabel2009-01-021-9/+3
|\ | | | | | | | | | | | | | | git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into for-upstream Conflicts: drivers/uwb/wlp/eda.c
| * uwb: use the %pM formatting specifier in eda.cHarvey Harrison2008-10-281-29/+9
| | | | | | | | | | Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
* | uwb: use dev_dbg() for debug messagesDavid Vrabel2008-12-221-31/+2
|/ | | | | | | 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: add the WiMedia LLC Protocol stackReinette Chatre2008-09-171-0/+449
Add the generic code for the WiMedia Logical Link Control Protocol (WLP). This has been split into several patches for easier review. core (this patch): - everything else messages: - WLP message construction/decode wss: - Wireless Service Set support build-system: - Kconfig and Kbuild files Signed-off-by: David Vrabel <david.vrabel@csr.com>