#include <linux/interrupt.h>
#include <linux/module.h>
#include <linux/pci.h>
#include <linux/delay.h>
#include <linux/init.h>
#include <linux/dma-mapping.h>
#include "prismcompat.h"
#include "islpci_dev.h"
#include "islpci_mgt.h"
#include "isl_oid.h"
Go to the source code of this file.
MODULE_AUTHOR |
( |
" R.Bastings and W. |
Termorshuizen[Intersil], |
|
|
The prism54.org Development Team< prism54-devel @prism54.org >" |
|
|
) |
| |
MODULE_DESCRIPTION |
( |
"The Prism54 802.11 Wireless LAN adapter" |
| ) |
|
MODULE_DEVICE_TABLE |
( |
pci |
, |
|
|
prism54_id_tbl |
|
|
) |
| |
module_exit |
( |
prism54_module_exit |
| ) |
|
module_init |
( |
prism54_module_init |
| ) |
|
module_param |
( |
init_pcitm |
, |
|
|
int |
, |
|
|
0 |
|
|
) |
| |