Go to the source code of this file.
Defines | |
#define | KERNEL_VERSION(a, b, c) (((a) << 16) + ((b) << 8) + (c)) |
#define | WLAN_NONE 0 |
#define | WLAN_PCMCIA 1 |
#define | WLAN_ISA 2 |
#define | WLAN_PCI 3 |
#define | WLAN_USB 4 |
#define | WLAN_PLX 5 |
#define | WLAN_SLAVE 6 |
#define | WLAN_RELEASE "0.2.5" |
#define | WLAN_RELEASE_CODE 0x000205 |
#define | WLAN_BUILD_DATE "Thu Oct 5 18:11:01 CEST 2006" |
#define KERNEL_VERSION | ( | a, | |||
b, | |||||
c | ) | (((a) << 16) + ((b) << 8) + (c)) |