Staging: add rt2860 wireless driver
authorGreg Kroah-Hartman <gregkh@suse.de>
Tue, 28 Oct 2008 21:48:09 +0000 (14:48 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 6 Jan 2009 21:52:11 +0000 (13:52 -0800)
commit91980990527258a075361490cecadbb7356fc0d2
treea50d4f8765c85210062cbfe011b4367f87f81ec0
parentf4f85ff7255836122fc03f69957cdb02e2530faa
Staging: add rt2860 wireless driver

This is the Ralink RT2860 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>
65 files changed:
drivers/staging/Kconfig
drivers/staging/Makefile
drivers/staging/rt2860/2860_main_dev.c [new file with mode: 0644]
drivers/staging/rt2860/Kconfig [new file with mode: 0644]
drivers/staging/rt2860/Makefile [new file with mode: 0644]
drivers/staging/rt2860/TODO [new file with mode: 0644]
drivers/staging/rt2860/aironet.h [new file with mode: 0644]
drivers/staging/rt2860/ap.h [new file with mode: 0644]
drivers/staging/rt2860/chlist.h [new file with mode: 0644]
drivers/staging/rt2860/common/2860_rtmp_init.c [new file with mode: 0644]
drivers/staging/rt2860/common/action.c [new file with mode: 0644]
drivers/staging/rt2860/common/action.h [new file with mode: 0644]
drivers/staging/rt2860/common/ba_action.c [new file with mode: 0644]
drivers/staging/rt2860/common/cmm_data.c [new file with mode: 0644]
drivers/staging/rt2860/common/cmm_data_2860.c [new file with mode: 0644]
drivers/staging/rt2860/common/cmm_info.c [new file with mode: 0644]
drivers/staging/rt2860/common/cmm_sanity.c [new file with mode: 0644]
drivers/staging/rt2860/common/cmm_sync.c [new file with mode: 0644]
drivers/staging/rt2860/common/cmm_wpa.c [new file with mode: 0644]
drivers/staging/rt2860/common/dfs.c [new file with mode: 0644]
drivers/staging/rt2860/common/eeprom.c [new file with mode: 0644]
drivers/staging/rt2860/common/firmware.h [new file with mode: 0644]
drivers/staging/rt2860/common/md5.c [new file with mode: 0644]
drivers/staging/rt2860/common/mlme.c [new file with mode: 0644]
drivers/staging/rt2860/common/netif_block.c [new file with mode: 0644]
drivers/staging/rt2860/common/netif_block.h [new file with mode: 0644]
drivers/staging/rt2860/common/rtmp_init.c [new file with mode: 0644]
drivers/staging/rt2860/common/rtmp_tkip.c [new file with mode: 0644]
drivers/staging/rt2860/common/rtmp_wep.c [new file with mode: 0644]
drivers/staging/rt2860/common/spectrum.c [new file with mode: 0644]
drivers/staging/rt2860/config.mk [new file with mode: 0644]
drivers/staging/rt2860/dfs.h [new file with mode: 0644]
drivers/staging/rt2860/leap.h [new file with mode: 0644]
drivers/staging/rt2860/link_list.h [new file with mode: 0644]
drivers/staging/rt2860/md4.h [new file with mode: 0644]
drivers/staging/rt2860/md5.h [new file with mode: 0644]
drivers/staging/rt2860/mlme.h [new file with mode: 0644]
drivers/staging/rt2860/oid.h [new file with mode: 0644]
drivers/staging/rt2860/rt2860.h [new file with mode: 0644]
drivers/staging/rt2860/rt28xx.h [new file with mode: 0644]
drivers/staging/rt2860/rt_ate.c [new file with mode: 0644]
drivers/staging/rt2860/rt_ate.h [new file with mode: 0644]
drivers/staging/rt2860/rt_config.h [new file with mode: 0644]
drivers/staging/rt2860/rt_linux.c [new file with mode: 0644]
drivers/staging/rt2860/rt_linux.h [new file with mode: 0644]
drivers/staging/rt2860/rt_main_dev.c [new file with mode: 0644]
drivers/staging/rt2860/rt_profile.c [new file with mode: 0644]
drivers/staging/rt2860/rtmp.h [new file with mode: 0644]
drivers/staging/rt2860/rtmp_ckipmic.h [new file with mode: 0644]
drivers/staging/rt2860/rtmp_def.h [new file with mode: 0644]
drivers/staging/rt2860/rtmp_type.h [new file with mode: 0644]
drivers/staging/rt2860/spectrum.h [new file with mode: 0644]
drivers/staging/rt2860/spectrum_def.h [new file with mode: 0644]
drivers/staging/rt2860/sta/aironet.c [new file with mode: 0644]
drivers/staging/rt2860/sta/assoc.c [new file with mode: 0644]
drivers/staging/rt2860/sta/auth.c [new file with mode: 0644]
drivers/staging/rt2860/sta/auth_rsp.c [new file with mode: 0644]
drivers/staging/rt2860/sta/connect.c [new file with mode: 0644]
drivers/staging/rt2860/sta/dls.c [new file with mode: 0644]
drivers/staging/rt2860/sta/rtmp_data.c [new file with mode: 0644]
drivers/staging/rt2860/sta/sanity.c [new file with mode: 0644]
drivers/staging/rt2860/sta/sync.c [new file with mode: 0644]
drivers/staging/rt2860/sta/wpa.c [new file with mode: 0644]
drivers/staging/rt2860/sta_ioctl.c [new file with mode: 0644]
drivers/staging/rt2860/wpa.h [new file with mode: 0644]