History log of /drivers/staging/wlan-ng/p80211metadef.h
Revision Date Author Comments
ef1a0ed7f1793531e5fb3ee489cb1e2b627f76fd 18-Feb-2010 Andrew Elwell <andrew.elwell@gmail.com> Staging: wlan-ng - checkpatch.pl fixups

Basic fixups in the staging/wlan-ng directory.
(First kernel patch - thanks to FOSDEM talk)

Signed-off-by: Andrew Elwell <Andrew.Elwell@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
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>
76e3e7c4095237ceeb962e3bd8bdc0797fb943e1 17-Apr-2009 Karl Relton <karllinuxtest.relton@ntlworld.com> Staging: wlan-ng: Move firmware loading into driver

Move prism2 firmware loading from userspace into driver, using linux
request_firmware(). Firmware is now loaded (if available) on device
probing, before it is registered as a netdevice and advertised to userspace.

Signed-off-by: Karl Relton <karllinuxtest.relton@ntlworld.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
77ebd0471a8472237c480a6aca0933f7d5b81cf0 08-Feb-2009 Moritz Muehlenhoff <jmm@debian.org> Staging: wlan-ng: p80211ioctl.h: Coding style cleanups

Signed-off-by: Moritz Muehlenhoff <jmm@debian.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
4033fefab3e35e4fab5fc8b86f90f5da8e2265c9 01-Feb-2009 Moritz Muehlenhoff <jmm@debian.org> Staging: wlan-ng: Remove dead/unused code from p80211metadef.h

Signed-off-by: Moritz Muehlenhoff <jmm@debian.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
56afef56eb3323b71b332e890263990926a2c062 29-Oct-2008 Solomon Peachy <pizza@shaftnet.org> Staging: wlan-ng: Purge all MIBs not used internally.

The next step is to bypass the MIB calling mechanism altogether and just
invoke the hardware directly where needed, but at least now the list has
been paired down considerably.

Signed-off-by: Solomon Peachy <pizza@shaftnet.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
1e7201836c576883d5bd708810cc72ab1392756f 29-Oct-2008 Solomon Peachy <pizza@shaftnet.org> Staging: wlan-ng: Delete a pile of unused mibs. And fix WEXT SET_TXPOWER.

Signed-off-by: Solomon Peachy <pizza@shaftnet.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
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>
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>
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>
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>