History log of /drivers/staging/wlan-ng/prism2mgmt.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5dd8acc8fd6b0476a2dc49bc6de4712d22c368c0 14-Feb-2010 Svenne Krap <svenne@krap.dk> Staging: wlan-ng: multiple safe style cleanups

Cleanups as suggested by checkpatch.pl utiltiy.
.o's from before and after cleanup have matching SHA1s.

Signed-off-by: Svenne Krap <svenne@krap.dk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
/drivers/staging/wlan-ng/prism2mgmt.h
75f49e07520d036c2a0903694fdc0bcfb5523b76 25-May-2009 Mithlesh Thukral <mithlesh@linsyssoft.com> Staging: wlan-ng: Lindent cleanups

Lindent script cleanups in wlan-ng driver in the staging tree.
This is a item in the TODO list.

Signed-off-by: Mithlesh Thukral <mithlesh@linsyssoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
/drivers/staging/wlan-ng/prism2mgmt.h
d01f4677a86b44baa1f7ae85efa0f262a6b51d9d 09-Feb-2009 Moritz Muehlenhoff <jmm@debian.org> Staging: wlan-ng: Remove dead code from prism2mib.c

Signed-off-by: Moritz Muehlenhoff <jmm@debian.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
/drivers/staging/wlan-ng/prism2mgmt.h
2407486b839ae1a635b12fa60356dd5e37ac18a4 08-Feb-2009 Moritz Muehlenhoff <jmm@debian.org> Staging: wlan-ng: prism2mgmt.h: Coding style cleanups

Signed-off-by: Moritz Muehlenhoff <jmm@debian.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
/drivers/staging/wlan-ng/prism2mgmt.h
ea045ba02086c008505ab1a6a7a60856072be65f 05-Feb-2009 Moritz Muehlenhoff <jmm@debian.org> Staging: wlan-ng: Remove WLAN_INCLUDE_DEBUG and some related, mostly unused

Signed-off-by: Moritz Muehlenhoff <jmm@debian.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
/drivers/staging/wlan-ng/prism2mgmt.h
4c9d98d9f67e4ea2cdba136273513f131022da35 01-Feb-2009 Moritz Muehlenhoff <jmm@debian.org> Staging: wlan-ng: Remove dead/unused code from prism2sta.c

Signed-off-by: Moritz Muehlenhoff <jmm@debian.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
/drivers/staging/wlan-ng/prism2mgmt.h
3bd937af26599cfe7beddb10f9d66350e65b3526 21-Jan-2009 Moritz Muehlenhoff <jmm@debian.org> Staging: wlan-ng: Remove stray comments in header files

The header files contain a few comments, which describe the
function of the header element. Remove them where not needed.

Signed-off-by: Moritz Muehlenhoff <jmm@debian.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
/drivers/staging/wlan-ng/prism2mgmt.h
cbec30c4c00c9f5a7357f5c5dacb63ae2378afb4 29-Oct-2008 Solomon Peachy <pizza@shaftnet.org> Staging: wlan-ng: Delete a large pile of now-unused code.

Signed-off-by: Solomon Peachy <pizza@shaftnet.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
/drivers/staging/wlan-ng/prism2mgmt.h
aaad430378dd128ee015c8ed6e77809317c496a5 29-Oct-2008 Solomon Peachy <pizza@shaftnet.org> Staging: wlan-ng: Use standard kernel integer (u32/s32/etc) types.

wlan-ng needed to interact with userspace, and support very old kernels,
so it used to define its own types for integers to ensure consistency.

It's all rather irrelevant now.

Signed-off-by: Solomon Peachy <pizza@shaftnet.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
/drivers/staging/wlan-ng/prism2mgmt.h
5db8dcc98baaa5ef5fe53b411e40348ce31a1418 27-Oct-2008 Solomon Peachy <pizza@shaftnet.org> Staging: wlan-ng: Remove AP-only code from MLME functions.

It is not needed in this driver.

Signed-off-by: Solomon Peachy <pizza@shaftnet.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
/drivers/staging/wlan-ng/prism2mgmt.h
f980c178ea9d631d17be73b2384ad692a9f64706 27-Oct-2008 Solomon Peachy <pizza@shaftnet.org> Staging: wlan-ng: Eliminate a boatload of tertiaryAP-only code.

Signed-off-by: Solomon Peachy <pizza@shaftnet.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
/drivers/staging/wlan-ng/prism2mgmt.h
dff1dc8caaa42774ea82201cb3698b70f1f173c9 27-Oct-2008 Solomon Peachy <pizza@shaftnet.org> Staging: wlan-ng: Delete PCI/PLX/PCMCIA-specific code.

Also delete a large pile of code that existed to support <2.6 kernels.

Signed-off-by: Solomon Peachy <pizza@shaftnet.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
/drivers/staging/wlan-ng/prism2mgmt.h
00b3ed1685089ff52169a715de11106ed37df087 02-Oct-2008 Greg Kroah-Hartman <gregkh@suse.de> 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>
/drivers/staging/wlan-ng/prism2mgmt.h