Linux Kernel
3.7.1
|
#include <linux/sched.h>
#include <linux/types.h>
#include <pcmcia/cistpl.h>
#include <pcmcia/ds.h>
#include "hardware.h"
Go to the source code of this file.
Data Structures | |
struct | ipw_dev |
Macros | |
#define | IPWIRELESS_PCCARD_NAME "ipwireless" |
#define | IPWIRELESS_PCMCIA_VERSION "1.1" |
#define | IPWIRELESS_PCMCIA_AUTHOR "Stephen Blackheath, Ben Martel, Jiri Kosina and David Sterba" |
#define | IPWIRELESS_TX_QUEUE_SIZE 262144 |
#define | IPWIRELESS_RX_QUEUE_SIZE 262144 |
#define | IPWIRELESS_STATE_DEBUG |
Variables | |
int | ipwireless_debug |
int | ipwireless_loopback |
int | ipwireless_out_queue |
#define IPWIRELESS_PCMCIA_AUTHOR "Stephen Blackheath, Ben Martel, Jiri Kosina and David Sterba" |