|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/kernel.h>#include <linux/init.h>#include <linux/delay.h>#include <linux/pci.h>#include "orinoco.h"#include "orinoco_pci.h"Go to the source code of this file.
Macros | |
| #define | DRIVER_NAME "orinoco_pci" |
| #define | PFX DRIVER_NAME ": " |
| #define | HERMES_PCI_COR (0x26) |
| #define | HERMES_PCI_COR_MASK (0x0080) |
| #define | HERMES_PCI_COR_ONT (250) /* ms */ |
| #define | HERMES_PCI_COR_OFFT (500) /* ms */ |
| #define | HERMES_PCI_COR_BUSYT (500) /* ms */ |
Functions | |
| MODULE_DEVICE_TABLE (pci, orinoco_pci_id_table) | |
| MODULE_AUTHOR ("Pavel Roskin <[email protected]> &"" David Gibson <hermes@gibson.dropbear.id.au>") | |
| MODULE_DESCRIPTION ("Driver for wireless LAN cards using direct PCI interface") | |
| MODULE_LICENSE ("Dual MPL/GPL") | |
| module_init (orinoco_pci_init) | |
| module_exit (orinoco_pci_exit) | |
| #define DRIVER_NAME "orinoco_pci" |
Definition at line 44 of file orinoco_pci.c.
| #define HERMES_PCI_COR (0x26) |
Definition at line 57 of file orinoco_pci.c.
| #define HERMES_PCI_COR_BUSYT (500) /* ms */ |
Definition at line 67 of file orinoco_pci.c.
| #define HERMES_PCI_COR_MASK (0x0080) |
Definition at line 60 of file orinoco_pci.c.
| #define HERMES_PCI_COR_OFFT (500) /* ms */ |
Definition at line 66 of file orinoco_pci.c.
| #define HERMES_PCI_COR_ONT (250) /* ms */ |
Definition at line 65 of file orinoco_pci.c.
| #define PFX DRIVER_NAME ": " |
Definition at line 45 of file orinoco_pci.c.
| MODULE_AUTHOR | ( | "Pavel Roskin <[email protected]> &"" David Gibson <hermes@gibson.dropbear.id.au>" | ) |
| MODULE_DEVICE_TABLE | ( | pci | , |
| orinoco_pci_id_table | |||
| ) |
| module_exit | ( | orinoco_pci_exit | ) |
| module_init | ( | orinoco_pci_init | ) |
| MODULE_LICENSE | ( | "Dual MPL/GPL" | ) |
1.8.2