]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
Staging: add rt2870 wireless driver
authorGreg Kroah-Hartman <gregkh@suse.de>
Thu, 18 Dec 2008 01:04:23 +0000 (17:04 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 6 Jan 2009 21:52:35 +0000 (13:52 -0800)
commitc55519ff75224222f4668c92ae3733059269f575
treecf7871a28ee226e274763608f215c171d54cd33e
parent6e16aee60c815dac2d6c3b875769a79d09df6f91
Staging: add rt2870 wireless driver

This is the Ralink RT2870 driver from the company that does horrible
things like reading a config file from /etc.  However, the driver that
is currently under development from the wireless development community
is not working at all yet, so distros and users are using this version
instead (quite common hardware on a lot of netbook machines).

So here is this driver, for now, until the wireless developers get a
"clean" version into the main tree, or until this version is cleaned up
sufficiently to move out of the staging tree.

Ported to the Linux build system and cleaned up a bit already by me.

Cc: Linux wireless <linux-wireless@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
70 files changed:
drivers/staging/Kconfig
drivers/staging/Makefile
drivers/staging/rt2870/2870_main_dev.c [new file with mode: 0644]
drivers/staging/rt2870/Kconfig [new file with mode: 0644]
drivers/staging/rt2870/Makefile [new file with mode: 0644]
drivers/staging/rt2870/TODO [new file with mode: 0644]
drivers/staging/rt2870/aironet.h [new file with mode: 0644]
drivers/staging/rt2870/ap.h [new file with mode: 0644]
drivers/staging/rt2870/chlist.h [new file with mode: 0644]
drivers/staging/rt2870/common/2870_rtmp_init.c [new file with mode: 0644]
drivers/staging/rt2870/common/action.c [new file with mode: 0644]
drivers/staging/rt2870/common/action.h [new file with mode: 0644]
drivers/staging/rt2870/common/ba_action.c [new file with mode: 0644]
drivers/staging/rt2870/common/cmm_data.c [new file with mode: 0644]
drivers/staging/rt2870/common/cmm_data_2870.c [new file with mode: 0644]
drivers/staging/rt2870/common/cmm_info.c [new file with mode: 0644]
drivers/staging/rt2870/common/cmm_sanity.c [new file with mode: 0644]
drivers/staging/rt2870/common/cmm_sync.c [new file with mode: 0644]
drivers/staging/rt2870/common/cmm_wpa.c [new file with mode: 0644]
drivers/staging/rt2870/common/dfs.c [new file with mode: 0644]
drivers/staging/rt2870/common/eeprom.c [new file with mode: 0644]
drivers/staging/rt2870/common/firmware.h [new file with mode: 0644]
drivers/staging/rt2870/common/md5.c [new file with mode: 0644]
drivers/staging/rt2870/common/mlme.c [new file with mode: 0644]
drivers/staging/rt2870/common/netif_block.c [new file with mode: 0644]
drivers/staging/rt2870/common/rtmp_init.c [new file with mode: 0644]
drivers/staging/rt2870/common/rtmp_tkip.c [new file with mode: 0644]
drivers/staging/rt2870/common/rtmp_wep.c [new file with mode: 0644]
drivers/staging/rt2870/common/rtusb_bulk.c [new file with mode: 0644]
drivers/staging/rt2870/common/rtusb_data.c [new file with mode: 0644]
drivers/staging/rt2870/common/rtusb_io.c [new file with mode: 0644]
drivers/staging/rt2870/common/spectrum.c [new file with mode: 0644]
drivers/staging/rt2870/dfs.h [new file with mode: 0644]
drivers/staging/rt2870/leap.h [new file with mode: 0644]
drivers/staging/rt2870/link_list.h [new file with mode: 0644]
drivers/staging/rt2870/md4.h [new file with mode: 0644]
drivers/staging/rt2870/md5.h [new file with mode: 0644]
drivers/staging/rt2870/mlme.h [new file with mode: 0644]
drivers/staging/rt2870/netif_block.h [new file with mode: 0644]
drivers/staging/rt2870/oid.h [new file with mode: 0644]
drivers/staging/rt2870/rt2870.h [new file with mode: 0644]
drivers/staging/rt2870/rt28xx.h [new file with mode: 0644]
drivers/staging/rt2870/rt_ate.c [new file with mode: 0644]
drivers/staging/rt2870/rt_ate.h [new file with mode: 0644]
drivers/staging/rt2870/rt_config.h [new file with mode: 0644]
drivers/staging/rt2870/rt_linux.c [new file with mode: 0644]
drivers/staging/rt2870/rt_linux.h [new file with mode: 0644]
drivers/staging/rt2870/rt_main_dev.c [new file with mode: 0644]
drivers/staging/rt2870/rt_profile.c [new file with mode: 0644]
drivers/staging/rt2870/rtmp.h [new file with mode: 0644]
drivers/staging/rt2870/rtmp_ckipmic.h [new file with mode: 0644]
drivers/staging/rt2870/rtmp_def.h [new file with mode: 0644]
drivers/staging/rt2870/rtmp_type.h [new file with mode: 0644]
drivers/staging/rt2870/spectrum.h [new file with mode: 0644]
drivers/staging/rt2870/spectrum_def.h [new file with mode: 0644]
drivers/staging/rt2870/sta/aironet.c [new file with mode: 0644]
drivers/staging/rt2870/sta/assoc.c [new file with mode: 0644]
drivers/staging/rt2870/sta/auth.c [new file with mode: 0644]
drivers/staging/rt2870/sta/auth_rsp.c [new file with mode: 0644]
drivers/staging/rt2870/sta/connect.c [new file with mode: 0644]
drivers/staging/rt2870/sta/dls.c [new file with mode: 0644]
drivers/staging/rt2870/sta/rtmp_data.c [new file with mode: 0644]
drivers/staging/rt2870/sta/sanity.c [new file with mode: 0644]
drivers/staging/rt2870/sta/sync.c [new file with mode: 0644]
drivers/staging/rt2870/sta/wpa.c [new file with mode: 0644]
drivers/staging/rt2870/sta_ioctl.c [new file with mode: 0644]
drivers/staging/rt2870/sta_ioctl.c.patch [new file with mode: 0644]
drivers/staging/rt2870/tmp60 [new file with mode: 0644]
drivers/staging/rt2870/tmp61 [new file with mode: 0644]
drivers/staging/rt2870/wpa.h [new file with mode: 0644]