iwl-1000.c 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341
  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 3
  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. priv->hw_params.rx_chains_num = num_of_ant(priv->cfg->valid_rx_ant);
  132. priv->hw_params.valid_tx_ant = priv->cfg->valid_tx_ant;
  133. priv->hw_params.valid_rx_ant = priv->cfg->valid_rx_ant;
  134. if (priv->cfg->ops->lib->temp_ops.set_ct_kill)
  135. priv->cfg->ops->lib->temp_ops.set_ct_kill(priv);
  136. /* Set initial sensitivity parameters */
  137. /* Set initial calibration set */
  138. priv->hw_params.sens = &iwl1000_sensitivity;
  139. priv->hw_params.calib_init_cfg =
  140. BIT(IWL_CALIB_XTAL) |
  141. BIT(IWL_CALIB_LO) |
  142. BIT(IWL_CALIB_TX_IQ) |
  143. BIT(IWL_CALIB_TX_IQ_PERD) |
  144. BIT(IWL_CALIB_BASE_BAND);
  145. if (priv->cfg->need_dc_calib)
  146. priv->hw_params.calib_init_cfg |= BIT(IWL_CALIB_DC);
  147. priv->hw_params.beacon_time_tsf_bits = IWLAGN_EXT_BEACON_TIME_POS;
  148. return 0;
  149. }
  150. static struct iwl_lib_ops iwl1000_lib = {
  151. .set_hw_params = iwl1000_hw_set_hw_params,
  152. .txq_update_byte_cnt_tbl = iwlagn_txq_update_byte_cnt_tbl,
  153. .txq_inval_byte_cnt_tbl = iwlagn_txq_inval_byte_cnt_tbl,
  154. .txq_set_sched = iwlagn_txq_set_sched,
  155. .txq_agg_enable = iwlagn_txq_agg_enable,
  156. .txq_agg_disable = iwlagn_txq_agg_disable,
  157. .txq_attach_buf_to_tfd = iwl_hw_txq_attach_buf_to_tfd,
  158. .txq_free_tfd = iwl_hw_txq_free_tfd,
  159. .txq_init = iwl_hw_tx_queue_init,
  160. .rx_handler_setup = iwlagn_rx_handler_setup,
  161. .setup_deferred_work = iwlagn_setup_deferred_work,
  162. .is_valid_rtc_data_addr = iwlagn_hw_valid_rtc_data_addr,
  163. .load_ucode = iwlagn_load_ucode,
  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. .init_alive_start = iwlagn_init_alive_start,
  169. .alive_notify = iwlagn_alive_notify,
  170. .send_tx_power = iwlagn_send_tx_power,
  171. .update_chain_flags = iwl_update_chain_flags,
  172. .apm_ops = {
  173. .init = iwl_apm_init,
  174. .stop = iwl_apm_stop,
  175. .config = iwl1000_nic_config,
  176. .set_pwr_src = iwl_set_pwr_src,
  177. },
  178. .eeprom_ops = {
  179. .regulatory_bands = {
  180. EEPROM_REG_BAND_1_CHANNELS,
  181. EEPROM_REG_BAND_2_CHANNELS,
  182. EEPROM_REG_BAND_3_CHANNELS,
  183. EEPROM_REG_BAND_4_CHANNELS,
  184. EEPROM_REG_BAND_5_CHANNELS,
  185. EEPROM_REG_BAND_24_HT40_CHANNELS,
  186. EEPROM_REG_BAND_52_HT40_CHANNELS
  187. },
  188. .verify_signature = iwlcore_eeprom_verify_signature,
  189. .acquire_semaphore = iwlcore_eeprom_acquire_semaphore,
  190. .release_semaphore = iwlcore_eeprom_release_semaphore,
  191. .calib_version = iwlagn_eeprom_calib_version,
  192. .query_addr = iwlagn_eeprom_query_addr,
  193. },
  194. .post_associate = iwl_post_associate,
  195. .isr = iwl_isr_ict,
  196. .config_ap = iwl_config_ap,
  197. .temp_ops = {
  198. .temperature = iwlagn_temperature,
  199. .set_ct_kill = iwl1000_set_ct_threshold,
  200. },
  201. .manage_ibss_station = iwlagn_manage_ibss_station,
  202. .update_bcast_stations = iwl_update_bcast_stations,
  203. .debugfs_ops = {
  204. .rx_stats_read = iwl_ucode_rx_stats_read,
  205. .tx_stats_read = iwl_ucode_tx_stats_read,
  206. .general_stats_read = iwl_ucode_general_stats_read,
  207. .bt_stats_read = iwl_ucode_bt_stats_read,
  208. .reply_tx_error = iwl_reply_tx_error_read,
  209. },
  210. .recover_from_tx_stall = iwl_bg_monitor_recover,
  211. .check_plcp_health = iwl_good_plcp_health,
  212. .check_ack_health = iwl_good_ack_health,
  213. .txfifo_flush = iwlagn_txfifo_flush,
  214. .dev_txfifo_flush = iwlagn_dev_txfifo_flush,
  215. .tt_ops = {
  216. .lower_power_detection = iwl_tt_is_low_power_state,
  217. .tt_power_mode = iwl_tt_current_power_mode,
  218. .ct_kill_check = iwl_check_for_ct_kill,
  219. }
  220. };
  221. static const struct iwl_ops iwl1000_ops = {
  222. .lib = &iwl1000_lib,
  223. .hcmd = &iwlagn_hcmd,
  224. .utils = &iwlagn_hcmd_utils,
  225. .led = &iwlagn_led_ops,
  226. };
  227. static struct iwl_base_params iwl1000_base_params = {
  228. .num_of_queues = IWLAGN_NUM_QUEUES,
  229. .num_of_ampdu_queues = IWLAGN_NUM_AMPDU_QUEUES,
  230. .eeprom_size = OTP_LOW_IMAGE_SIZE,
  231. .pll_cfg_val = CSR50_ANA_PLL_CFG_VAL,
  232. .set_l0s = true,
  233. .use_bsm = false,
  234. .max_ll_items = OTP_MAX_LL_ITEMS_1000,
  235. .shadow_ram_support = false,
  236. .led_compensation = 51,
  237. .chain_noise_num_beacons = IWL_CAL_NUM_BEACONS,
  238. .support_ct_kill_exit = true,
  239. .plcp_delta_threshold = IWL_MAX_PLCP_ERR_EXT_LONG_THRESHOLD_DEF,
  240. .chain_noise_scale = 1000,
  241. .monitor_recover_period = IWL_DEF_MONITORING_PERIOD,
  242. .max_event_log_size = 128,
  243. .ucode_tracing = true,
  244. .sensitivity_calib_by_driver = true,
  245. .chain_noise_calib_by_driver = true,
  246. };
  247. static struct iwl_ht_params iwl1000_ht_params = {
  248. .ht_greenfield_support = true,
  249. .use_rts_for_aggregation = true, /* use rts/cts protection */
  250. };
  251. struct iwl_cfg iwl1000_bgn_cfg = {
  252. .name = "Intel(R) Centrino(R) Wireless-N 1000 BGN",
  253. .fw_name_pre = IWL1000_FW_PRE,
  254. .ucode_api_max = IWL1000_UCODE_API_MAX,
  255. .ucode_api_min = IWL1000_UCODE_API_MIN,
  256. .sku = IWL_SKU_G|IWL_SKU_N,
  257. .valid_tx_ant = ANT_A,
  258. .valid_rx_ant = ANT_AB,
  259. .eeprom_ver = EEPROM_1000_EEPROM_VERSION,
  260. .eeprom_calib_ver = EEPROM_1000_TX_POWER_VERSION,
  261. .ops = &iwl1000_ops,
  262. .mod_params = &iwlagn_mod_params,
  263. .base_params = &iwl1000_base_params,
  264. .ht_params = &iwl1000_ht_params,
  265. };
  266. struct iwl_cfg iwl1000_bg_cfg = {
  267. .name = "Intel(R) Centrino(R) Wireless-N 1000 BG",
  268. .fw_name_pre = IWL1000_FW_PRE,
  269. .ucode_api_max = IWL1000_UCODE_API_MAX,
  270. .ucode_api_min = IWL1000_UCODE_API_MIN,
  271. .sku = IWL_SKU_G,
  272. .valid_tx_ant = ANT_A,
  273. .valid_rx_ant = ANT_AB,
  274. .eeprom_ver = EEPROM_1000_EEPROM_VERSION,
  275. .eeprom_calib_ver = EEPROM_1000_TX_POWER_VERSION,
  276. .ops = &iwl1000_ops,
  277. .mod_params = &iwlagn_mod_params,
  278. .base_params = &iwl1000_base_params,
  279. };
  280. struct iwl_cfg iwl100_bgn_cfg = {
  281. .name = "Intel(R) 100 Series 1x1 BGN",
  282. .fw_name_pre = IWL100_FW_PRE,
  283. .ucode_api_max = IWL100_UCODE_API_MAX,
  284. .ucode_api_min = IWL100_UCODE_API_MIN,
  285. .sku = IWL_SKU_G|IWL_SKU_N,
  286. .valid_tx_ant = ANT_A,
  287. .valid_rx_ant = ANT_A,
  288. .eeprom_ver = EEPROM_1000_EEPROM_VERSION,
  289. .eeprom_calib_ver = EEPROM_1000_TX_POWER_VERSION,
  290. .ops = &iwl1000_ops,
  291. .mod_params = &iwlagn_mod_params,
  292. .base_params = &iwl1000_base_params,
  293. .ht_params = &iwl1000_ht_params,
  294. };
  295. struct iwl_cfg iwl100_bg_cfg = {
  296. .name = "Intel(R) 100 Series 1x1 BG",
  297. .fw_name_pre = IWL100_FW_PRE,
  298. .ucode_api_max = IWL100_UCODE_API_MAX,
  299. .ucode_api_min = IWL100_UCODE_API_MIN,
  300. .sku = IWL_SKU_G,
  301. .valid_tx_ant = ANT_A,
  302. .valid_rx_ant = ANT_A,
  303. .eeprom_ver = EEPROM_1000_EEPROM_VERSION,
  304. .eeprom_calib_ver = EEPROM_1000_TX_POWER_VERSION,
  305. .ops = &iwl1000_ops,
  306. .mod_params = &iwlagn_mod_params,
  307. .base_params = &iwl1000_base_params,
  308. };
  309. MODULE_FIRMWARE(IWL1000_MODULE_FIRMWARE(IWL1000_UCODE_API_MAX));
  310. MODULE_FIRMWARE(IWL100_MODULE_FIRMWARE(IWL100_UCODE_API_MAX));