Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/usb.h>
#include <asm/byteorder.h>
#include <linux/kthread.h>
#include "gdm_usb.h"
#include "gdm_wimax.h"
#include "usb_boot.h"
#include "hci.h"
#include "usb_ids.h"
Go to the source code of this file.
Macros | |
#define | TX_BUF_SIZE 2048 |
#define | RX_BUF_SIZE 2048 |
#define | GDM7205_PADDING 256 |
#define | H2B(x) __cpu_to_be16(x) |
#define | B2H(x) __be16_to_cpu(x) |
#define | DB2H(x) __be32_to_cpu(x) |
#define | DOWNLOAD_CONF_VALUE 0x21 |
Functions | |
MODULE_DEVICE_TABLE (usb, id_table) | |
module_init (usb_gdm_wimax_init) | |
module_exit (usb_gdm_wimax_exit) | |
MODULE_VERSION (DRIVER_VERSION) | |
MODULE_DESCRIPTION ("GCT WiMax Device Driver") | |
MODULE_AUTHOR ("Ethan Park") | |
MODULE_LICENSE ("GPL") | |
#define B2H | ( | x | ) | __be16_to_cpu(x) |
#define DB2H | ( | x | ) | __be32_to_cpu(x) |
#define H2B | ( | x | ) | __cpu_to_be16(x) |
MODULE_AUTHOR | ( | "Ethan Park" | ) |
MODULE_DESCRIPTION | ( | "GCT WiMax Device Driver" | ) |
MODULE_DEVICE_TABLE | ( | usb | , |
id_table | |||
) |
module_exit | ( | usb_gdm_wimax_exit | ) |
module_init | ( | usb_gdm_wimax_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |
MODULE_VERSION | ( | DRIVER_VERSION | ) |