#include "libertas_tf.h"
#include "if_usb.h"
#include <linux/delay.h>
#include <linux/module.h>
#include <linux/firmware.h>
#include <linux/netdevice.h>
#include <linux/slab.h>
#include <linux/usb.h>
Go to the source code of this file.
#define DRV_NAME "lbtf_usb" |
#define if_usb_resume NULL |
#define if_usb_suspend NULL |
#define MESSAGE_HEADER_LEN 4 |
#define MRVDRV_MIN_PKT_LEN 30 |
#define pr_fmt |
( |
|
fmt | ) |
KBUILD_MODNAME ": " fmt |
EXPORT_SYMBOL_GPL |
( |
if_usb_reset_device |
| ) |
|
EXPORT_SYMBOL_GPL |
( |
if_usb_prog_firmware |
| ) |
|
MODULE_AUTHOR |
( |
"Cozybit Inc." |
| ) |
|
MODULE_DESCRIPTION |
( |
"8388 USB WLAN Thinfirm Driver" |
| ) |
|
MODULE_DEVICE_TABLE |
( |
usb |
, |
|
|
if_usb_table |
|
|
) |
| |
MODULE_FIRMWARE |
( |
"lbtf_usb.bin" |
| ) |
|
module_param_named |
( |
fw_name |
, |
|
|
lbtf_fw_name |
, |
|
|
charp |
, |
|
|
0644 |
|
|
) |
| |
module_usb_driver |
( |
if_usb_driver |
| ) |
|