Staging: add agnx wireless driver
authorLi YanBo <dreamfly281@gmail.com>
Tue, 28 Oct 2008 03:32:57 +0000 (20:32 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 6 Jan 2009 21:52:09 +0000 (13:52 -0800)
commit0f22aab89715916c100b5fa7d146c497d99d45ca
treec8874b46043e91df08ee8e2273a8bd74f60aa587
parent470c5736fffa16923a3d27a0f365b691086a014d
Staging: add agnx wireless driver

This driver is for the Airgo AGNX00 wireless chip.

From: Li YanBo <dreamfly281@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
17 files changed:
drivers/staging/Kconfig
drivers/staging/Makefile
drivers/staging/agnx/Kconfig [new file with mode: 0644]
drivers/staging/agnx/Makefile [new file with mode: 0644]
drivers/staging/agnx/TODO [new file with mode: 0644]
drivers/staging/agnx/agnx.h [new file with mode: 0644]
drivers/staging/agnx/debug.h [new file with mode: 0644]
drivers/staging/agnx/pci.c [new file with mode: 0644]
drivers/staging/agnx/phy.c [new file with mode: 0644]
drivers/staging/agnx/phy.h [new file with mode: 0644]
drivers/staging/agnx/rf.c [new file with mode: 0644]
drivers/staging/agnx/sta.c [new file with mode: 0644]
drivers/staging/agnx/sta.h [new file with mode: 0644]
drivers/staging/agnx/table.c [new file with mode: 0644]
drivers/staging/agnx/table.h [new file with mode: 0644]
drivers/staging/agnx/xmit.c [new file with mode: 0644]
drivers/staging/agnx/xmit.h [new file with mode: 0644]