iwl-1000.c 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318
  1. /******************************************************************************
  2. *
  3. * Copyright(c) 2008 - 2010 Intel Corporation. All rights reserved.
  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:
  22. * Intel Linux Wireless <ilw@linux.intel.com>
  23. * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
  24. *
  25. *****************************************************************************/
  26. #include <linux/kernel.h>
  27. #include <linux/module.h>
  28. #include <linux/init.h>
  29. #include <linux/pci.h>
  30. #include <linux/dma-mapping.h>
  31. #include <linux/delay.h>
  32. #include <linux/skbuff.h>
  33. #include <linux/netdevice.h>
  34. #include <linux/wireless.h>
  35. #include <net/mac80211.h>
  36. #include <linux/etherdevice.h>
  37. #include <asm/unaligned.h>
  38. #include "iwl-eeprom.h"
  39. #include "iwl-dev.h"
  40. #include "iwl-core.h"
  41. #include "iwl-io.h"
  42. #include "iwl-sta.h"
  43. #include "iwl-agn.h"
  44. #include "iwl-helpers.h"
  45. #include "iwl-agn-hw.h"
  46. #include "iwl-agn-led.h"
  47. #include "iwl-agn-debugfs.h"
  48. /* Highest firmware API version supported */
  49. #define IWL1000_UCODE_API_MAX 5
  50. #define IWL100_UCODE_API_MAX 5
  51. /* Lowest firmware API version supported */
  52. #define IWL1000_UCODE_API_MIN 1
  53. #define IWL100_UCODE_API_MIN 5
  54. #define IWL1000_FW_PRE "iwlwifi-1000-"
  55. #define _IWL1000_MODULE_FIRMWARE(api) IWL1000_FW_PRE #api ".ucode"
  56. #define IWL1000_MODULE_FIRMWARE(api) _IWL1000_MODULE_FIRMWARE(api)
  57. #define IWL100_FW_PRE "iwlwifi-100-"
  58. #define _IWL100_MODULE_FIRMWARE(api) IWL100_FW_PRE #api ".ucode"
  59. #define IWL100_MODULE_FIRMWARE(api) _IWL100_MODULE_FIRMWARE(api)
  60. /*
  61. * For 1000, use advance thermal throttling critical temperature threshold,
  62. * but legacy thermal management implementation for now.
  63. * This is for the reason of 1000 uCode using advance thermal throttling API
  64. * but not implement ct_kill_exit based on ct_kill exit temperature
  65. * so the thermal throttling will still based on legacy thermal throttling
  66. * management.
  67. * The code here need to be modified once 1000 uCode has the advanced thermal
  68. * throttling algorithm in place
  69. */
  70. static void iwl1000_set_ct_threshold(struct iwl_priv *priv)
  71. {
  72. /* want Celsius */
  73. priv->hw_params.ct_kill_threshold = CT_KILL_THRESHOLD_LEGACY;
  74. priv->hw_params.ct_kill_exit_threshold = CT_KILL_EXIT_THRESHOLD;
  75. }
  76. /* NIC configuration for 1000 series */
  77. static void iwl1000_nic_config(struct iwl_priv *priv)
  78. {
  79. /* set CSR_HW_CONFIG_REG for uCode use */
  80. iwl_set_bit(priv, CSR_HW_IF_CONFIG_REG,
  81. CSR_HW_IF_CONFIG_REG_BIT_RADIO_SI |
  82. CSR_HW_IF_CONFIG_REG_BIT_MAC_SI);
  83. /* Setting digital SVR for 1000 card to 1.32V */
  84. /* locking is acquired in iwl_set_bits_mask_prph() function */
  85. iwl_set_bits_mask_prph(priv, APMG_DIGITAL_SVR_REG,
  86. APMG_SVR_DIGITAL_VOLTAGE_1_32,
  87. ~APMG_SVR_VOLTAGE_CONFIG_BIT_MSK);
  88. }
  89. static struct iwl_sensitivity_ranges iwl1000_sensitivity = {
  90. .min_nrg_cck = 95,
  91. .max_nrg_cck = 0, /* not used, set to 0 */
  92. .auto_corr_min_ofdm = 90,
  93. .auto_corr_min_ofdm_mrc = 170,
  94. .auto_corr_min_ofdm_x1 = 120,
  95. .auto_corr_min_ofdm_mrc_x1 = 240,
  96. .auto_corr_max_ofdm = 120,
  97. .auto_corr_max_ofdm_mrc = 210,
  98. .auto_corr_max_ofdm_x1 = 155,
  99. .auto_corr_max_ofdm_mrc_x1 = 290,
  100. .auto_corr_min_cck = 125,
  101. .auto_corr_max_cck = 200,
  102. .auto_corr_min_cck_mrc = 170,
  103. .auto_corr_max_cck_mrc = 400,
  104. .nrg_th_cck = 95,
  105. .nrg_th_ofdm = 95,
  106. .barker_corr_th_min = 190,
  107. .barker_corr_th_min_mrc = 390,
  108. .nrg_th_cca = 62,
  109. };
  110. static int iwl1000_hw_set_hw_params(struct iwl_priv *priv)
  111. {
  112. if (priv->cfg->mod_params->num_of_queues >= IWL_MIN_NUM_QUEUES &&
  113. priv->cfg->mod_params->num_of_queues <= IWLAGN_NUM_QUEUES)
  114. priv->cfg->base_params->num_of_queues =
  115. priv->cfg->mod_params->num_of_queues;
  116. priv->hw_params.max_txq_num = priv->cfg->base_params->num_of_queues;
  117. priv->hw_params.dma_chnl_num = FH50_TCSR_CHNL_NUM;
  118. priv->hw_params.scd_bc_tbls_size =
  119. priv->cfg->base_params->num_of_queues *
  120. sizeof(struct iwlagn_scd_bc_tbl);
  121. priv->hw_params.tfd_size = sizeof(struct iwl_tfd);
  122. priv->hw_params.max_stations = IWLAGN_STATION_COUNT;
  123. priv->contexts[IWL_RXON_CTX_BSS].bcast_sta_id = IWLAGN_BROADCAST_ID;
  124. priv->hw_params.max_data_size = IWLAGN_RTC_DATA_SIZE;
  125. priv->hw_params.max_inst_size = IWLAGN_RTC_INST_SIZE;
  126. priv->hw_params.max_bsm_size = 0;
  127. priv->hw_params.ht40_channel = BIT(IEEE80211_BAND_2GHZ) |
  128. BIT(IEEE80211_BAND_5GHZ);
  129. priv->hw_params.rx_wrt_ptr_reg = FH_RSCSR_CHNL0_WPTR;
  130. priv->hw_params.tx_chains_num = num_of_ant(priv->cfg->valid_tx_ant);
  131. if (priv->cfg->rx_with_siso_diversity)
  132. priv->hw_params.rx_chains_num = 1;
  133. else
  134. priv->hw_params.rx_chains_num =
  135. num_of_ant(priv->cfg->valid_rx_ant);
  136. priv->hw_params.valid_tx_ant = priv->cfg->valid_tx_ant;
  137. priv->hw_params.valid_rx_ant = priv->cfg->valid_rx_ant;
  138. iwl1000_set_ct_threshold(priv);
  139. /* Set initial sensitivity parameters */
  140. /* Set initial calibration set */
  141. priv->hw_params.sens = &iwl1000_sensitivity;
  142. priv->hw_params.calib_init_cfg =
  143. BIT(IWL_CALIB_XTAL) |
  144. BIT(IWL_CALIB_LO) |
  145. BIT(IWL_CALIB_TX_IQ) |
  146. BIT(IWL_CALIB_TX_IQ_PERD) |
  147. BIT(IWL_CALIB_BASE_BAND);
  148. if (priv->cfg->need_dc_calib)
  149. priv->hw_params.calib_init_cfg |= BIT(IWL_CALIB_DC);
  150. priv->hw_params.beacon_time_tsf_bits = IWLAGN_EXT_BEACON_TIME_POS;
  151. return 0;
  152. }
  153. static struct iwl_lib_ops iwl1000_lib = {
  154. .set_hw_params = iwl1000_hw_set_hw_params,
  155. .txq_update_byte_cnt_tbl = iwlagn_txq_update_byte_cnt_tbl,
  156. .txq_inval_byte_cnt_tbl = iwlagn_txq_inval_byte_cnt_tbl,
  157. .txq_set_sched = iwlagn_txq_set_sched,
  158. .txq_attach_buf_to_tfd = iwl_hw_txq_attach_buf_to_tfd,
  159. .txq_free_tfd = iwl_hw_txq_free_tfd,
  160. .txq_init = iwl_hw_tx_queue_init,
  161. .rx_handler_setup = iwlagn_rx_handler_setup,
  162. .setup_deferred_work = iwlagn_setup_deferred_work,
  163. .is_valid_rtc_data_addr = iwlagn_hw_valid_rtc_data_addr,
  164. .dump_nic_event_log = iwl_dump_nic_event_log,
  165. .dump_nic_error_log = iwl_dump_nic_error_log,
  166. .dump_csr = iwl_dump_csr,
  167. .dump_fh = iwl_dump_fh,
  168. .send_tx_power = iwlagn_send_tx_power,
  169. .update_chain_flags = iwl_update_chain_flags,
  170. .apm_ops = {
  171. .init = iwl_apm_init,
  172. .config = iwl1000_nic_config,
  173. },
  174. .eeprom_ops = {
  175. .regulatory_bands = {
  176. EEPROM_REG_BAND_1_CHANNELS,
  177. EEPROM_REG_BAND_2_CHANNELS,
  178. EEPROM_REG_BAND_3_CHANNELS,
  179. EEPROM_REG_BAND_4_CHANNELS,
  180. EEPROM_REG_BAND_5_CHANNELS,
  181. EEPROM_REG_BAND_24_HT40_CHANNELS,
  182. EEPROM_REG_BAND_52_HT40_CHANNELS
  183. },
  184. .acquire_semaphore = iwlcore_eeprom_acquire_semaphore,
  185. .release_semaphore = iwlcore_eeprom_release_semaphore,
  186. .calib_version = iwlagn_eeprom_calib_version,
  187. .query_addr = iwlagn_eeprom_query_addr,
  188. },
  189. .isr_ops = {
  190. .isr = iwl_isr_ict,
  191. .free = iwl_free_isr_ict,
  192. .alloc = iwl_alloc_isr_ict,
  193. .reset = iwl_reset_ict,
  194. .disable = iwl_disable_ict,
  195. },
  196. .temp_ops = {
  197. .temperature = iwlagn_temperature,
  198. },
  199. .debugfs_ops = {
  200. .rx_stats_read = iwl_ucode_rx_stats_read,
  201. .tx_stats_read = iwl_ucode_tx_stats_read,
  202. .general_stats_read = iwl_ucode_general_stats_read,
  203. .bt_stats_read = iwl_ucode_bt_stats_read,
  204. .reply_tx_error = iwl_reply_tx_error_read,
  205. },
  206. .txfifo_flush = iwlagn_txfifo_flush,
  207. .dev_txfifo_flush = iwlagn_dev_txfifo_flush,
  208. .tt_ops = {
  209. .lower_power_detection = iwl_tt_is_low_power_state,
  210. .tt_power_mode = iwl_tt_current_power_mode,
  211. .ct_kill_check = iwl_check_for_ct_kill,
  212. }
  213. };
  214. static const struct iwl_ops iwl1000_ops = {
  215. .lib = &iwl1000_lib,
  216. .hcmd = &iwlagn_hcmd,
  217. .utils = &iwlagn_hcmd_utils,
  218. .led = &iwlagn_led_ops,
  219. .ieee80211_ops = &iwlagn_hw_ops,
  220. };
  221. static struct iwl_base_params iwl1000_base_params = {
  222. .num_of_queues = IWLAGN_NUM_QUEUES,
  223. .num_of_ampdu_queues = IWLAGN_NUM_AMPDU_QUEUES,
  224. .eeprom_size = OTP_LOW_IMAGE_SIZE,
  225. .pll_cfg_val = CSR50_ANA_PLL_CFG_VAL,
  226. .set_l0s = true,
  227. .use_bsm = false,
  228. .max_ll_items = OTP_MAX_LL_ITEMS_1000,
  229. .shadow_ram_support = false,
  230. .led_compensation = 51,
  231. .chain_noise_num_beacons = IWL_CAL_NUM_BEACONS,
  232. .support_ct_kill_exit = true,
  233. .plcp_delta_threshold = IWL_MAX_PLCP_ERR_EXT_LONG_THRESHOLD_DEF,
  234. .chain_noise_scale = 1000,
  235. .wd_timeout = IWL_DEF_WD_TIMEOUT,
  236. .max_event_log_size = 128,
  237. .ucode_tracing = true,
  238. .sensitivity_calib_by_driver = true,
  239. .chain_noise_calib_by_driver = true,
  240. };
  241. static struct iwl_ht_params iwl1000_ht_params = {
  242. .ht_greenfield_support = true,
  243. .use_rts_for_aggregation = true, /* use rts/cts protection */
  244. };
  245. #define IWL_DEVICE_1000 \
  246. .fw_name_pre = IWL1000_FW_PRE, \
  247. .ucode_api_max = IWL1000_UCODE_API_MAX, \
  248. .ucode_api_min = IWL1000_UCODE_API_MIN, \
  249. .eeprom_ver = EEPROM_1000_EEPROM_VERSION, \
  250. .eeprom_calib_ver = EEPROM_1000_TX_POWER_VERSION, \
  251. .ops = &iwl1000_ops, \
  252. .mod_params = &iwlagn_mod_params, \
  253. .base_params = &iwl1000_base_params, \
  254. .led_mode = IWL_LED_BLINK
  255. struct iwl_cfg iwl1000_bgn_cfg = {
  256. .name = "Intel(R) Centrino(R) Wireless-N 1000 BGN",
  257. IWL_DEVICE_1000,
  258. .ht_params = &iwl1000_ht_params,
  259. };
  260. struct iwl_cfg iwl1000_bg_cfg = {
  261. .name = "Intel(R) Centrino(R) Wireless-N 1000 BG",
  262. IWL_DEVICE_1000,
  263. };
  264. #define IWL_DEVICE_100 \
  265. .fw_name_pre = IWL100_FW_PRE, \
  266. .ucode_api_max = IWL100_UCODE_API_MAX, \
  267. .ucode_api_min = IWL100_UCODE_API_MIN, \
  268. .eeprom_ver = EEPROM_1000_EEPROM_VERSION, \
  269. .eeprom_calib_ver = EEPROM_1000_TX_POWER_VERSION, \
  270. .ops = &iwl1000_ops, \
  271. .mod_params = &iwlagn_mod_params, \
  272. .base_params = &iwl1000_base_params, \
  273. .led_mode = IWL_LED_RF_STATE, \
  274. .rx_with_siso_diversity = true
  275. struct iwl_cfg iwl100_bgn_cfg = {
  276. .name = "Intel(R) Centrino(R) Wireless-N 100 BGN",
  277. IWL_DEVICE_100,
  278. .ht_params = &iwl1000_ht_params,
  279. };
  280. struct iwl_cfg iwl100_bg_cfg = {
  281. .name = "Intel(R) Centrino(R) Wireless-N 100 BG",
  282. IWL_DEVICE_100,
  283. };
  284. MODULE_FIRMWARE(IWL1000_MODULE_FIRMWARE(IWL1000_UCODE_API_MAX));
  285. MODULE_FIRMWARE(IWL100_MODULE_FIRMWARE(IWL100_UCODE_API_MAX));