aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn W. Linville <linville@tuxdriver.com>2007-02-27 13:41:26 -0500
committerJeff Garzik <jeff@garzik.org>2007-04-28 11:00:55 -0400
commitebb4e07e351e456216681f9bcf6bc4a5f0f7f55b (patch)
treeca1607f8a255878dde39e84888c9d94e12abee1b
parent70a734391a7e12ae177f703b8caf37c7f2014682 (diff)
[PATCH] wireless: remove obsolete text files
Signed-off-by: John W. Linville <linville@tuxdriver.com>
-rw-r--r--drivers/net/wireless/README25
-rw-r--r--drivers/net/wireless/todo.txt15
2 files changed, 0 insertions, 40 deletions
diff --git a/drivers/net/wireless/README b/drivers/net/wireless/README
deleted file mode 100644
index 0c274bf6d45e..000000000000
--- a/drivers/net/wireless/README
+++ /dev/null
@@ -1,25 +0,0 @@
1 README
2 ------
3
4 This directory is mostly for Wireless LAN drivers, in their
5various incarnations (ISA, PCI, Pcmcia...).
6 This separate directory is needed because a lot of driver work
7on different bus (typically PCI + Pcmcia) and share 95% of the
8code. This allow the code and the config options to be in one single
9place instead of scattered all over the driver tree, which is never
10100% satisfactory.
11
12 Note : if you want more info on the topic of Wireless LANs,
13you are kindly invited to have a look at the Wireless Howto :
14 http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
15 Some Wireless LAN drivers, like orinoco_cs, require the use of
16Wireless Tools to be configured :
17 http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html
18
19 Special notes for distribution maintainers :
20 1) wvlan_cs will be discontinued soon in favor of orinoco_cs
21 2) Please add Wireless Tools support in your scripts
22
23 Have fun...
24
25 Jean
diff --git a/drivers/net/wireless/todo.txt b/drivers/net/wireless/todo.txt
deleted file mode 100644
index 32234018de72..000000000000
--- a/drivers/net/wireless/todo.txt
+++ /dev/null
@@ -1,15 +0,0 @@
1 Wireless Todo
2 -------------
3
41) Bring other kernel Wireless LAN drivers here
5 Completed
6
72) Bring new Wireless LAN driver not yet in the kernel there
8 See my web page for details
9 In particular : HostAP
10
113) Misc
12 o Mark wavelan, wavelan_cs, netwave_cs drivers as obsolete
13 o Maybe arlan.c, ray_cs.c and strip.c also deserve to be obsolete
14
15 Jean II