#include "i2400m-usb.h"
#include <linux/wimax/i2400m.h>
#include <linux/debugfs.h>
#include <linux/slab.h>
#include <linux/module.h>
#include "usb-debug-levels.h"
Go to the source code of this file.
Value:
Definition at line 384 of file usb.c.
Definition at line 73 of file usb.c.
#define I2400MU_FW_FILE_NAME_v1_4 "i2400m-fw-usb-1.4.sbcf" |
#define I2400MU_FW_FILE_NAME_v1_5 "i2400m-fw-usb-1.5.sbcf" |
#define I6050U_FW_FILE_NAME_v1_5 "i6050-fw-usb-1.5.sbcf" |
MODULE_DESCRIPTION |
( |
"Driver for USB based Intel Wireless WiMAX Connection 2400M ""(5x50 & 6050)" |
| ) |
|
MODULE_DEVICE_TABLE |
( |
usb |
, |
|
|
i2400mu_id_table |
|
|
) |
| |
module_exit |
( |
i2400mu_driver_exit |
| ) |
|
module_init |
( |
i2400mu_driver_init |
| ) |
|
module_param_string |
( |
debug |
, |
|
|
i2400mu_debug_params |
, |
|
|
sizeof(i2400mu_debug_params) |
, |
|
|
0644 |
|
|
) |
| |
MODULE_PARM_DESC |
( |
debug |
, |
|
|
"String of space-separated NAME:VALUE |
pairs, |
|
|
where NAMEs""are the different debug submodules and VALUE are the""initial debug value to set." |
|
|
) |
| |
Initial value:
Definition at line 374 of file usb.c.