Linux Kernel
3.7.1
|
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/ptrace.h>
#include <linux/slab.h>
#include <linux/string.h>
#include <linux/timer.h>
#include <linux/netdevice.h>
#include <pcmcia/cistpl.h>
#include <pcmcia/cisreg.h>
#include <pcmcia/ds.h>
#include <linux/io.h>
#include "airo.h"
Go to the source code of this file.
Data Structures | |
struct | local_info_t |
Typedefs | |
typedef struct local_info_t | local_info_t |
Functions | |
MODULE_AUTHOR ("Benjamin Reed") | |
MODULE_DESCRIPTION ("Support for Cisco/Aironet 802.11 wireless ethernet ""cards. This is the module that links the PCMCIA card ""with the airo module.") | |
MODULE_LICENSE ("Dual BSD/GPL") | |
MODULE_SUPPORTED_DEVICE ("Aironet 4500, 4800 and Cisco 340 PCMCIA cards") | |
MODULE_DEVICE_TABLE (pcmcia, airo_ids) | |
module_init (airo_cs_init) | |
module_exit (airo_cs_cleanup) | |
typedef struct local_info_t local_info_t |
MODULE_AUTHOR | ( | "Benjamin Reed" | ) |
MODULE_DESCRIPTION | ( | "Support for Cisco/Aironet 802.11 wireless ethernet ""cards. This is the module that links the PCMCIA card ""with the airo module." | ) |
MODULE_DEVICE_TABLE | ( | pcmcia | , |
airo_ids | |||
) |
module_exit | ( | airo_cs_cleanup | ) |
module_init | ( | airo_cs_init | ) |
MODULE_LICENSE | ( | "Dual BSD/GPL" | ) |