#include <linux/module.h>
#include <linux/stringify.h>
#include "iwl-config.h"
#include "iwl-agn-hw.h"
#include "cfg.h"
#include "dvm/commands.h"
Go to the source code of this file.
#define EEPROM_2000_EEPROM_VERSION (0x805) |
#define EEPROM_2000_TX_POWER_VERSION (6) |
#define IWL105_FW_PRE "iwlwifi-105-" |
#define IWL105_UCODE_API_MAX 6 |
#define IWL105_UCODE_API_MIN 5 |
#define IWL105_UCODE_API_OK 6 |
#define IWL135_FW_PRE "iwlwifi-135-" |
#define IWL135_UCODE_API_MAX 6 |
#define IWL135_UCODE_API_MIN 5 |
#define IWL135_UCODE_API_OK 6 |
#define IWL2000_FW_PRE "iwlwifi-2000-" |
#define IWL2000_UCODE_API_MAX 6 |
#define IWL2000_UCODE_API_MIN 5 |
#define IWL2000_UCODE_API_OK 6 |
#define IWL2030_FW_PRE "iwlwifi-2030-" |
#define IWL2030_UCODE_API_MAX 6 |
#define IWL2030_UCODE_API_MIN 5 |
#define IWL2030_UCODE_API_OK 6 |
Value:
.base_params = &iwl2000_base_params, \
.eeprom_params = &iwl20x0_eeprom_params, \
.need_temp_offset_calib = true, \
.temp_offset_v2 = true, \
.adv_pm = true, \
.rx_with_siso_diversity = true
Definition at line 185 of file 2000.c.
Value:
.base_params = &iwl2030_base_params, \
.bt_params = &iwl2030_bt_params, \
.eeprom_params = &iwl20x0_eeprom_params, \
.need_temp_offset_calib = true, \
.temp_offset_v2 = true, \
.adv_pm = true, \
.rx_with_siso_diversity = true
Definition at line 215 of file 2000.c.
Value:
.base_params = &iwl2000_base_params, \
.eeprom_params = &iwl20x0_eeprom_params, \
.need_temp_offset_calib = true, \
.temp_offset_v2 = true, \
Definition at line 133 of file 2000.c.
Value:
.base_params = &iwl2030_base_params, \
.bt_params = &iwl2030_bt_params, \
.eeprom_params = &iwl20x0_eeprom_params, \
.need_temp_offset_calib = true, \
.temp_offset_v2 = true, \
.adv_pm = true
Definition at line 161 of file 2000.c.
Initial value:= {
.name = "Intel(R) Centrino(R) Wireless-N 105 BGN",
.ht_params = &iwl2000_ht_params,
}
Definition at line 203 of file 2000.c.
Initial value:= {
.name = "Intel(R) Centrino(R) Wireless-N 105D BGN",
.ht_params = &iwl2000_ht_params,
}
Definition at line 209 of file 2000.c.
Initial value:= {
.name = "Intel(R) Centrino(R) Wireless-N 135 BGN",
.ht_params = &iwl2000_ht_params,
}
Definition at line 234 of file 2000.c.
Initial value:= {
.name = "Intel(R) Centrino(R) Wireless-N 2200 BGN",
.ht_params = &iwl2000_ht_params,
}
Definition at line 149 of file 2000.c.
Initial value:= {
.name = "Intel(R) Centrino(R) Wireless-N 2200D BGN",
.ht_params = &iwl2000_ht_params,
}
Definition at line 155 of file 2000.c.
Initial value:= {
.name = "Intel(R) Centrino(R) Wireless-N 2230 BGN",
.ht_params = &iwl2000_ht_params,
}
Definition at line 179 of file 2000.c.