[PATCH] bcm43xx: Move README file to Documentation directory.
authorMichael Buesch <mbuesch@freenet.de>
Fri, 27 Jan 2006 16:37:05 +0000 (17:37 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 27 Mar 2006 16:18:25 +0000 (11:18 -0500)
Signed-off-by: Michael Buesch <mbuesch@freenet.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Documentation/networking/bcm43xx.txt [new file with mode: 0644]
drivers/net/wireless/bcm43xx/README [deleted file]

diff --git a/Documentation/networking/bcm43xx.txt b/Documentation/networking/bcm43xx.txt
new file mode 100644 (file)
index 0000000..64d9022
--- /dev/null
@@ -0,0 +1,36 @@
+
+                       BCM43xx Linux Driver Project
+                       ============================
+
+About this software
+-------------------
+
+The goal of this project is to develop a linux driver for Broadcom
+BCM43xx chips, based on the specification at 
+http://bcm-specs.sipsolutions.net/
+
+The project page is http://bcm43xx.berlios.de/
+
+
+Requirements
+------------
+
+1)     Linux Kernel 2.6.15 or later
+       http://www.kernel.org/
+
+       You may want to configure your kernel with:
+
+       CONFIG_DEBUG_FS (optional):
+               -> Kernel hacking
+                 -> Debug Filesystem
+
+2)     SoftMAC IEEE 802.11 Networking Stack extension and patched ieee80211
+       modules:
+       http://softmac.sipsolutions.net/
+
+3)     Firmware Files
+
+       Please try fwcutter. Fwcutter can extract the firmware from various 
+       binary driver files. It supports driver files from Windows, MacOS and 
+       Linux. You can get fwcutter from http://bcm43xx.berlios.de/.
+       Also, fwcutter comes with a README file for further instructions.
diff --git a/drivers/net/wireless/bcm43xx/README b/drivers/net/wireless/bcm43xx/README
deleted file mode 100644 (file)
index 64d9022..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-
-                       BCM43xx Linux Driver Project
-                       ============================
-
-About this software
--------------------
-
-The goal of this project is to develop a linux driver for Broadcom
-BCM43xx chips, based on the specification at 
-http://bcm-specs.sipsolutions.net/
-
-The project page is http://bcm43xx.berlios.de/
-
-
-Requirements
-------------
-
-1)     Linux Kernel 2.6.15 or later
-       http://www.kernel.org/
-
-       You may want to configure your kernel with:
-
-       CONFIG_DEBUG_FS (optional):
-               -> Kernel hacking
-                 -> Debug Filesystem
-
-2)     SoftMAC IEEE 802.11 Networking Stack extension and patched ieee80211
-       modules:
-       http://softmac.sipsolutions.net/
-
-3)     Firmware Files
-
-       Please try fwcutter. Fwcutter can extract the firmware from various 
-       binary driver files. It supports driver files from Windows, MacOS and 
-       Linux. You can get fwcutter from http://bcm43xx.berlios.de/.
-       Also, fwcutter comes with a README file for further instructions.