|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/kernel.h>#include <linux/init.h>#include <linux/delay.h>#include <pcmcia/cistpl.h>#include <pcmcia/cisreg.h>#include <pcmcia/ds.h>#include "orinoco.h"Go to the source code of this file.
Data Structures | |
| struct | orinoco_pccard |
Macros | |
| #define | DRIVER_NAME "orinoco_cs" |
| #define | PFX DRIVER_NAME ": " |
Functions | |
| MODULE_AUTHOR ("David Gibson <hermes@gibson.dropbear.id.au>") | |
| MODULE_DESCRIPTION ("Driver for PCMCIA Lucent Orinoco,"" Prism II based and similar wireless cards") | |
| MODULE_LICENSE ("Dual MPL/GPL") | |
| module_param (ignore_cis_vcc, int, 0) | |
| MODULE_PARM_DESC (ignore_cis_vcc,"Allow voltage mismatch between card and socket") | |
| MODULE_DEVICE_TABLE (pcmcia, orinoco_cs_ids) | |
| module_init (init_orinoco_cs) | |
| module_exit (exit_orinoco_cs) | |
| #define DRIVER_NAME "orinoco_cs" |
Definition at line 13 of file orinoco_cs.c.
| #define PFX DRIVER_NAME ": " |
Definition at line 14 of file orinoco_cs.c.
| MODULE_AUTHOR | ( | "David Gibson <hermes@gibson.dropbear.id.au>" | ) |
| MODULE_DESCRIPTION | ( | "Driver for PCMCIA Lucent | Orinoco, |
| ""Prism II based and similar wireless cards" | |||
| ) |
| MODULE_DEVICE_TABLE | ( | pcmcia | , |
| orinoco_cs_ids | |||
| ) |
| module_exit | ( | exit_orinoco_cs | ) |
| module_init | ( | init_orinoco_cs | ) |
| MODULE_LICENSE | ( | "Dual MPL/GPL" | ) |
| module_param | ( | ignore_cis_vcc | , |
| int | , | ||
| 0 | |||
| ) |
1.8.2