staging: gdm72xx: Add GCT GDM72xx WiMAX driver.
authorSage Ahn <syahn@gctsemi.com>
Tue, 15 May 2012 04:20:36 +0000 (13:20 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 15 May 2012 15:49:35 +0000 (08:49 -0700)
commit247e9cffdce024fec5f55f76a8592f2fa8b3aa7b
treedbc4204e78315eff10b2b2300cf0b918fa7bf295
parent93c66ee1186ad31f767f1b7cbd0ecaef7375b8ed
staging: gdm72xx: Add GCT GDM72xx WiMAX driver.

This patch provides the kernel driver for the GDM72xx WiMAX chips
developed by GCT Semiconductor, Inc., which enables mobile WiMAX
connection on the Linux host.

Signed-off-by: Sage Ahn <syahn@gctsemi.com>
Cc: Ben Chan <benchan@chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
22 files changed:
drivers/staging/Kconfig
drivers/staging/Makefile
drivers/staging/gdm72xx/Kconfig [new file with mode: 0644]
drivers/staging/gdm72xx/Makefile [new file with mode: 0644]
drivers/staging/gdm72xx/TODO [new file with mode: 0644]
drivers/staging/gdm72xx/gdm_qos.c [new file with mode: 0644]
drivers/staging/gdm72xx/gdm_qos.h [new file with mode: 0644]
drivers/staging/gdm72xx/gdm_sdio.c [new file with mode: 0644]
drivers/staging/gdm72xx/gdm_sdio.h [new file with mode: 0644]
drivers/staging/gdm72xx/gdm_usb.c [new file with mode: 0644]
drivers/staging/gdm72xx/gdm_usb.h [new file with mode: 0644]
drivers/staging/gdm72xx/gdm_wimax.c [new file with mode: 0644]
drivers/staging/gdm72xx/gdm_wimax.h [new file with mode: 0644]
drivers/staging/gdm72xx/hci.h [new file with mode: 0644]
drivers/staging/gdm72xx/netlink_k.c [new file with mode: 0644]
drivers/staging/gdm72xx/netlink_k.h [new file with mode: 0644]
drivers/staging/gdm72xx/sdio_boot.c [new file with mode: 0644]
drivers/staging/gdm72xx/sdio_boot.h [new file with mode: 0644]
drivers/staging/gdm72xx/usb_boot.c [new file with mode: 0644]
drivers/staging/gdm72xx/usb_boot.h [new file with mode: 0644]
drivers/staging/gdm72xx/usb_ids.h [new file with mode: 0644]
drivers/staging/gdm72xx/wm_ioctl.h [new file with mode: 0644]
This page took 0.025303 seconds and 5 git commands to generate.