Staging: add otus Atheros wireless network driver
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Tue, 28 Oct 2008 05:44:22 +0000 (22:44 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 6 Jan 2009 21:52:10 +0000 (13:52 -0800)
commit4bd43f507c7e2f225f58235226a8381fd6bbff1a
treea603a8ecc7fbb98ad06a1eda170532f301df01b3
parente543c241412f5f68d6948968f1a6c2cbb5fad7ff
Staging: add otus Atheros wireless network driver

Initial dump of the otus USB wireless network driver.
It builds properly, but a lot of work needs to be done cleaning
it up before it can be merged into the wireless driver tree.

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
79 files changed:
drivers/staging/Kconfig
drivers/staging/Makefile
drivers/staging/otus/80211core/amsdu.c [new file with mode: 0644]
drivers/staging/otus/80211core/cagg.c [new file with mode: 0644]
drivers/staging/otus/80211core/cagg.h [new file with mode: 0644]
drivers/staging/otus/80211core/ccmd.c [new file with mode: 0644]
drivers/staging/otus/80211core/cfunc.c [new file with mode: 0644]
drivers/staging/otus/80211core/cfunc.h [new file with mode: 0644]
drivers/staging/otus/80211core/chb.c [new file with mode: 0644]
drivers/staging/otus/80211core/cic.c [new file with mode: 0644]
drivers/staging/otus/80211core/cinit.c [new file with mode: 0644]
drivers/staging/otus/80211core/cmm.c [new file with mode: 0644]
drivers/staging/otus/80211core/cmmap.c [new file with mode: 0644]
drivers/staging/otus/80211core/cmmsta.c [new file with mode: 0644]
drivers/staging/otus/80211core/coid.c [new file with mode: 0644]
drivers/staging/otus/80211core/cprecomp.h [new file with mode: 0644]
drivers/staging/otus/80211core/cpsmgr.c [new file with mode: 0644]
drivers/staging/otus/80211core/cscanmgr.c [new file with mode: 0644]
drivers/staging/otus/80211core/ctkip.c [new file with mode: 0644]
drivers/staging/otus/80211core/ctxrx.c [new file with mode: 0644]
drivers/staging/otus/80211core/cwep.c [new file with mode: 0644]
drivers/staging/otus/80211core/cwm.c [new file with mode: 0644]
drivers/staging/otus/80211core/cwm.h [new file with mode: 0644]
drivers/staging/otus/80211core/freqctrl.c [new file with mode: 0644]
drivers/staging/otus/80211core/ledmgr.c [new file with mode: 0644]
drivers/staging/otus/80211core/performance.c [new file with mode: 0644]
drivers/staging/otus/80211core/performance.h [new file with mode: 0644]
drivers/staging/otus/80211core/pub_usb.h [new file with mode: 0644]
drivers/staging/otus/80211core/pub_zfi.h [new file with mode: 0644]
drivers/staging/otus/80211core/pub_zfw.h [new file with mode: 0644]
drivers/staging/otus/80211core/queue.c [new file with mode: 0644]
drivers/staging/otus/80211core/queue.h [new file with mode: 0644]
drivers/staging/otus/80211core/ratectrl.c [new file with mode: 0644]
drivers/staging/otus/80211core/ratectrl.h [new file with mode: 0644]
drivers/staging/otus/80211core/struct.h [new file with mode: 0644]
drivers/staging/otus/80211core/wlan.h [new file with mode: 0644]
drivers/staging/otus/Kconfig [new file with mode: 0644]
drivers/staging/otus/Makefile [new file with mode: 0644]
drivers/staging/otus/TODO [new file with mode: 0644]
drivers/staging/otus/apdbg.c [new file with mode: 0644]
drivers/staging/otus/athr_common.h [new file with mode: 0644]
drivers/staging/otus/hal/hpDKfwu.c [new file with mode: 0644]
drivers/staging/otus/hal/hpani.c [new file with mode: 0644]
drivers/staging/otus/hal/hpani.h [new file with mode: 0644]
drivers/staging/otus/hal/hpfw2.c [new file with mode: 0644]
drivers/staging/otus/hal/hpfwbu.c [new file with mode: 0644]
drivers/staging/otus/hal/hpfwspiu.c [new file with mode: 0644]
drivers/staging/otus/hal/hpfwu.c [new file with mode: 0644]
drivers/staging/otus/hal/hpfwu.c.drv_ba_resend [new file with mode: 0644]
drivers/staging/otus/hal/hpfwu_2k.c [new file with mode: 0644]
drivers/staging/otus/hal/hpfwu_BA.c [new file with mode: 0644]
drivers/staging/otus/hal/hpfwu_FB50_mdk.c [new file with mode: 0644]
drivers/staging/otus/hal/hpfwu_OTUS_RC.c [new file with mode: 0644]
drivers/staging/otus/hal/hpfwu_txstream.c [new file with mode: 0644]
drivers/staging/otus/hal/hpfwuinit.c [new file with mode: 0644]
drivers/staging/otus/hal/hpmain.c [new file with mode: 0644]
drivers/staging/otus/hal/hpreg.c [new file with mode: 0644]
drivers/staging/otus/hal/hpreg.h [new file with mode: 0644]
drivers/staging/otus/hal/hprw.c [new file with mode: 0644]
drivers/staging/otus/hal/hpusb.c [new file with mode: 0644]
drivers/staging/otus/hal/hpusb.h [new file with mode: 0644]
drivers/staging/otus/hal/otus.ini [new file with mode: 0644]
drivers/staging/otus/ioctl.c [new file with mode: 0644]
drivers/staging/otus/oal_dt.h [new file with mode: 0644]
drivers/staging/otus/oal_marc.h [new file with mode: 0644]
drivers/staging/otus/usbdrv.c [new file with mode: 0644]
drivers/staging/otus/usbdrv.h [new file with mode: 0644]
drivers/staging/otus/wrap_buf.c [new file with mode: 0644]
drivers/staging/otus/wrap_dbg.c [new file with mode: 0644]
drivers/staging/otus/wrap_ev.c [new file with mode: 0644]
drivers/staging/otus/wrap_mem.c [new file with mode: 0644]
drivers/staging/otus/wrap_mis.c [new file with mode: 0644]
drivers/staging/otus/wrap_pkt.c [new file with mode: 0644]
drivers/staging/otus/wrap_sec.c [new file with mode: 0644]
drivers/staging/otus/wrap_usb.c [new file with mode: 0644]
drivers/staging/otus/wwrap.c [new file with mode: 0644]
drivers/staging/otus/zdcompat.h [new file with mode: 0644]
drivers/staging/otus/zdusb.c [new file with mode: 0644]
drivers/staging/otus/zdusb.h [new file with mode: 0644]