2009-01-20 07:30:35 +08:00
|
|
|
/******************************************************************************
|
|
|
|
*
|
2011-12-28 03:21:32 +08:00
|
|
|
* Copyright(c) 2008 - 2012 Intel Corporation. All rights reserved.
|
2009-01-20 07:30:35 +08:00
|
|
|
*
|
|
|
|
* This program is free software; you can redistribute it and/or modify it
|
|
|
|
* under the terms of version 2 of the GNU General Public License as
|
|
|
|
* published by the Free Software Foundation.
|
|
|
|
*
|
|
|
|
* This program is distributed in the hope that it will be useful, but WITHOUT
|
|
|
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
|
|
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
|
|
* more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU General Public License along with
|
|
|
|
* this program; if not, write to the Free Software Foundation, Inc.,
|
|
|
|
* 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
|
|
|
|
*
|
|
|
|
* The full GNU General Public License is included in this distribution in the
|
|
|
|
* file called LICENSE.
|
|
|
|
*
|
|
|
|
* Contact Information:
|
|
|
|
* Intel Linux Wireless <ilw@linux.intel.com>
|
|
|
|
* Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
|
|
|
|
*
|
|
|
|
*****************************************************************************/
|
|
|
|
|
|
|
|
#include <linux/module.h>
|
2011-06-12 20:34:31 +08:00
|
|
|
#include <linux/stringify.h>
|
2012-04-11 05:10:28 +08:00
|
|
|
#include "iwl-config.h"
|
2011-09-16 02:46:46 +08:00
|
|
|
#include "iwl-cfg.h"
|
2012-04-11 05:10:28 +08:00
|
|
|
#include "iwl-dev.h" /* still needed */
|
2009-01-20 07:30:35 +08:00
|
|
|
|
|
|
|
/* Highest firmware API version supported */
|
2011-07-24 01:24:45 +08:00
|
|
|
#define IWL1000_UCODE_API_MAX 6
|
|
|
|
#define IWL100_UCODE_API_MAX 6
|
|
|
|
|
|
|
|
/* Oldest version we won't warn about */
|
|
|
|
#define IWL1000_UCODE_API_OK 5
|
|
|
|
#define IWL100_UCODE_API_OK 5
|
2009-01-20 07:30:35 +08:00
|
|
|
|
|
|
|
/* Lowest firmware API version supported */
|
2009-03-07 05:52:55 +08:00
|
|
|
#define IWL1000_UCODE_API_MIN 1
|
2010-09-15 06:21:20 +08:00
|
|
|
#define IWL100_UCODE_API_MIN 5
|
2009-01-20 07:30:35 +08:00
|
|
|
|
2009-03-07 05:52:55 +08:00
|
|
|
#define IWL1000_FW_PRE "iwlwifi-1000-"
|
2011-06-12 20:34:31 +08:00
|
|
|
#define IWL1000_MODULE_FIRMWARE(api) IWL1000_FW_PRE __stringify(api) ".ucode"
|
2009-01-20 07:30:35 +08:00
|
|
|
|
2010-09-15 06:21:20 +08:00
|
|
|
#define IWL100_FW_PRE "iwlwifi-100-"
|
2011-06-12 20:34:31 +08:00
|
|
|
#define IWL100_MODULE_FIRMWARE(api) IWL100_FW_PRE __stringify(api) ".ucode"
|
2010-09-15 06:21:20 +08:00
|
|
|
|
2009-07-25 02:13:01 +08:00
|
|
|
|
2012-03-07 05:30:56 +08:00
|
|
|
static const struct iwl_base_params iwl1000_base_params = {
|
2010-03-17 08:41:23 +08:00
|
|
|
.num_of_queues = IWLAGN_NUM_QUEUES,
|
2010-10-06 23:10:00 +08:00
|
|
|
.eeprom_size = OTP_LOW_IMAGE_SIZE,
|
2009-10-24 04:42:21 +08:00
|
|
|
.pll_cfg_val = CSR50_ANA_PLL_CFG_VAL,
|
2009-08-14 04:30:54 +08:00
|
|
|
.max_ll_items = OTP_MAX_LL_ITEMS_1000,
|
|
|
|
.shadow_ram_support = false,
|
2009-09-12 01:38:14 +08:00
|
|
|
.led_compensation = 51,
|
2009-10-24 04:42:28 +08:00
|
|
|
.support_ct_kill_exit = true,
|
2010-02-09 05:53:05 +08:00
|
|
|
.plcp_delta_threshold = IWL_MAX_PLCP_ERR_EXT_LONG_THRESHOLD_DEF,
|
2010-02-06 03:33:46 +08:00
|
|
|
.chain_noise_scale = 1000,
|
2012-04-10 08:46:54 +08:00
|
|
|
.wd_timeout = IWL_WATCHHDOG_DISABLED,
|
2010-03-27 03:54:37 +08:00
|
|
|
.max_event_log_size = 128,
|
2009-01-20 07:30:35 +08:00
|
|
|
};
|
2012-03-07 05:30:56 +08:00
|
|
|
|
|
|
|
static const struct iwl_ht_params iwl1000_ht_params = {
|
2010-10-06 23:10:00 +08:00
|
|
|
.ht_greenfield_support = true,
|
|
|
|
.use_rts_for_aggregation = true, /* use rts/cts protection */
|
2011-07-24 01:24:41 +08:00
|
|
|
.smps_mode = IEEE80211_SMPS_DYNAMIC,
|
2010-10-06 23:10:00 +08:00
|
|
|
};
|
|
|
|
|
2010-12-08 23:51:50 +08:00
|
|
|
#define IWL_DEVICE_1000 \
|
|
|
|
.fw_name_pre = IWL1000_FW_PRE, \
|
|
|
|
.ucode_api_max = IWL1000_UCODE_API_MAX, \
|
2011-07-24 01:24:45 +08:00
|
|
|
.ucode_api_ok = IWL1000_UCODE_API_OK, \
|
2010-12-08 23:51:50 +08:00
|
|
|
.ucode_api_min = IWL1000_UCODE_API_MIN, \
|
2012-04-10 08:47:00 +08:00
|
|
|
.device_family = IWL_DEVICE_FAMILY_1000, \
|
2012-02-07 18:56:26 +08:00
|
|
|
.max_inst_size = IWLAGN_RTC_INST_SIZE, \
|
|
|
|
.max_data_size = IWLAGN_RTC_DATA_SIZE, \
|
2010-12-08 23:51:50 +08:00
|
|
|
.eeprom_ver = EEPROM_1000_EEPROM_VERSION, \
|
|
|
|
.eeprom_calib_ver = EEPROM_1000_TX_POWER_VERSION, \
|
|
|
|
.base_params = &iwl1000_base_params, \
|
|
|
|
.led_mode = IWL_LED_BLINK
|
|
|
|
|
2012-03-06 03:24:33 +08:00
|
|
|
const struct iwl_cfg iwl1000_bgn_cfg = {
|
2010-10-06 23:10:00 +08:00
|
|
|
.name = "Intel(R) Centrino(R) Wireless-N 1000 BGN",
|
2010-12-08 23:51:50 +08:00
|
|
|
IWL_DEVICE_1000,
|
2010-10-06 23:10:00 +08:00
|
|
|
.ht_params = &iwl1000_ht_params,
|
|
|
|
};
|
2009-01-20 07:30:35 +08:00
|
|
|
|
2012-03-06 03:24:33 +08:00
|
|
|
const struct iwl_cfg iwl1000_bg_cfg = {
|
2010-03-06 09:05:20 +08:00
|
|
|
.name = "Intel(R) Centrino(R) Wireless-N 1000 BG",
|
2010-12-08 23:51:50 +08:00
|
|
|
IWL_DEVICE_1000,
|
2009-09-18 01:43:52 +08:00
|
|
|
};
|
|
|
|
|
2010-12-08 23:51:50 +08:00
|
|
|
#define IWL_DEVICE_100 \
|
|
|
|
.fw_name_pre = IWL100_FW_PRE, \
|
|
|
|
.ucode_api_max = IWL100_UCODE_API_MAX, \
|
2011-07-24 01:24:45 +08:00
|
|
|
.ucode_api_ok = IWL100_UCODE_API_OK, \
|
2010-12-08 23:51:50 +08:00
|
|
|
.ucode_api_min = IWL100_UCODE_API_MIN, \
|
2012-04-10 08:47:00 +08:00
|
|
|
.device_family = IWL_DEVICE_FAMILY_100, \
|
2012-02-07 18:56:26 +08:00
|
|
|
.max_inst_size = IWLAGN_RTC_INST_SIZE, \
|
|
|
|
.max_data_size = IWLAGN_RTC_DATA_SIZE, \
|
2010-12-08 23:51:50 +08:00
|
|
|
.eeprom_ver = EEPROM_1000_EEPROM_VERSION, \
|
|
|
|
.eeprom_calib_ver = EEPROM_1000_TX_POWER_VERSION, \
|
|
|
|
.base_params = &iwl1000_base_params, \
|
|
|
|
.led_mode = IWL_LED_RF_STATE, \
|
|
|
|
.rx_with_siso_diversity = true
|
|
|
|
|
2012-03-06 03:24:33 +08:00
|
|
|
const struct iwl_cfg iwl100_bgn_cfg = {
|
2010-11-18 04:13:55 +08:00
|
|
|
.name = "Intel(R) Centrino(R) Wireless-N 100 BGN",
|
2010-12-08 23:51:50 +08:00
|
|
|
IWL_DEVICE_100,
|
2010-10-06 23:10:00 +08:00
|
|
|
.ht_params = &iwl1000_ht_params,
|
2010-09-15 06:21:20 +08:00
|
|
|
};
|
|
|
|
|
2012-03-06 03:24:33 +08:00
|
|
|
const struct iwl_cfg iwl100_bg_cfg = {
|
2010-11-18 04:13:55 +08:00
|
|
|
.name = "Intel(R) Centrino(R) Wireless-N 100 BG",
|
2010-12-08 23:51:50 +08:00
|
|
|
IWL_DEVICE_100,
|
2010-09-15 06:21:20 +08:00
|
|
|
};
|
|
|
|
|
2009-09-26 05:24:28 +08:00
|
|
|
MODULE_FIRMWARE(IWL1000_MODULE_FIRMWARE(IWL1000_UCODE_API_MAX));
|
2010-09-15 06:21:20 +08:00
|
|
|
MODULE_FIRMWARE(IWL100_MODULE_FIRMWARE(IWL100_UCODE_API_MAX));
|