#include <linux/module.h>
#include <linux/stringify.h>
#include "iwl-config.h"
#include "iwl-csr.h"
#include "iwl-agn-hw.h"
#include "cfg.h"
Go to the source code of this file.
#define EEPROM_1000_EEPROM_VERSION (0x15C) |
#define EEPROM_1000_TX_POWER_VERSION (4) |
#define IWL1000_FW_PRE "iwlwifi-1000-" |
#define IWL1000_UCODE_API_MAX 5 |
#define IWL1000_UCODE_API_MIN 1 |
#define IWL1000_UCODE_API_OK 5 |
#define IWL100_FW_PRE "iwlwifi-100-" |
#define IWL100_UCODE_API_MAX 5 |
#define IWL100_UCODE_API_MIN 5 |
#define IWL100_UCODE_API_OK 5 |
Value:
.base_params = &iwl1000_base_params, \
.eeprom_params = &iwl1000_eeprom_params, \
.rx_with_siso_diversity = true
Definition at line 114 of file 1000.c.
Value:
.base_params = &iwl1000_base_params, \
.eeprom_params = &iwl1000_eeprom_params, \
Definition at line 89 of file 1000.c.
Initial value:= {
.name = "Intel(R) Centrino(R) Wireless-N 1000 BG",
}
Definition at line 109 of file 1000.c.
Initial value:= {
.name = "Intel(R) Centrino(R) Wireless-N 1000 BGN",
.ht_params = &iwl1000_ht_params,
}
Definition at line 103 of file 1000.c.
Initial value:= {
.name = "Intel(R) Centrino(R) Wireless-N 100 BG",
}
Definition at line 135 of file 1000.c.
Initial value:= {
.name = "Intel(R) Centrino(R) Wireless-N 100 BGN",
.ht_params = &iwl1000_ht_params,
}
Definition at line 129 of file 1000.c.