#include <linux/delay.h>
#include <linux/etherdevice.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/pci.h>
#include <linux/platform_device.h>
#include <linux/eeprom_93cx6.h>
#include "rt2x00.h"
#include "rt2x00pci.h"
#include "rt2x00soc.h"
#include "rt2800lib.h"
#include "rt2800.h"
#include "rt2800pci.h"
Go to the source code of this file.
MODULE_DESCRIPTION |
( |
"Ralink RT2800 PCI & PCMCIA Wireless LAN driver." |
| ) |
|
module_exit |
( |
rt2800pci_exit |
| ) |
|
module_init |
( |
rt2800pci_init |
| ) |
|
module_param_named |
( |
nohwcrypt |
, |
|
|
modparam_nohwcrypt |
, |
|
|
bool |
, |
|
|
S_IRUGO |
|
|
) |
| |
MODULE_PARM_DESC |
( |
nohwcrypt |
, |
|
|
"Disable hardware encryption." |
|
|
) |
| |