aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wlan-ng/README
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2008-10-02 11:29:28 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2008-10-10 15:31:10 -0700
commit00b3ed1685089ff52169a715de11106ed37df087 (patch)
tree27fff3d6498ca0f5975f8b0ac1c09beda5f9b1da /drivers/staging/wlan-ng/README
parentStaging: add w35und wifi driver (diff)
downloadlinux-dev-00b3ed1685089ff52169a715de11106ed37df087.tar.xz
linux-dev-00b3ed1685089ff52169a715de11106ed37df087.zip
Staging: add wlan-ng prism2 usb driver
This adds the wlan-ng prism2 USB driver to the drivers/staging tree. The code was originally written by the linux-wlan-ng team, patched by some Novell engineers to properly work on newer kernels, and then hacked into place in order to get it to build properly in a single subdirectory within the kernel tree by me. It supports a wide range of older USB prism2 devices, and contains a 80211 stack to support this single driver. Cc: Christian Zoz <zoz@suse.de> Cc: Andreas Gruenbacher <agruen@suse.de> Cc: linux-wireless <linux-wireless@vger.kernel.org> Cc: John Linville <linville@tuxdriver.com> Cc: Helmut Schaa <helmut.schaa@googlemail.com> Cc: linux-wlan-ng <solomon@linux-wlan.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/wlan-ng/README')
-rw-r--r--drivers/staging/wlan-ng/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/staging/wlan-ng/README b/drivers/staging/wlan-ng/README
new file mode 100644
index 000000000000..f50e4eb6c272
--- /dev/null
+++ b/drivers/staging/wlan-ng/README
@@ -0,0 +1,8 @@
+TODO:
+ - checkpatch.pl cleanups
+ - sparse warnings
+ - Lindent cleanups
+ - move to use the in-kernel wireless stack
+ - possible enable the pcmcia and pci portions of the driver
+
+Please send all patches to Greg Kroah-Hartman <greg@kroah.com>