Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
rt2800pci.c File Reference
#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.

Functions

 module_param_named (nohwcrypt, modparam_nohwcrypt, bool, S_IRUGO)
 
 MODULE_PARM_DESC (nohwcrypt,"Disable hardware encryption.")
 
 MODULE_AUTHOR (DRV_PROJECT)
 
 MODULE_VERSION (DRV_VERSION)
 
 MODULE_DESCRIPTION ("Ralink RT2800 PCI & PCMCIA Wireless LAN driver.")
 
 MODULE_SUPPORTED_DEVICE ("Ralink RT2860 PCI & PCMCIA chipset based cards")
 
 MODULE_LICENSE ("GPL")
 
 module_init (rt2800pci_init)
 
 module_exit (rt2800pci_exit)
 

Function Documentation

MODULE_AUTHOR ( DRV_PROJECT  )
MODULE_DESCRIPTION ( "Ralink RT2800 PCI & PCMCIA Wireless LAN driver."  )
module_exit ( rt2800pci_exit  )
module_init ( rt2800pci_init  )
MODULE_LICENSE ( "GPL"  )
module_param_named ( nohwcrypt  ,
modparam_nohwcrypt  ,
bool  ,
S_IRUGO   
)
MODULE_PARM_DESC ( nohwcrypt  ,
"Disable hardware encryption."   
)
MODULE_SUPPORTED_DEVICE ( "Ralink RT2860 PCI & PCMCIA chipset based cards )
MODULE_VERSION ( DRV_VERSION  )