#include <linux/firmware.h>
#include "decl.h"
#include "ioctl.h"
#include "util.h"
#include "fw.h"
#include "main.h"
#include "wmm.h"
#include "11n.h"
#include "pcie.h"
Go to the source code of this file.
#define DRV_NAME "Marvell mwifiex PCIe" |
#define PCIE_DEVICE_ID_MARVELL_88W8766P (0x2b30) |
#define PCIE_VENDOR_ID_MARVELL (0x11ab) |
#define PCIE_VERSION "1.0" |
MODULE_AUTHOR |
( |
"Marvell International Ltd." |
| ) |
|
MODULE_DESCRIPTION |
( |
"Marvell WiFi-Ex PCI-Express Driver version " |
PCIE_VERSION | ) |
|
MODULE_DEVICE_TABLE |
( |
pci |
, |
|
|
mwifiex_ids |
|
|
) |
| |
module_exit |
( |
mwifiex_pcie_cleanup_module |
| ) |
|
MODULE_FIRMWARE |
( |
"mrvl/pcie8766_uapsta.bin" |
| ) |
|
module_init |
( |
mwifiex_pcie_init_module |
| ) |
|
MODULE_LICENSE |
( |
"GPL v2" |
| ) |
|