iwlwifi: clean up some hw file includes
[deliverable/linux.git] / drivers / net / wireless / iwlwifi / iwl-5000.c
CommitLineData
5a6a256e
TW
1/******************************************************************************
2 *
4e318262 3 * Copyright(c) 2007 - 2012 Intel Corporation. All rights reserved.
5a6a256e
TW
4 *
5 * This program is free software; you can redistribute it and/or modify it
6 * under the terms of version 2 of the GNU General Public License as
7 * published by the Free Software Foundation.
8 *
9 * This program is distributed in the hope that it will be useful, but WITHOUT
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
12 * more details.
13 *
14 * You should have received a copy of the GNU General Public License along with
15 * this program; if not, write to the Free Software Foundation, Inc.,
16 * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
17 *
18 * The full GNU General Public License is included in this distribution in the
19 * file called LICENSE.
20 *
21 * Contact Information:
3d2b162e 22 * Intel Linux Wireless <ilw@linux.intel.com>
5a6a256e
TW
23 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
24 *
25 *****************************************************************************/
26
5a6a256e 27#include <linux/module.h>
8fcbd4dc 28#include <linux/stringify.h>
e9676695 29#include "iwl-config.h"
cebcbd75 30#include "iwl-cfg.h"
0db19cde
JB
31#include "iwl-agn-hw.h"
32#include "iwl-csr.h"
5a6a256e 33
a0987a8d 34/* Highest firmware API version supported */
41504cce 35#define IWL5000_UCODE_API_MAX 5
39e6d225 36#define IWL5150_UCODE_API_MAX 2
5a6a256e 37
a0987a8d
RC
38/* Lowest firmware API version supported */
39#define IWL5000_UCODE_API_MIN 1
40#define IWL5150_UCODE_API_MIN 1
41
586aed96
JB
42/* EEPROM versions */
43#define EEPROM_5000_TX_POWER_VERSION (4)
44#define EEPROM_5000_EEPROM_VERSION (0x11A)
45#define EEPROM_5050_TX_POWER_VERSION (4)
46#define EEPROM_5050_EEPROM_VERSION (0x21E)
47
a0987a8d 48#define IWL5000_FW_PRE "iwlwifi-5000-"
8fcbd4dc 49#define IWL5000_MODULE_FIRMWARE(api) IWL5000_FW_PRE __stringify(api) ".ucode"
a0987a8d
RC
50
51#define IWL5150_FW_PRE "iwlwifi-5150-"
8fcbd4dc 52#define IWL5150_MODULE_FIRMWARE(api) IWL5150_FW_PRE __stringify(api) ".ucode"
4e062f99 53
6794f3ee 54static const struct iwl_base_params iwl5000_base_params = {
19e6cda0 55 .eeprom_size = IWLAGN_EEPROM_IMG_SIZE,
19e6cda0 56 .num_of_queues = IWLAGN_NUM_QUEUES,
fadb3582 57 .pll_cfg_val = CSR50_ANA_PLL_CFG_VAL,
f2d0d0e2 58 .led_compensation = 51,
3e4fb5fa 59 .plcp_delta_threshold = IWL_MAX_PLCP_ERR_LONG_THRESHOLD_DEF,
d4fe5ac9 60 .chain_noise_scale = 1000,
7c5ba4a8 61 .wd_timeout = IWL_WATCHHDOG_DISABLED,
678b385d 62 .max_event_log_size = 512,
f3529108 63 .no_idle_support = true,
5a6a256e 64};
6794f3ee
JB
65
66static const struct iwl_ht_params iwl5000_ht_params = {
7cb1b088 67 .ht_greenfield_support = true,
7cb1b088
WYG
68};
69
65af8dea
WYG
70#define IWL_DEVICE_5000 \
71 .fw_name_pre = IWL5000_FW_PRE, \
72 .ucode_api_max = IWL5000_UCODE_API_MAX, \
73 .ucode_api_min = IWL5000_UCODE_API_MIN, \
2d771cb6 74 .device_family = IWL_DEVICE_FAMILY_5000, \
dae66d0d
EG
75 .max_inst_size = IWLAGN_RTC_INST_SIZE, \
76 .max_data_size = IWLAGN_RTC_DATA_SIZE, \
65af8dea
WYG
77 .eeprom_ver = EEPROM_5000_EEPROM_VERSION, \
78 .eeprom_calib_ver = EEPROM_5000_TX_POWER_VERSION, \
65af8dea
WYG
79 .base_params = &iwl5000_base_params, \
80 .led_mode = IWL_LED_BLINK
81
706c4ff6 82const struct iwl_cfg iwl5300_agn_cfg = {
7cb1b088 83 .name = "Intel(R) Ultimate N WiFi Link 5300 AGN",
65af8dea 84 IWL_DEVICE_5000,
2845fd85
JB
85 /* at least EEPROM 0x11A has wrong info */
86 .valid_tx_ant = ANT_ABC, /* .cfg overwrite */
87 .valid_rx_ant = ANT_ABC, /* .cfg overwrite */
7cb1b088
WYG
88 .ht_params = &iwl5000_ht_params,
89};
5a6a256e 90
706c4ff6 91const struct iwl_cfg iwl5100_bgn_cfg = {
c11362c0 92 .name = "Intel(R) WiFi Link 5100 BGN",
65af8dea 93 IWL_DEVICE_5000,
dbbf1755
WYG
94 .valid_tx_ant = ANT_B, /* .cfg overwrite */
95 .valid_rx_ant = ANT_AB, /* .cfg overwrite */
7cb1b088 96 .ht_params = &iwl5000_ht_params,
47408639
EK
97};
98
706c4ff6 99const struct iwl_cfg iwl5100_abg_cfg = {
c11362c0 100 .name = "Intel(R) WiFi Link 5100 ABG",
65af8dea 101 IWL_DEVICE_5000,
dbbf1755
WYG
102 .valid_tx_ant = ANT_B, /* .cfg overwrite */
103 .valid_rx_ant = ANT_AB, /* .cfg overwrite */
47408639
EK
104};
105
706c4ff6 106const struct iwl_cfg iwl5100_agn_cfg = {
c11362c0 107 .name = "Intel(R) WiFi Link 5100 AGN",
65af8dea 108 IWL_DEVICE_5000,
dbbf1755
WYG
109 .valid_tx_ant = ANT_B, /* .cfg overwrite */
110 .valid_rx_ant = ANT_AB, /* .cfg overwrite */
7cb1b088 111 .ht_params = &iwl5000_ht_params,
5a6a256e
TW
112};
113
706c4ff6 114const struct iwl_cfg iwl5350_agn_cfg = {
c11362c0 115 .name = "Intel(R) WiMAX/WiFi Link 5350 AGN",
a0987a8d
RC
116 .fw_name_pre = IWL5000_FW_PRE,
117 .ucode_api_max = IWL5000_UCODE_API_MAX,
118 .ucode_api_min = IWL5000_UCODE_API_MIN,
2d771cb6 119 .device_family = IWL_DEVICE_FAMILY_5000,
dae66d0d
EG
120 .max_inst_size = IWLAGN_RTC_INST_SIZE,
121 .max_data_size = IWLAGN_RTC_DATA_SIZE,
0ef2ca67
TW
122 .eeprom_ver = EEPROM_5050_EEPROM_VERSION,
123 .eeprom_calib_ver = EEPROM_5050_TX_POWER_VERSION,
7cb1b088
WYG
124 .base_params = &iwl5000_base_params,
125 .ht_params = &iwl5000_ht_params,
564b344c 126 .led_mode = IWL_LED_BLINK,
50619ac9 127 .internal_wimax_coex = true,
5a6a256e
TW
128};
129
65af8dea
WYG
130#define IWL_DEVICE_5150 \
131 .fw_name_pre = IWL5150_FW_PRE, \
132 .ucode_api_max = IWL5150_UCODE_API_MAX, \
133 .ucode_api_min = IWL5150_UCODE_API_MIN, \
2d771cb6 134 .device_family = IWL_DEVICE_FAMILY_5150, \
dae66d0d
EG
135 .max_inst_size = IWLAGN_RTC_INST_SIZE, \
136 .max_data_size = IWLAGN_RTC_DATA_SIZE, \
65af8dea
WYG
137 .eeprom_ver = EEPROM_5050_EEPROM_VERSION, \
138 .eeprom_calib_ver = EEPROM_5050_TX_POWER_VERSION, \
65af8dea 139 .base_params = &iwl5000_base_params, \
c27bdc84 140 .no_xtal_calib = true, \
65af8dea
WYG
141 .led_mode = IWL_LED_BLINK, \
142 .internal_wimax_coex = true
143
706c4ff6 144const struct iwl_cfg iwl5150_agn_cfg = {
c11362c0 145 .name = "Intel(R) WiMAX/WiFi Link 5150 AGN",
65af8dea 146 IWL_DEVICE_5150,
7cb1b088 147 .ht_params = &iwl5000_ht_params,
65af8dea 148
7100e924
TW
149};
150
706c4ff6 151const struct iwl_cfg iwl5150_abg_cfg = {
c11362c0 152 .name = "Intel(R) WiMAX/WiFi Link 5150 ABG",
65af8dea 153 IWL_DEVICE_5150,
7100e924
TW
154};
155
a0987a8d
RC
156MODULE_FIRMWARE(IWL5000_MODULE_FIRMWARE(IWL5000_UCODE_API_MAX));
157MODULE_FIRMWARE(IWL5150_MODULE_FIRMWARE(IWL5150_UCODE_API_MAX));
This page took 0.639494 seconds and 5 git commands to generate.