aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/uwb/i1480/i1480u-wlp
Commit message (Collapse)AuthorAgeFilesLines
* uwb: convert devices to net_device_opsStephen Hemminger2009-01-075-26/+16
| | | | | | Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Acked-by: David Vrabel <david.vrabel@csr.com> Signed-off-by: David S. Miller <davem@davemloft.net>
* uwb: remove unused include/linux/uwb/debug.hDavid Vrabel2008-12-223-3/+3
| | | | Signed-off-by: David Vrabel <david.vrabel@csr.com>
* uwb: use dev_dbg() for debug messagesDavid Vrabel2008-12-222-76/+15
| | | | | | | 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>
* wlp: start/stop radio on network interface up/downDavid Vrabel2008-11-192-41/+12
| | | | Signed-off-by: David Vrabel <david.vrabel@csr.com>
* uwb: remove unused #include <version.h>Huang Weiyi2008-10-312-2/+0
| | | | | | | | | | | | | | | | The file(s) below do not use LINUX_VERSION_CODE nor KERNEL_VERSION. drivers/uwb/drp-ie.c drivers/uwb/hwa-rc.c drivers/uwb/i1480/dfu/usb.c drivers/uwb/i1480/i1480u-wlp/lc.c drivers/uwb/i1480/i1480u-wlp/sysfs.c drivers/uwb/rsv.c drivers/uwb/whc-rc.c This patch removes the said #include <version.h>. Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com> Signed-off-by: David Vrabel <david.vrabel@csr.com>
* uwb: add the i1480 WLP driverInaky Perez-Gonzalez2008-09-177-0/+2607
Add the driver for the WLP capability of the Intel i1480 device. Signed-off-by: David Vrabel <david.vrabel@csr.com>