|
#define | DRIVER_NAME "wl1251" |
|
#define | DRIVER_PREFIX DRIVER_NAME ": " |
|
#define | DEBUG_LEVEL (DEBUG_NONE) |
|
#define | DEBUG_DUMP_LIMIT 1024 |
|
#define | wl1251_error(fmt, arg...) printk(KERN_ERR DRIVER_PREFIX "ERROR " fmt "\n", ##arg) |
|
#define | wl1251_warning(fmt, arg...) printk(KERN_WARNING DRIVER_PREFIX "WARNING " fmt "\n", ##arg) |
|
#define | wl1251_notice(fmt, arg...) printk(KERN_INFO DRIVER_PREFIX fmt "\n", ##arg) |
|
#define | wl1251_info(fmt, arg...) printk(KERN_DEBUG DRIVER_PREFIX fmt "\n", ##arg) |
|
#define | wl1251_debug(level, fmt, arg...) |
|
#define | wl1251_dump(level, prefix, buf, len) |
|
#define | wl1251_dump_ascii(level, prefix, buf, len) |
|
#define | WL1251_DEFAULT_RX_CONFIG |
|
#define | WL1251_DEFAULT_RX_FILTER |
|
#define | WL1251_BUSY_WORD_LEN 8 |
|
#define | DEFAULT_HW_GEN_MODULATION_TYPE CCK_LONG /* Long Preamble */ |
|
#define | DEFAULT_HW_GEN_TX_RATE RATE_2MBPS |
|
#define | JOIN_TIMEOUT 5000 /* 5000 milliseconds to join */ |
|
#define | WL1251_DEFAULT_POWER_LEVEL 20 |
|
#define | WL1251_TX_QUEUE_LOW_WATERMARK 10 |
|
#define | WL1251_TX_QUEUE_HIGH_WATERMARK 25 |
|
#define | WL1251_DEFAULT_BEACON_INT 100 |
|
#define | WL1251_DEFAULT_DTIM_PERIOD 1 |
|
#define | WL1251_DEFAULT_CHANNEL 0 |
|
#define | WL1251_DEFAULT_BET_CONSECUTIVE 10 |
|
#define | CHIP_ID_1251_PG10 (0x7010101) |
|
#define | CHIP_ID_1251_PG11 (0x7020101) |
|
#define | CHIP_ID_1251_PG12 (0x7030101) |
|
#define | CHIP_ID_1271_PG10 (0x4030101) |
|
#define | CHIP_ID_1271_PG20 (0x4030111) |
|
#define | WL1251_FW_NAME "wl1251-fw.bin" |
|
#define | WL1251_NVS_NAME "wl1251-nvs.bin" |
|
#define | WL1251_POWER_ON_SLEEP 10 /* in milliseconds */ |
|
#define | WL1251_PART_DOWN_MEM_START 0x0 |
|
#define | WL1251_PART_DOWN_MEM_SIZE 0x16800 |
|
#define | WL1251_PART_DOWN_REG_START REGISTERS_BASE |
|
#define | WL1251_PART_DOWN_REG_SIZE REGISTERS_DOWN_SIZE |
|
#define | WL1251_PART_WORK_MEM_START 0x28000 |
|
#define | WL1251_PART_WORK_MEM_SIZE 0x14000 |
|
#define | WL1251_PART_WORK_REG_START REGISTERS_BASE |
|
#define | WL1251_PART_WORK_REG_SIZE REGISTERS_WORK_SIZE |
|
#define | WL1251_DEFAULT_LOW_RSSI_WEIGHT 10 |
|
#define | WL1251_DEFAULT_LOW_RSSI_DEPTH 10 |
|