Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
rt61pci.c File Reference
#include <linux/crc-itu-t.h>
#include <linux/delay.h>
#include <linux/etherdevice.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/pci.h>
#include <linux/eeprom_93cx6.h>
#include "rt2x00.h"
#include "rt2x00pci.h"
#include "rt61pci.h"

Go to the source code of this file.

Data Structures

struct  antenna_sel
 

Macros

#define WAIT_FOR_BBP(__dev, __reg)   rt2x00pci_regbusy_read((__dev), PHY_CSR3, PHY_CSR3_BUSY, (__reg))
 
#define WAIT_FOR_RF(__dev, __reg)   rt2x00pci_regbusy_read((__dev), PHY_CSR4, PHY_CSR4_BUSY, (__reg))
 
#define WAIT_FOR_MCU(__dev, __reg)
 

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 RT61 PCI & PCMCIA Wireless LAN driver.")
 
 MODULE_SUPPORTED_DEVICE ("Ralink RT2561, RT2561s & RT2661 ""PCI & PCMCIA chipset based cards")
 
 MODULE_DEVICE_TABLE (pci, rt61pci_device_table)
 
 MODULE_FIRMWARE (FIRMWARE_RT2561)
 
 MODULE_FIRMWARE (FIRMWARE_RT2561s)
 
 MODULE_FIRMWARE (FIRMWARE_RT2661)
 
 MODULE_LICENSE ("GPL")
 
 module_pci_driver (rt61pci_driver)
 

Macro Definition Documentation

#define WAIT_FOR_BBP (   __dev,
  __reg 
)    rt2x00pci_regbusy_read((__dev), PHY_CSR3, PHY_CSR3_BUSY, (__reg))

Definition at line 59 of file rt61pci.c.

#define WAIT_FOR_MCU (   __dev,
  __reg 
)
Value:

Definition at line 63 of file rt61pci.c.

#define WAIT_FOR_RF (   __dev,
  __reg 
)    rt2x00pci_regbusy_read((__dev), PHY_CSR4, PHY_CSR4_BUSY, (__reg))

Definition at line 61 of file rt61pci.c.

Function Documentation

MODULE_AUTHOR ( DRV_PROJECT  )
MODULE_DESCRIPTION ( "Ralink RT61 PCI & PCMCIA Wireless LAN driver."  )
MODULE_DEVICE_TABLE ( pci  ,
rt61pci_device_table   
)
MODULE_FIRMWARE ( FIRMWARE_RT2561  )
MODULE_FIRMWARE ( FIRMWARE_RT2561s  )
MODULE_FIRMWARE ( FIRMWARE_RT2661  )
MODULE_LICENSE ( "GPL"  )
module_param_named ( nohwcrypt  ,
modparam_nohwcrypt  ,
bool  ,
S_IRUGO   
)
MODULE_PARM_DESC ( nohwcrypt  ,
"Disable hardware encryption."   
)
module_pci_driver ( rt61pci_driver  )
MODULE_SUPPORTED_DEVICE ( "Ralink  RT2561,
RT2561s &RT2661""PCI &PCMCIA chipset based cards  
)
MODULE_VERSION ( DRV_VERSION  )