diff options
author | David Vrabel <david.vrabel@csr.com> | 2010-10-25 16:57:32 +0400 |
---|---|---|
committer | David Vrabel <david.vrabel@csr.com> | 2010-10-25 17:03:45 +0400 |
commit | 446396bfab00392010ebc36b9ccf859935b0f17b (patch) | |
tree | 7612ca4ed9f6cbd9e4341e7c3deae1634d3d87d8 /drivers/uwb/wlp/Makefile | |
parent | 229aebb873e29726b91e076161649cf45154b0bf (diff) | |
download | linux-446396bfab00392010ebc36b9ccf859935b0f17b.tar.xz |
uwb: Remove the WLP subsystem and drivers
The only Wimedia LLC Protocol (WLP) hardware was an Intel i1480 chip
with a beta release of firmware that was never commercially available as
a product. This hardware and firmware is no longer available as Intel
sold their UWB/WLP IP. I also see little prospect of other WLP
capable hardware ever being available.
Signed-off-by: David Vrabel <david.vrabel@csr.com>
Diffstat (limited to 'drivers/uwb/wlp/Makefile')
-rw-r--r-- | drivers/uwb/wlp/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/uwb/wlp/Makefile b/drivers/uwb/wlp/Makefile deleted file mode 100644 index c72c11db5b1b..000000000000 --- a/drivers/uwb/wlp/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -obj-$(CONFIG_UWB_WLP) := wlp.o - -wlp-objs := \ - driver.o \ - eda.o \ - messages.o \ - sysfs.o \ - txrx.o \ - wlp-lc.o \ - wss-lc.o |