#include <linux/delay.h>
#include <linux/etherdevice.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/usb.h>
#include "rt2x00.h"
#include "rt2x00usb.h"
#include "rt2800lib.h"
#include "rt2800.h"
#include "rt2800usb.h"
Go to the source code of this file.
MODULE_DESCRIPTION |
( |
"Ralink RT2800 USB Wireless LAN driver." |
| ) |
|
MODULE_DEVICE_TABLE |
( |
usb |
, |
|
|
rt2800usb_device_table |
|
|
) |
| |
module_param_named |
( |
nohwcrypt |
, |
|
|
modparam_nohwcrypt |
, |
|
|
bool |
, |
|
|
S_IRUGO |
|
|
) |
| |
MODULE_PARM_DESC |
( |
nohwcrypt |
, |
|
|
"Disable hardware encryption." |
|
|
) |
| |
module_usb_driver |
( |
rt2800usb_driver |
| ) |
|