Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
wl_pci.h File Reference

Go to the source code of this file.

Macros

#define PCI_VENDOR_IDWL_LKM   0x11C1 /* Lucent Microelectronics */
 
#define PCI_DEVICE_ID_WL_LKM_0   0xAB30 /* Mini PCI */
 
#define PCI_DEVICE_ID_WL_LKM_1   0xAB34 /* Mini PCI */
 
#define PCI_DEVICE_ID_WL_LKM_2   0xAB11 /* WARP CardBus */
 

Functions

int wl_adapter_init_module (void)
 
void wl_adapter_cleanup_module (void)
 
int wl_adapter_insert (struct net_device *dev)
 
int wl_adapter_open (struct net_device *dev)
 
int wl_adapter_close (struct net_device *dev)
 
int wl_adapter_is_open (struct net_device *dev)
 

Macro Definition Documentation

#define PCI_DEVICE_ID_WL_LKM_0   0xAB30 /* Mini PCI */

Definition at line 71 of file wl_pci.h.

#define PCI_DEVICE_ID_WL_LKM_1   0xAB34 /* Mini PCI */

Definition at line 72 of file wl_pci.h.

#define PCI_DEVICE_ID_WL_LKM_2   0xAB11 /* WARP CardBus */

Definition at line 73 of file wl_pci.h.

#define PCI_VENDOR_IDWL_LKM   0x11C1 /* Lucent Microelectronics */

Definition at line 70 of file wl_pci.h.

Function Documentation

void wl_adapter_cleanup_module ( void  )

Definition at line 455 of file wl_cs.c.

int wl_adapter_close ( struct net_device dev)

Definition at line 352 of file wl_cs.c.

int wl_adapter_init_module ( void  )

Definition at line 421 of file wl_cs.c.

int wl_adapter_insert ( struct net_device dev)

Definition at line 257 of file wl_pci.c.

int wl_adapter_is_open ( struct net_device dev)

Definition at line 489 of file wl_cs.c.

int wl_adapter_open ( struct net_device dev)

Definition at line 300 of file wl_cs.c.