iwl-5000.c 47 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613
  1. /******************************************************************************
  2. *
  3. * Copyright(c) 2007-2008 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 Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
  23. *
  24. *****************************************************************************/
  25. #include <linux/kernel.h>
  26. #include <linux/module.h>
  27. #include <linux/init.h>
  28. #include <linux/pci.h>
  29. #include <linux/dma-mapping.h>
  30. #include <linux/delay.h>
  31. #include <linux/skbuff.h>
  32. #include <linux/netdevice.h>
  33. #include <linux/wireless.h>
  34. #include <net/mac80211.h>
  35. #include <linux/etherdevice.h>
  36. #include <asm/unaligned.h>
  37. #include "iwl-eeprom.h"
  38. #include "iwl-dev.h"
  39. #include "iwl-core.h"
  40. #include "iwl-io.h"
  41. #include "iwl-sta.h"
  42. #include "iwl-helpers.h"
  43. #include "iwl-5000-hw.h"
  44. #define IWL5000_UCODE_API "-1"
  45. #define IWL5150_UCODE_API "-1"
  46. #define IWL5000_MODULE_FIRMWARE "iwlwifi-5000" IWL5000_UCODE_API ".ucode"
  47. #define IWL5150_MODULE_FIRMWARE "iwlwifi-5150" IWL5150_UCODE_API ".ucode"
  48. static const u16 iwl5000_default_queue_to_tx_fifo[] = {
  49. IWL_TX_FIFO_AC3,
  50. IWL_TX_FIFO_AC2,
  51. IWL_TX_FIFO_AC1,
  52. IWL_TX_FIFO_AC0,
  53. IWL50_CMD_FIFO_NUM,
  54. IWL_TX_FIFO_HCCA_1,
  55. IWL_TX_FIFO_HCCA_2
  56. };
  57. /* FIXME: same implementation as 4965 */
  58. static int iwl5000_apm_stop_master(struct iwl_priv *priv)
  59. {
  60. int ret = 0;
  61. unsigned long flags;
  62. spin_lock_irqsave(&priv->lock, flags);
  63. /* set stop master bit */
  64. iwl_set_bit(priv, CSR_RESET, CSR_RESET_REG_FLAG_STOP_MASTER);
  65. ret = iwl_poll_bit(priv, CSR_RESET,
  66. CSR_RESET_REG_FLAG_MASTER_DISABLED,
  67. CSR_RESET_REG_FLAG_MASTER_DISABLED, 100);
  68. if (ret < 0)
  69. goto out;
  70. out:
  71. spin_unlock_irqrestore(&priv->lock, flags);
  72. IWL_DEBUG_INFO("stop master\n");
  73. return ret;
  74. }
  75. static int iwl5000_apm_init(struct iwl_priv *priv)
  76. {
  77. int ret = 0;
  78. iwl_set_bit(priv, CSR_GIO_CHICKEN_BITS,
  79. CSR_GIO_CHICKEN_BITS_REG_BIT_DIS_L0S_EXIT_TIMER);
  80. /* disable L0s without affecting L1 :don't wait for ICH L0s bug W/A) */
  81. iwl_set_bit(priv, CSR_GIO_CHICKEN_BITS,
  82. CSR_GIO_CHICKEN_BITS_REG_BIT_L1A_NO_L0S_RX);
  83. /* Set FH wait threshold to maximum (HW error during stress W/A) */
  84. iwl_set_bit(priv, CSR_DBG_HPET_MEM_REG, CSR_DBG_HPET_MEM_REG_VAL);
  85. /* enable HAP INTA to move device L1a -> L0s */
  86. iwl_set_bit(priv, CSR_HW_IF_CONFIG_REG,
  87. CSR_HW_IF_CONFIG_REG_BIT_HAP_WAKE_L1A);
  88. iwl_set_bit(priv, CSR_ANA_PLL_CFG, CSR50_ANA_PLL_CFG_VAL);
  89. /* set "initialization complete" bit to move adapter
  90. * D0U* --> D0A* state */
  91. iwl_set_bit(priv, CSR_GP_CNTRL, CSR_GP_CNTRL_REG_FLAG_INIT_DONE);
  92. /* wait for clock stabilization */
  93. ret = iwl_poll_bit(priv, CSR_GP_CNTRL,
  94. CSR_GP_CNTRL_REG_FLAG_MAC_CLOCK_READY,
  95. CSR_GP_CNTRL_REG_FLAG_MAC_CLOCK_READY, 25000);
  96. if (ret < 0) {
  97. IWL_DEBUG_INFO("Failed to init the card\n");
  98. return ret;
  99. }
  100. ret = iwl_grab_nic_access(priv);
  101. if (ret)
  102. return ret;
  103. /* enable DMA */
  104. iwl_write_prph(priv, APMG_CLK_EN_REG, APMG_CLK_VAL_DMA_CLK_RQT);
  105. udelay(20);
  106. /* disable L1-Active */
  107. iwl_set_bits_prph(priv, APMG_PCIDEV_STT_REG,
  108. APMG_PCIDEV_STT_VAL_L1_ACT_DIS);
  109. iwl_release_nic_access(priv);
  110. return ret;
  111. }
  112. /* FIXME: this is identical to 4965 */
  113. static void iwl5000_apm_stop(struct iwl_priv *priv)
  114. {
  115. unsigned long flags;
  116. iwl5000_apm_stop_master(priv);
  117. spin_lock_irqsave(&priv->lock, flags);
  118. iwl_set_bit(priv, CSR_RESET, CSR_RESET_REG_FLAG_SW_RESET);
  119. udelay(10);
  120. /* clear "init complete" move adapter D0A* --> D0U state */
  121. iwl_clear_bit(priv, CSR_GP_CNTRL, CSR_GP_CNTRL_REG_FLAG_INIT_DONE);
  122. spin_unlock_irqrestore(&priv->lock, flags);
  123. }
  124. static int iwl5000_apm_reset(struct iwl_priv *priv)
  125. {
  126. int ret = 0;
  127. unsigned long flags;
  128. iwl5000_apm_stop_master(priv);
  129. spin_lock_irqsave(&priv->lock, flags);
  130. iwl_set_bit(priv, CSR_RESET, CSR_RESET_REG_FLAG_SW_RESET);
  131. udelay(10);
  132. /* FIXME: put here L1A -L0S w/a */
  133. iwl_set_bit(priv, CSR_ANA_PLL_CFG, CSR50_ANA_PLL_CFG_VAL);
  134. /* set "initialization complete" bit to move adapter
  135. * D0U* --> D0A* state */
  136. iwl_set_bit(priv, CSR_GP_CNTRL, CSR_GP_CNTRL_REG_FLAG_INIT_DONE);
  137. /* wait for clock stabilization */
  138. ret = iwl_poll_bit(priv, CSR_GP_CNTRL,
  139. CSR_GP_CNTRL_REG_FLAG_MAC_CLOCK_READY,
  140. CSR_GP_CNTRL_REG_FLAG_MAC_CLOCK_READY, 25000);
  141. if (ret < 0) {
  142. IWL_DEBUG_INFO("Failed to init the card\n");
  143. goto out;
  144. }
  145. ret = iwl_grab_nic_access(priv);
  146. if (ret)
  147. goto out;
  148. /* enable DMA */
  149. iwl_write_prph(priv, APMG_CLK_EN_REG, APMG_CLK_VAL_DMA_CLK_RQT);
  150. udelay(20);
  151. /* disable L1-Active */
  152. iwl_set_bits_prph(priv, APMG_PCIDEV_STT_REG,
  153. APMG_PCIDEV_STT_VAL_L1_ACT_DIS);
  154. iwl_release_nic_access(priv);
  155. out:
  156. spin_unlock_irqrestore(&priv->lock, flags);
  157. return ret;
  158. }
  159. static void iwl5000_nic_config(struct iwl_priv *priv)
  160. {
  161. unsigned long flags;
  162. u16 radio_cfg;
  163. u16 link;
  164. spin_lock_irqsave(&priv->lock, flags);
  165. pci_read_config_word(priv->pci_dev, PCI_CFG_LINK_CTRL, &link);
  166. /* L1 is enabled by BIOS */
  167. if ((link & PCI_CFG_LINK_CTRL_VAL_L1_EN) == PCI_CFG_LINK_CTRL_VAL_L1_EN)
  168. /* disable L0S disabled L1A enabled */
  169. iwl_set_bit(priv, CSR_GIO_REG, CSR_GIO_REG_VAL_L0S_ENABLED);
  170. else
  171. /* L0S enabled L1A disabled */
  172. iwl_clear_bit(priv, CSR_GIO_REG, CSR_GIO_REG_VAL_L0S_ENABLED);
  173. radio_cfg = iwl_eeprom_query16(priv, EEPROM_RADIO_CONFIG);
  174. /* write radio config values to register */
  175. if (EEPROM_RF_CFG_TYPE_MSK(radio_cfg) < EEPROM_5000_RF_CFG_TYPE_MAX)
  176. iwl_set_bit(priv, CSR_HW_IF_CONFIG_REG,
  177. EEPROM_RF_CFG_TYPE_MSK(radio_cfg) |
  178. EEPROM_RF_CFG_STEP_MSK(radio_cfg) |
  179. EEPROM_RF_CFG_DASH_MSK(radio_cfg));
  180. /* set CSR_HW_CONFIG_REG for uCode use */
  181. iwl_set_bit(priv, CSR_HW_IF_CONFIG_REG,
  182. CSR_HW_IF_CONFIG_REG_BIT_RADIO_SI |
  183. CSR_HW_IF_CONFIG_REG_BIT_MAC_SI);
  184. /* W/A : NIC is stuck in a reset state after Early PCIe power off
  185. * (PCIe power is lost before PERST# is asserted),
  186. * causing ME FW to lose ownership and not being able to obtain it back.
  187. */
  188. iwl_grab_nic_access(priv);
  189. iwl_set_bits_mask_prph(priv, APMG_PS_CTRL_REG,
  190. APMG_PS_CTRL_EARLY_PWR_OFF_RESET_DIS,
  191. ~APMG_PS_CTRL_EARLY_PWR_OFF_RESET_DIS);
  192. iwl_release_nic_access(priv);
  193. spin_unlock_irqrestore(&priv->lock, flags);
  194. }
  195. /*
  196. * EEPROM
  197. */
  198. static u32 eeprom_indirect_address(const struct iwl_priv *priv, u32 address)
  199. {
  200. u16 offset = 0;
  201. if ((address & INDIRECT_ADDRESS) == 0)
  202. return address;
  203. switch (address & INDIRECT_TYPE_MSK) {
  204. case INDIRECT_HOST:
  205. offset = iwl_eeprom_query16(priv, EEPROM_5000_LINK_HOST);
  206. break;
  207. case INDIRECT_GENERAL:
  208. offset = iwl_eeprom_query16(priv, EEPROM_5000_LINK_GENERAL);
  209. break;
  210. case INDIRECT_REGULATORY:
  211. offset = iwl_eeprom_query16(priv, EEPROM_5000_LINK_REGULATORY);
  212. break;
  213. case INDIRECT_CALIBRATION:
  214. offset = iwl_eeprom_query16(priv, EEPROM_5000_LINK_CALIBRATION);
  215. break;
  216. case INDIRECT_PROCESS_ADJST:
  217. offset = iwl_eeprom_query16(priv, EEPROM_5000_LINK_PROCESS_ADJST);
  218. break;
  219. case INDIRECT_OTHERS:
  220. offset = iwl_eeprom_query16(priv, EEPROM_5000_LINK_OTHERS);
  221. break;
  222. default:
  223. IWL_ERROR("illegal indirect type: 0x%X\n",
  224. address & INDIRECT_TYPE_MSK);
  225. break;
  226. }
  227. /* translate the offset from words to byte */
  228. return (address & ADDRESS_MSK) + (offset << 1);
  229. }
  230. static u16 iwl5000_eeprom_calib_version(struct iwl_priv *priv)
  231. {
  232. struct iwl_eeprom_calib_hdr {
  233. u8 version;
  234. u8 pa_type;
  235. u16 voltage;
  236. } *hdr;
  237. hdr = (struct iwl_eeprom_calib_hdr *)iwl_eeprom_query_addr(priv,
  238. EEPROM_5000_CALIB_ALL);
  239. return hdr->version;
  240. }
  241. static void iwl5000_gain_computation(struct iwl_priv *priv,
  242. u32 average_noise[NUM_RX_CHAINS],
  243. u16 min_average_noise_antenna_i,
  244. u32 min_average_noise)
  245. {
  246. int i;
  247. s32 delta_g;
  248. struct iwl_chain_noise_data *data = &priv->chain_noise_data;
  249. /* Find Gain Code for the antennas B and C */
  250. for (i = 1; i < NUM_RX_CHAINS; i++) {
  251. if ((data->disconn_array[i])) {
  252. data->delta_gain_code[i] = 0;
  253. continue;
  254. }
  255. delta_g = (1000 * ((s32)average_noise[0] -
  256. (s32)average_noise[i])) / 1500;
  257. /* bound gain by 2 bits value max, 3rd bit is sign */
  258. data->delta_gain_code[i] =
  259. min(abs(delta_g), CHAIN_NOISE_MAX_DELTA_GAIN_CODE);
  260. if (delta_g < 0)
  261. /* set negative sign */
  262. data->delta_gain_code[i] |= (1 << 2);
  263. }
  264. IWL_DEBUG_CALIB("Delta gains: ANT_B = %d ANT_C = %d\n",
  265. data->delta_gain_code[1], data->delta_gain_code[2]);
  266. if (!data->radio_write) {
  267. struct iwl_calib_chain_noise_gain_cmd cmd;
  268. memset(&cmd, 0, sizeof(cmd));
  269. cmd.hdr.op_code = IWL_PHY_CALIBRATE_CHAIN_NOISE_GAIN_CMD;
  270. cmd.hdr.first_group = 0;
  271. cmd.hdr.groups_num = 1;
  272. cmd.hdr.data_valid = 1;
  273. cmd.delta_gain_1 = data->delta_gain_code[1];
  274. cmd.delta_gain_2 = data->delta_gain_code[2];
  275. iwl_send_cmd_pdu_async(priv, REPLY_PHY_CALIBRATION_CMD,
  276. sizeof(cmd), &cmd, NULL);
  277. data->radio_write = 1;
  278. data->state = IWL_CHAIN_NOISE_CALIBRATED;
  279. }
  280. data->chain_noise_a = 0;
  281. data->chain_noise_b = 0;
  282. data->chain_noise_c = 0;
  283. data->chain_signal_a = 0;
  284. data->chain_signal_b = 0;
  285. data->chain_signal_c = 0;
  286. data->beacon_count = 0;
  287. }
  288. static void iwl5000_chain_noise_reset(struct iwl_priv *priv)
  289. {
  290. struct iwl_chain_noise_data *data = &priv->chain_noise_data;
  291. int ret;
  292. if ((data->state == IWL_CHAIN_NOISE_ALIVE) && iwl_is_associated(priv)) {
  293. struct iwl_calib_chain_noise_reset_cmd cmd;
  294. memset(&cmd, 0, sizeof(cmd));
  295. cmd.hdr.op_code = IWL_PHY_CALIBRATE_CHAIN_NOISE_RESET_CMD;
  296. cmd.hdr.first_group = 0;
  297. cmd.hdr.groups_num = 1;
  298. cmd.hdr.data_valid = 1;
  299. ret = iwl_send_cmd_pdu(priv, REPLY_PHY_CALIBRATION_CMD,
  300. sizeof(cmd), &cmd);
  301. if (ret)
  302. IWL_ERROR("Could not send REPLY_PHY_CALIBRATION_CMD\n");
  303. data->state = IWL_CHAIN_NOISE_ACCUMULATE;
  304. IWL_DEBUG_CALIB("Run chain_noise_calibrate\n");
  305. }
  306. }
  307. static void iwl5000_rts_tx_cmd_flag(struct ieee80211_tx_info *info,
  308. __le32 *tx_flags)
  309. {
  310. if ((info->control.rates[0].flags & IEEE80211_TX_RC_USE_RTS_CTS) ||
  311. (info->control.rates[0].flags & IEEE80211_TX_RC_USE_CTS_PROTECT))
  312. *tx_flags |= TX_CMD_FLG_RTS_CTS_MSK;
  313. else
  314. *tx_flags &= ~TX_CMD_FLG_RTS_CTS_MSK;
  315. }
  316. static struct iwl_sensitivity_ranges iwl5000_sensitivity = {
  317. .min_nrg_cck = 95,
  318. .max_nrg_cck = 0,
  319. .auto_corr_min_ofdm = 90,
  320. .auto_corr_min_ofdm_mrc = 170,
  321. .auto_corr_min_ofdm_x1 = 120,
  322. .auto_corr_min_ofdm_mrc_x1 = 240,
  323. .auto_corr_max_ofdm = 120,
  324. .auto_corr_max_ofdm_mrc = 210,
  325. .auto_corr_max_ofdm_x1 = 155,
  326. .auto_corr_max_ofdm_mrc_x1 = 290,
  327. .auto_corr_min_cck = 125,
  328. .auto_corr_max_cck = 200,
  329. .auto_corr_min_cck_mrc = 170,
  330. .auto_corr_max_cck_mrc = 400,
  331. .nrg_th_cck = 95,
  332. .nrg_th_ofdm = 95,
  333. };
  334. static const u8 *iwl5000_eeprom_query_addr(const struct iwl_priv *priv,
  335. size_t offset)
  336. {
  337. u32 address = eeprom_indirect_address(priv, offset);
  338. BUG_ON(address >= priv->cfg->eeprom_size);
  339. return &priv->eeprom[address];
  340. }
  341. static s32 iwl5150_get_ct_threshold(struct iwl_priv *priv)
  342. {
  343. const s32 volt2temp_coef = -5;
  344. u16 *temp_calib = (u16 *)iwl_eeprom_query_addr(priv,
  345. EEPROM_5000_TEMPERATURE);
  346. /* offset = temperate - voltage / coef */
  347. s32 offset = temp_calib[0] - temp_calib[1] / volt2temp_coef;
  348. s32 threshold = (s32)CELSIUS_TO_KELVIN(CT_KILL_THRESHOLD) - offset;
  349. return threshold * volt2temp_coef;
  350. }
  351. /*
  352. * Calibration
  353. */
  354. static int iwl5000_set_Xtal_calib(struct iwl_priv *priv)
  355. {
  356. struct iwl_calib_xtal_freq_cmd cmd;
  357. u16 *xtal_calib = (u16 *)iwl_eeprom_query_addr(priv, EEPROM_5000_XTAL);
  358. cmd.hdr.op_code = IWL_PHY_CALIBRATE_CRYSTAL_FRQ_CMD;
  359. cmd.hdr.first_group = 0;
  360. cmd.hdr.groups_num = 1;
  361. cmd.hdr.data_valid = 1;
  362. cmd.cap_pin1 = (u8)xtal_calib[0];
  363. cmd.cap_pin2 = (u8)xtal_calib[1];
  364. return iwl_calib_set(&priv->calib_results[IWL_CALIB_XTAL],
  365. (u8 *)&cmd, sizeof(cmd));
  366. }
  367. static int iwl5000_send_calib_cfg(struct iwl_priv *priv)
  368. {
  369. struct iwl_calib_cfg_cmd calib_cfg_cmd;
  370. struct iwl_host_cmd cmd = {
  371. .id = CALIBRATION_CFG_CMD,
  372. .len = sizeof(struct iwl_calib_cfg_cmd),
  373. .data = &calib_cfg_cmd,
  374. };
  375. memset(&calib_cfg_cmd, 0, sizeof(calib_cfg_cmd));
  376. calib_cfg_cmd.ucd_calib_cfg.once.is_enable = IWL_CALIB_INIT_CFG_ALL;
  377. calib_cfg_cmd.ucd_calib_cfg.once.start = IWL_CALIB_INIT_CFG_ALL;
  378. calib_cfg_cmd.ucd_calib_cfg.once.send_res = IWL_CALIB_INIT_CFG_ALL;
  379. calib_cfg_cmd.ucd_calib_cfg.flags = IWL_CALIB_INIT_CFG_ALL;
  380. return iwl_send_cmd(priv, &cmd);
  381. }
  382. static void iwl5000_rx_calib_result(struct iwl_priv *priv,
  383. struct iwl_rx_mem_buffer *rxb)
  384. {
  385. struct iwl_rx_packet *pkt = (void *)rxb->skb->data;
  386. struct iwl_calib_hdr *hdr = (struct iwl_calib_hdr *)pkt->u.raw;
  387. int len = le32_to_cpu(pkt->len) & FH_RSCSR_FRAME_SIZE_MSK;
  388. int index;
  389. /* reduce the size of the length field itself */
  390. len -= 4;
  391. /* Define the order in which the results will be sent to the runtime
  392. * uCode. iwl_send_calib_results sends them in a row according to their
  393. * index. We sort them here */
  394. switch (hdr->op_code) {
  395. case IWL_PHY_CALIBRATE_DC_CMD:
  396. index = IWL_CALIB_DC;
  397. break;
  398. case IWL_PHY_CALIBRATE_LO_CMD:
  399. index = IWL_CALIB_LO;
  400. break;
  401. case IWL_PHY_CALIBRATE_TX_IQ_CMD:
  402. index = IWL_CALIB_TX_IQ;
  403. break;
  404. case IWL_PHY_CALIBRATE_TX_IQ_PERD_CMD:
  405. index = IWL_CALIB_TX_IQ_PERD;
  406. break;
  407. case IWL_PHY_CALIBRATE_BASE_BAND_CMD:
  408. index = IWL_CALIB_BASE_BAND;
  409. break;
  410. default:
  411. IWL_ERROR("Unknown calibration notification %d\n",
  412. hdr->op_code);
  413. return;
  414. }
  415. iwl_calib_set(&priv->calib_results[index], pkt->u.raw, len);
  416. }
  417. static void iwl5000_rx_calib_complete(struct iwl_priv *priv,
  418. struct iwl_rx_mem_buffer *rxb)
  419. {
  420. IWL_DEBUG_INFO("Init. calibration is completed, restarting fw.\n");
  421. queue_work(priv->workqueue, &priv->restart);
  422. }
  423. /*
  424. * ucode
  425. */
  426. static int iwl5000_load_section(struct iwl_priv *priv,
  427. struct fw_desc *image,
  428. u32 dst_addr)
  429. {
  430. int ret = 0;
  431. unsigned long flags;
  432. dma_addr_t phy_addr = image->p_addr;
  433. u32 byte_cnt = image->len;
  434. spin_lock_irqsave(&priv->lock, flags);
  435. ret = iwl_grab_nic_access(priv);
  436. if (ret) {
  437. spin_unlock_irqrestore(&priv->lock, flags);
  438. return ret;
  439. }
  440. iwl_write_direct32(priv,
  441. FH_TCSR_CHNL_TX_CONFIG_REG(FH_SRVC_CHNL),
  442. FH_TCSR_TX_CONFIG_REG_VAL_DMA_CHNL_PAUSE);
  443. iwl_write_direct32(priv,
  444. FH_SRVC_CHNL_SRAM_ADDR_REG(FH_SRVC_CHNL), dst_addr);
  445. iwl_write_direct32(priv,
  446. FH_TFDIB_CTRL0_REG(FH_SRVC_CHNL),
  447. phy_addr & FH_MEM_TFDIB_DRAM_ADDR_LSB_MSK);
  448. iwl_write_direct32(priv,
  449. FH_TFDIB_CTRL1_REG(FH_SRVC_CHNL),
  450. (iwl_get_dma_hi_addr(phy_addr)
  451. << FH_MEM_TFDIB_REG1_ADDR_BITSHIFT) | byte_cnt);
  452. iwl_write_direct32(priv,
  453. FH_TCSR_CHNL_TX_BUF_STS_REG(FH_SRVC_CHNL),
  454. 1 << FH_TCSR_CHNL_TX_BUF_STS_REG_POS_TB_NUM |
  455. 1 << FH_TCSR_CHNL_TX_BUF_STS_REG_POS_TB_IDX |
  456. FH_TCSR_CHNL_TX_BUF_STS_REG_VAL_TFDB_VALID);
  457. iwl_write_direct32(priv,
  458. FH_TCSR_CHNL_TX_CONFIG_REG(FH_SRVC_CHNL),
  459. FH_TCSR_TX_CONFIG_REG_VAL_DMA_CHNL_ENABLE |
  460. FH_TCSR_TX_CONFIG_REG_VAL_DMA_CREDIT_DISABLE |
  461. FH_TCSR_TX_CONFIG_REG_VAL_CIRQ_HOST_ENDTFD);
  462. iwl_release_nic_access(priv);
  463. spin_unlock_irqrestore(&priv->lock, flags);
  464. return 0;
  465. }
  466. static int iwl5000_load_given_ucode(struct iwl_priv *priv,
  467. struct fw_desc *inst_image,
  468. struct fw_desc *data_image)
  469. {
  470. int ret = 0;
  471. ret = iwl5000_load_section(priv, inst_image, RTC_INST_LOWER_BOUND);
  472. if (ret)
  473. return ret;
  474. IWL_DEBUG_INFO("INST uCode section being loaded...\n");
  475. ret = wait_event_interruptible_timeout(priv->wait_command_queue,
  476. priv->ucode_write_complete, 5 * HZ);
  477. if (ret == -ERESTARTSYS) {
  478. IWL_ERROR("Could not load the INST uCode section due "
  479. "to interrupt\n");
  480. return ret;
  481. }
  482. if (!ret) {
  483. IWL_ERROR("Could not load the INST uCode section\n");
  484. return -ETIMEDOUT;
  485. }
  486. priv->ucode_write_complete = 0;
  487. ret = iwl5000_load_section(
  488. priv, data_image, RTC_DATA_LOWER_BOUND);
  489. if (ret)
  490. return ret;
  491. IWL_DEBUG_INFO("DATA uCode section being loaded...\n");
  492. ret = wait_event_interruptible_timeout(priv->wait_command_queue,
  493. priv->ucode_write_complete, 5 * HZ);
  494. if (ret == -ERESTARTSYS) {
  495. IWL_ERROR("Could not load the INST uCode section due "
  496. "to interrupt\n");
  497. return ret;
  498. } else if (!ret) {
  499. IWL_ERROR("Could not load the DATA uCode section\n");
  500. return -ETIMEDOUT;
  501. } else
  502. ret = 0;
  503. priv->ucode_write_complete = 0;
  504. return ret;
  505. }
  506. static int iwl5000_load_ucode(struct iwl_priv *priv)
  507. {
  508. int ret = 0;
  509. /* check whether init ucode should be loaded, or rather runtime ucode */
  510. if (priv->ucode_init.len && (priv->ucode_type == UCODE_NONE)) {
  511. IWL_DEBUG_INFO("Init ucode found. Loading init ucode...\n");
  512. ret = iwl5000_load_given_ucode(priv,
  513. &priv->ucode_init, &priv->ucode_init_data);
  514. if (!ret) {
  515. IWL_DEBUG_INFO("Init ucode load complete.\n");
  516. priv->ucode_type = UCODE_INIT;
  517. }
  518. } else {
  519. IWL_DEBUG_INFO("Init ucode not found, or already loaded. "
  520. "Loading runtime ucode...\n");
  521. ret = iwl5000_load_given_ucode(priv,
  522. &priv->ucode_code, &priv->ucode_data);
  523. if (!ret) {
  524. IWL_DEBUG_INFO("Runtime ucode load complete.\n");
  525. priv->ucode_type = UCODE_RT;
  526. }
  527. }
  528. return ret;
  529. }
  530. static void iwl5000_init_alive_start(struct iwl_priv *priv)
  531. {
  532. int ret = 0;
  533. /* Check alive response for "valid" sign from uCode */
  534. if (priv->card_alive_init.is_valid != UCODE_VALID_OK) {
  535. /* We had an error bringing up the hardware, so take it
  536. * all the way back down so we can try again */
  537. IWL_DEBUG_INFO("Initialize Alive failed.\n");
  538. goto restart;
  539. }
  540. /* initialize uCode was loaded... verify inst image.
  541. * This is a paranoid check, because we would not have gotten the
  542. * "initialize" alive if code weren't properly loaded. */
  543. if (iwl_verify_ucode(priv)) {
  544. /* Runtime instruction load was bad;
  545. * take it all the way back down so we can try again */
  546. IWL_DEBUG_INFO("Bad \"initialize\" uCode load.\n");
  547. goto restart;
  548. }
  549. iwl_clear_stations_table(priv);
  550. ret = priv->cfg->ops->lib->alive_notify(priv);
  551. if (ret) {
  552. IWL_WARNING("Could not complete ALIVE transition: %d\n", ret);
  553. goto restart;
  554. }
  555. iwl5000_send_calib_cfg(priv);
  556. return;
  557. restart:
  558. /* real restart (first load init_ucode) */
  559. queue_work(priv->workqueue, &priv->restart);
  560. }
  561. static void iwl5000_set_wr_ptrs(struct iwl_priv *priv,
  562. int txq_id, u32 index)
  563. {
  564. iwl_write_direct32(priv, HBUS_TARG_WRPTR,
  565. (index & 0xff) | (txq_id << 8));
  566. iwl_write_prph(priv, IWL50_SCD_QUEUE_RDPTR(txq_id), index);
  567. }
  568. static void iwl5000_tx_queue_set_status(struct iwl_priv *priv,
  569. struct iwl_tx_queue *txq,
  570. int tx_fifo_id, int scd_retry)
  571. {
  572. int txq_id = txq->q.id;
  573. int active = test_bit(txq_id, &priv->txq_ctx_active_msk) ? 1 : 0;
  574. iwl_write_prph(priv, IWL50_SCD_QUEUE_STATUS_BITS(txq_id),
  575. (active << IWL50_SCD_QUEUE_STTS_REG_POS_ACTIVE) |
  576. (tx_fifo_id << IWL50_SCD_QUEUE_STTS_REG_POS_TXF) |
  577. (1 << IWL50_SCD_QUEUE_STTS_REG_POS_WSL) |
  578. IWL50_SCD_QUEUE_STTS_REG_MSK);
  579. txq->sched_retry = scd_retry;
  580. IWL_DEBUG_INFO("%s %s Queue %d on AC %d\n",
  581. active ? "Activate" : "Deactivate",
  582. scd_retry ? "BA" : "AC", txq_id, tx_fifo_id);
  583. }
  584. static int iwl5000_send_wimax_coex(struct iwl_priv *priv)
  585. {
  586. struct iwl_wimax_coex_cmd coex_cmd;
  587. memset(&coex_cmd, 0, sizeof(coex_cmd));
  588. return iwl_send_cmd_pdu(priv, COEX_PRIORITY_TABLE_CMD,
  589. sizeof(coex_cmd), &coex_cmd);
  590. }
  591. static int iwl5000_alive_notify(struct iwl_priv *priv)
  592. {
  593. u32 a;
  594. unsigned long flags;
  595. int ret;
  596. int i, chan;
  597. u32 reg_val;
  598. spin_lock_irqsave(&priv->lock, flags);
  599. ret = iwl_grab_nic_access(priv);
  600. if (ret) {
  601. spin_unlock_irqrestore(&priv->lock, flags);
  602. return ret;
  603. }
  604. priv->scd_base_addr = iwl_read_prph(priv, IWL50_SCD_SRAM_BASE_ADDR);
  605. a = priv->scd_base_addr + IWL50_SCD_CONTEXT_DATA_OFFSET;
  606. for (; a < priv->scd_base_addr + IWL50_SCD_TX_STTS_BITMAP_OFFSET;
  607. a += 4)
  608. iwl_write_targ_mem(priv, a, 0);
  609. for (; a < priv->scd_base_addr + IWL50_SCD_TRANSLATE_TBL_OFFSET;
  610. a += 4)
  611. iwl_write_targ_mem(priv, a, 0);
  612. for (; a < sizeof(u16) * priv->hw_params.max_txq_num; a += 4)
  613. iwl_write_targ_mem(priv, a, 0);
  614. iwl_write_prph(priv, IWL50_SCD_DRAM_BASE_ADDR,
  615. priv->scd_bc_tbls.dma >> 10);
  616. /* Enable DMA channel */
  617. for (chan = 0; chan < FH50_TCSR_CHNL_NUM ; chan++)
  618. iwl_write_direct32(priv, FH_TCSR_CHNL_TX_CONFIG_REG(chan),
  619. FH_TCSR_TX_CONFIG_REG_VAL_DMA_CHNL_ENABLE |
  620. FH_TCSR_TX_CONFIG_REG_VAL_DMA_CREDIT_ENABLE);
  621. /* Update FH chicken bits */
  622. reg_val = iwl_read_direct32(priv, FH_TX_CHICKEN_BITS_REG);
  623. iwl_write_direct32(priv, FH_TX_CHICKEN_BITS_REG,
  624. reg_val | FH_TX_CHICKEN_BITS_SCD_AUTO_RETRY_EN);
  625. iwl_write_prph(priv, IWL50_SCD_QUEUECHAIN_SEL,
  626. IWL50_SCD_QUEUECHAIN_SEL_ALL(priv->hw_params.max_txq_num));
  627. iwl_write_prph(priv, IWL50_SCD_AGGR_SEL, 0);
  628. /* initiate the queues */
  629. for (i = 0; i < priv->hw_params.max_txq_num; i++) {
  630. iwl_write_prph(priv, IWL50_SCD_QUEUE_RDPTR(i), 0);
  631. iwl_write_direct32(priv, HBUS_TARG_WRPTR, 0 | (i << 8));
  632. iwl_write_targ_mem(priv, priv->scd_base_addr +
  633. IWL50_SCD_CONTEXT_QUEUE_OFFSET(i), 0);
  634. iwl_write_targ_mem(priv, priv->scd_base_addr +
  635. IWL50_SCD_CONTEXT_QUEUE_OFFSET(i) +
  636. sizeof(u32),
  637. ((SCD_WIN_SIZE <<
  638. IWL50_SCD_QUEUE_CTX_REG2_WIN_SIZE_POS) &
  639. IWL50_SCD_QUEUE_CTX_REG2_WIN_SIZE_MSK) |
  640. ((SCD_FRAME_LIMIT <<
  641. IWL50_SCD_QUEUE_CTX_REG2_FRAME_LIMIT_POS) &
  642. IWL50_SCD_QUEUE_CTX_REG2_FRAME_LIMIT_MSK));
  643. }
  644. iwl_write_prph(priv, IWL50_SCD_INTERRUPT_MASK,
  645. IWL_MASK(0, priv->hw_params.max_txq_num));
  646. /* Activate all Tx DMA/FIFO channels */
  647. priv->cfg->ops->lib->txq_set_sched(priv, IWL_MASK(0, 7));
  648. iwl5000_set_wr_ptrs(priv, IWL_CMD_QUEUE_NUM, 0);
  649. /* map qos queues to fifos one-to-one */
  650. for (i = 0; i < ARRAY_SIZE(iwl5000_default_queue_to_tx_fifo); i++) {
  651. int ac = iwl5000_default_queue_to_tx_fifo[i];
  652. iwl_txq_ctx_activate(priv, i);
  653. iwl5000_tx_queue_set_status(priv, &priv->txq[i], ac, 0);
  654. }
  655. /* TODO - need to initialize those FIFOs inside the loop above,
  656. * not only mark them as active */
  657. iwl_txq_ctx_activate(priv, 4);
  658. iwl_txq_ctx_activate(priv, 7);
  659. iwl_txq_ctx_activate(priv, 8);
  660. iwl_txq_ctx_activate(priv, 9);
  661. iwl_release_nic_access(priv);
  662. spin_unlock_irqrestore(&priv->lock, flags);
  663. iwl5000_send_wimax_coex(priv);
  664. iwl5000_set_Xtal_calib(priv);
  665. iwl_send_calib_results(priv);
  666. return 0;
  667. }
  668. static int iwl5000_hw_set_hw_params(struct iwl_priv *priv)
  669. {
  670. if ((priv->cfg->mod_params->num_of_queues > IWL50_NUM_QUEUES) ||
  671. (priv->cfg->mod_params->num_of_queues < IWL_MIN_NUM_QUEUES)) {
  672. IWL_ERROR("invalid queues_num, should be between %d and %d\n",
  673. IWL_MIN_NUM_QUEUES, IWL50_NUM_QUEUES);
  674. return -EINVAL;
  675. }
  676. priv->hw_params.max_txq_num = priv->cfg->mod_params->num_of_queues;
  677. priv->hw_params.scd_bc_tbls_size =
  678. IWL50_NUM_QUEUES * sizeof(struct iwl5000_scd_bc_tbl);
  679. priv->hw_params.max_stations = IWL5000_STATION_COUNT;
  680. priv->hw_params.bcast_sta_id = IWL5000_BROADCAST_ID;
  681. priv->hw_params.max_data_size = IWL50_RTC_DATA_SIZE;
  682. priv->hw_params.max_inst_size = IWL50_RTC_INST_SIZE;
  683. priv->hw_params.max_bsm_size = 0;
  684. priv->hw_params.fat_channel = BIT(IEEE80211_BAND_2GHZ) |
  685. BIT(IEEE80211_BAND_5GHZ);
  686. priv->hw_params.sens = &iwl5000_sensitivity;
  687. switch (priv->hw_rev & CSR_HW_REV_TYPE_MSK) {
  688. case CSR_HW_REV_TYPE_5100:
  689. priv->hw_params.tx_chains_num = 1;
  690. priv->hw_params.rx_chains_num = 2;
  691. priv->hw_params.valid_tx_ant = ANT_B;
  692. priv->hw_params.valid_rx_ant = ANT_AB;
  693. break;
  694. case CSR_HW_REV_TYPE_5150:
  695. priv->hw_params.tx_chains_num = 1;
  696. priv->hw_params.rx_chains_num = 2;
  697. priv->hw_params.valid_tx_ant = ANT_A;
  698. priv->hw_params.valid_rx_ant = ANT_AB;
  699. break;
  700. case CSR_HW_REV_TYPE_5300:
  701. case CSR_HW_REV_TYPE_5350:
  702. priv->hw_params.tx_chains_num = 3;
  703. priv->hw_params.rx_chains_num = 3;
  704. priv->hw_params.valid_tx_ant = ANT_ABC;
  705. priv->hw_params.valid_rx_ant = ANT_ABC;
  706. break;
  707. }
  708. switch (priv->hw_rev & CSR_HW_REV_TYPE_MSK) {
  709. case CSR_HW_REV_TYPE_5100:
  710. case CSR_HW_REV_TYPE_5300:
  711. case CSR_HW_REV_TYPE_5350:
  712. /* 5X00 and 5350 wants in Celsius */
  713. priv->hw_params.ct_kill_threshold = CT_KILL_THRESHOLD;
  714. break;
  715. case CSR_HW_REV_TYPE_5150:
  716. /* 5150 wants in Kelvin */
  717. priv->hw_params.ct_kill_threshold =
  718. iwl5150_get_ct_threshold(priv);
  719. break;
  720. }
  721. /* Set initial calibration set */
  722. switch (priv->hw_rev & CSR_HW_REV_TYPE_MSK) {
  723. case CSR_HW_REV_TYPE_5100:
  724. case CSR_HW_REV_TYPE_5300:
  725. case CSR_HW_REV_TYPE_5350:
  726. priv->hw_params.calib_init_cfg =
  727. BIT(IWL_CALIB_XTAL) |
  728. BIT(IWL_CALIB_LO) |
  729. BIT(IWL_CALIB_TX_IQ) |
  730. BIT(IWL_CALIB_TX_IQ_PERD) |
  731. BIT(IWL_CALIB_BASE_BAND);
  732. break;
  733. case CSR_HW_REV_TYPE_5150:
  734. priv->hw_params.calib_init_cfg =
  735. BIT(IWL_CALIB_DC);
  736. break;
  737. }
  738. return 0;
  739. }
  740. /**
  741. * iwl5000_txq_update_byte_cnt_tbl - Set up entry in Tx byte-count array
  742. */
  743. static void iwl5000_txq_update_byte_cnt_tbl(struct iwl_priv *priv,
  744. struct iwl_tx_queue *txq,
  745. u16 byte_cnt)
  746. {
  747. struct iwl5000_scd_bc_tbl *scd_bc_tbl = priv->scd_bc_tbls.addr;
  748. int write_ptr = txq->q.write_ptr;
  749. int txq_id = txq->q.id;
  750. u8 sec_ctl = 0;
  751. u8 sta_id = 0;
  752. u16 len = byte_cnt + IWL_TX_CRC_SIZE + IWL_TX_DELIMITER_SIZE;
  753. __le16 bc_ent;
  754. WARN_ON(len > 0xFFF || write_ptr >= TFD_QUEUE_SIZE_MAX);
  755. if (txq_id != IWL_CMD_QUEUE_NUM) {
  756. sta_id = txq->cmd[txq->q.write_ptr]->cmd.tx.sta_id;
  757. sec_ctl = txq->cmd[txq->q.write_ptr]->cmd.tx.sec_ctl;
  758. switch (sec_ctl & TX_CMD_SEC_MSK) {
  759. case TX_CMD_SEC_CCM:
  760. len += CCMP_MIC_LEN;
  761. break;
  762. case TX_CMD_SEC_TKIP:
  763. len += TKIP_ICV_LEN;
  764. break;
  765. case TX_CMD_SEC_WEP:
  766. len += WEP_IV_LEN + WEP_ICV_LEN;
  767. break;
  768. }
  769. }
  770. bc_ent = cpu_to_le16((len & 0xFFF) | (sta_id << 12));
  771. scd_bc_tbl[txq_id].tfd_offset[write_ptr] = bc_ent;
  772. if (txq->q.write_ptr < TFD_QUEUE_SIZE_BC_DUP)
  773. scd_bc_tbl[txq_id].
  774. tfd_offset[TFD_QUEUE_SIZE_MAX + write_ptr] = bc_ent;
  775. }
  776. static void iwl5000_txq_inval_byte_cnt_tbl(struct iwl_priv *priv,
  777. struct iwl_tx_queue *txq)
  778. {
  779. struct iwl5000_scd_bc_tbl *scd_bc_tbl = priv->scd_bc_tbls.addr;
  780. int txq_id = txq->q.id;
  781. int read_ptr = txq->q.read_ptr;
  782. u8 sta_id = 0;
  783. __le16 bc_ent;
  784. WARN_ON(read_ptr >= TFD_QUEUE_SIZE_MAX);
  785. if (txq_id != IWL_CMD_QUEUE_NUM)
  786. sta_id = txq->cmd[read_ptr]->cmd.tx.sta_id;
  787. bc_ent = cpu_to_le16(1 | (sta_id << 12));
  788. scd_bc_tbl[txq_id].tfd_offset[read_ptr] = bc_ent;
  789. if (txq->q.write_ptr < TFD_QUEUE_SIZE_BC_DUP)
  790. scd_bc_tbl[txq_id].
  791. tfd_offset[TFD_QUEUE_SIZE_MAX + read_ptr] = bc_ent;
  792. }
  793. static int iwl5000_tx_queue_set_q2ratid(struct iwl_priv *priv, u16 ra_tid,
  794. u16 txq_id)
  795. {
  796. u32 tbl_dw_addr;
  797. u32 tbl_dw;
  798. u16 scd_q2ratid;
  799. scd_q2ratid = ra_tid & IWL_SCD_QUEUE_RA_TID_MAP_RATID_MSK;
  800. tbl_dw_addr = priv->scd_base_addr +
  801. IWL50_SCD_TRANSLATE_TBL_OFFSET_QUEUE(txq_id);
  802. tbl_dw = iwl_read_targ_mem(priv, tbl_dw_addr);
  803. if (txq_id & 0x1)
  804. tbl_dw = (scd_q2ratid << 16) | (tbl_dw & 0x0000FFFF);
  805. else
  806. tbl_dw = scd_q2ratid | (tbl_dw & 0xFFFF0000);
  807. iwl_write_targ_mem(priv, tbl_dw_addr, tbl_dw);
  808. return 0;
  809. }
  810. static void iwl5000_tx_queue_stop_scheduler(struct iwl_priv *priv, u16 txq_id)
  811. {
  812. /* Simply stop the queue, but don't change any configuration;
  813. * the SCD_ACT_EN bit is the write-enable mask for the ACTIVE bit. */
  814. iwl_write_prph(priv,
  815. IWL50_SCD_QUEUE_STATUS_BITS(txq_id),
  816. (0 << IWL50_SCD_QUEUE_STTS_REG_POS_ACTIVE)|
  817. (1 << IWL50_SCD_QUEUE_STTS_REG_POS_SCD_ACT_EN));
  818. }
  819. static int iwl5000_txq_agg_enable(struct iwl_priv *priv, int txq_id,
  820. int tx_fifo, int sta_id, int tid, u16 ssn_idx)
  821. {
  822. unsigned long flags;
  823. int ret;
  824. u16 ra_tid;
  825. if ((IWL50_FIRST_AMPDU_QUEUE > txq_id) ||
  826. (IWL50_FIRST_AMPDU_QUEUE + IWL50_NUM_AMPDU_QUEUES <= txq_id)) {
  827. IWL_WARNING("queue number out of range: %d, must be %d to %d\n",
  828. txq_id, IWL50_FIRST_AMPDU_QUEUE,
  829. IWL50_FIRST_AMPDU_QUEUE + IWL50_NUM_AMPDU_QUEUES - 1);
  830. return -EINVAL;
  831. }
  832. ra_tid = BUILD_RAxTID(sta_id, tid);
  833. /* Modify device's station table to Tx this TID */
  834. iwl_sta_tx_modify_enable_tid(priv, sta_id, tid);
  835. spin_lock_irqsave(&priv->lock, flags);
  836. ret = iwl_grab_nic_access(priv);
  837. if (ret) {
  838. spin_unlock_irqrestore(&priv->lock, flags);
  839. return ret;
  840. }
  841. /* Stop this Tx queue before configuring it */
  842. iwl5000_tx_queue_stop_scheduler(priv, txq_id);
  843. /* Map receiver-address / traffic-ID to this queue */
  844. iwl5000_tx_queue_set_q2ratid(priv, ra_tid, txq_id);
  845. /* Set this queue as a chain-building queue */
  846. iwl_set_bits_prph(priv, IWL50_SCD_QUEUECHAIN_SEL, (1<<txq_id));
  847. /* enable aggregations for the queue */
  848. iwl_set_bits_prph(priv, IWL50_SCD_AGGR_SEL, (1<<txq_id));
  849. /* Place first TFD at index corresponding to start sequence number.
  850. * Assumes that ssn_idx is valid (!= 0xFFF) */
  851. priv->txq[txq_id].q.read_ptr = (ssn_idx & 0xff);
  852. priv->txq[txq_id].q.write_ptr = (ssn_idx & 0xff);
  853. iwl5000_set_wr_ptrs(priv, txq_id, ssn_idx);
  854. /* Set up Tx window size and frame limit for this queue */
  855. iwl_write_targ_mem(priv, priv->scd_base_addr +
  856. IWL50_SCD_CONTEXT_QUEUE_OFFSET(txq_id) +
  857. sizeof(u32),
  858. ((SCD_WIN_SIZE <<
  859. IWL50_SCD_QUEUE_CTX_REG2_WIN_SIZE_POS) &
  860. IWL50_SCD_QUEUE_CTX_REG2_WIN_SIZE_MSK) |
  861. ((SCD_FRAME_LIMIT <<
  862. IWL50_SCD_QUEUE_CTX_REG2_FRAME_LIMIT_POS) &
  863. IWL50_SCD_QUEUE_CTX_REG2_FRAME_LIMIT_MSK));
  864. iwl_set_bits_prph(priv, IWL50_SCD_INTERRUPT_MASK, (1 << txq_id));
  865. /* Set up Status area in SRAM, map to Tx DMA/FIFO, activate the queue */
  866. iwl5000_tx_queue_set_status(priv, &priv->txq[txq_id], tx_fifo, 1);
  867. iwl_release_nic_access(priv);
  868. spin_unlock_irqrestore(&priv->lock, flags);
  869. return 0;
  870. }
  871. static int iwl5000_txq_agg_disable(struct iwl_priv *priv, u16 txq_id,
  872. u16 ssn_idx, u8 tx_fifo)
  873. {
  874. int ret;
  875. if ((IWL50_FIRST_AMPDU_QUEUE > txq_id) ||
  876. (IWL50_FIRST_AMPDU_QUEUE + IWL50_NUM_AMPDU_QUEUES <= txq_id)) {
  877. IWL_WARNING("queue number out of range: %d, must be %d to %d\n",
  878. txq_id, IWL50_FIRST_AMPDU_QUEUE,
  879. IWL50_FIRST_AMPDU_QUEUE + IWL50_NUM_AMPDU_QUEUES - 1);
  880. return -EINVAL;
  881. }
  882. ret = iwl_grab_nic_access(priv);
  883. if (ret)
  884. return ret;
  885. iwl5000_tx_queue_stop_scheduler(priv, txq_id);
  886. iwl_clear_bits_prph(priv, IWL50_SCD_AGGR_SEL, (1 << txq_id));
  887. priv->txq[txq_id].q.read_ptr = (ssn_idx & 0xff);
  888. priv->txq[txq_id].q.write_ptr = (ssn_idx & 0xff);
  889. /* supposes that ssn_idx is valid (!= 0xFFF) */
  890. iwl5000_set_wr_ptrs(priv, txq_id, ssn_idx);
  891. iwl_clear_bits_prph(priv, IWL50_SCD_INTERRUPT_MASK, (1 << txq_id));
  892. iwl_txq_ctx_deactivate(priv, txq_id);
  893. iwl5000_tx_queue_set_status(priv, &priv->txq[txq_id], tx_fifo, 0);
  894. iwl_release_nic_access(priv);
  895. return 0;
  896. }
  897. static u16 iwl5000_build_addsta_hcmd(const struct iwl_addsta_cmd *cmd, u8 *data)
  898. {
  899. u16 size = (u16)sizeof(struct iwl_addsta_cmd);
  900. memcpy(data, cmd, size);
  901. return size;
  902. }
  903. /*
  904. * Activate/Deactivate Tx DMA/FIFO channels according tx fifos mask
  905. * must be called under priv->lock and mac access
  906. */
  907. static void iwl5000_txq_set_sched(struct iwl_priv *priv, u32 mask)
  908. {
  909. iwl_write_prph(priv, IWL50_SCD_TXFACT, mask);
  910. }
  911. static inline u32 iwl5000_get_scd_ssn(struct iwl5000_tx_resp *tx_resp)
  912. {
  913. return le32_to_cpup((__le32 *)&tx_resp->status +
  914. tx_resp->frame_count) & MAX_SN;
  915. }
  916. static int iwl5000_tx_status_reply_tx(struct iwl_priv *priv,
  917. struct iwl_ht_agg *agg,
  918. struct iwl5000_tx_resp *tx_resp,
  919. int txq_id, u16 start_idx)
  920. {
  921. u16 status;
  922. struct agg_tx_status *frame_status = &tx_resp->status;
  923. struct ieee80211_tx_info *info = NULL;
  924. struct ieee80211_hdr *hdr = NULL;
  925. u32 rate_n_flags = le32_to_cpu(tx_resp->rate_n_flags);
  926. int i, sh, idx;
  927. u16 seq;
  928. if (agg->wait_for_ba)
  929. IWL_DEBUG_TX_REPLY("got tx response w/o block-ack\n");
  930. agg->frame_count = tx_resp->frame_count;
  931. agg->start_idx = start_idx;
  932. agg->rate_n_flags = rate_n_flags;
  933. agg->bitmap = 0;
  934. /* # frames attempted by Tx command */
  935. if (agg->frame_count == 1) {
  936. /* Only one frame was attempted; no block-ack will arrive */
  937. status = le16_to_cpu(frame_status[0].status);
  938. idx = start_idx;
  939. /* FIXME: code repetition */
  940. IWL_DEBUG_TX_REPLY("FrameCnt = %d, StartIdx=%d idx=%d\n",
  941. agg->frame_count, agg->start_idx, idx);
  942. info = IEEE80211_SKB_CB(priv->txq[txq_id].txb[idx].skb[0]);
  943. info->status.rates[0].count = tx_resp->failure_frame + 1;
  944. info->flags &= ~IEEE80211_TX_CTL_AMPDU;
  945. info->flags |= iwl_is_tx_success(status) ?
  946. IEEE80211_TX_STAT_ACK : 0;
  947. iwl_hwrate_to_tx_control(priv, rate_n_flags, info);
  948. /* FIXME: code repetition end */
  949. IWL_DEBUG_TX_REPLY("1 Frame 0x%x failure :%d\n",
  950. status & 0xff, tx_resp->failure_frame);
  951. IWL_DEBUG_TX_REPLY("Rate Info rate_n_flags=%x\n", rate_n_flags);
  952. agg->wait_for_ba = 0;
  953. } else {
  954. /* Two or more frames were attempted; expect block-ack */
  955. u64 bitmap = 0;
  956. int start = agg->start_idx;
  957. /* Construct bit-map of pending frames within Tx window */
  958. for (i = 0; i < agg->frame_count; i++) {
  959. u16 sc;
  960. status = le16_to_cpu(frame_status[i].status);
  961. seq = le16_to_cpu(frame_status[i].sequence);
  962. idx = SEQ_TO_INDEX(seq);
  963. txq_id = SEQ_TO_QUEUE(seq);
  964. if (status & (AGG_TX_STATE_FEW_BYTES_MSK |
  965. AGG_TX_STATE_ABORT_MSK))
  966. continue;
  967. IWL_DEBUG_TX_REPLY("FrameCnt = %d, txq_id=%d idx=%d\n",
  968. agg->frame_count, txq_id, idx);
  969. hdr = iwl_tx_queue_get_hdr(priv, txq_id, idx);
  970. sc = le16_to_cpu(hdr->seq_ctrl);
  971. if (idx != (SEQ_TO_SN(sc) & 0xff)) {
  972. IWL_ERROR("BUG_ON idx doesn't match seq control"
  973. " idx=%d, seq_idx=%d, seq=%d\n",
  974. idx, SEQ_TO_SN(sc),
  975. hdr->seq_ctrl);
  976. return -1;
  977. }
  978. IWL_DEBUG_TX_REPLY("AGG Frame i=%d idx %d seq=%d\n",
  979. i, idx, SEQ_TO_SN(sc));
  980. sh = idx - start;
  981. if (sh > 64) {
  982. sh = (start - idx) + 0xff;
  983. bitmap = bitmap << sh;
  984. sh = 0;
  985. start = idx;
  986. } else if (sh < -64)
  987. sh = 0xff - (start - idx);
  988. else if (sh < 0) {
  989. sh = start - idx;
  990. start = idx;
  991. bitmap = bitmap << sh;
  992. sh = 0;
  993. }
  994. bitmap |= 1ULL << sh;
  995. IWL_DEBUG_TX_REPLY("start=%d bitmap=0x%llx\n",
  996. start, (unsigned long long)bitmap);
  997. }
  998. agg->bitmap = bitmap;
  999. agg->start_idx = start;
  1000. IWL_DEBUG_TX_REPLY("Frames %d start_idx=%d bitmap=0x%llx\n",
  1001. agg->frame_count, agg->start_idx,
  1002. (unsigned long long)agg->bitmap);
  1003. if (bitmap)
  1004. agg->wait_for_ba = 1;
  1005. }
  1006. return 0;
  1007. }
  1008. static void iwl5000_rx_reply_tx(struct iwl_priv *priv,
  1009. struct iwl_rx_mem_buffer *rxb)
  1010. {
  1011. struct iwl_rx_packet *pkt = (struct iwl_rx_packet *)rxb->skb->data;
  1012. u16 sequence = le16_to_cpu(pkt->hdr.sequence);
  1013. int txq_id = SEQ_TO_QUEUE(sequence);
  1014. int index = SEQ_TO_INDEX(sequence);
  1015. struct iwl_tx_queue *txq = &priv->txq[txq_id];
  1016. struct ieee80211_tx_info *info;
  1017. struct iwl5000_tx_resp *tx_resp = (void *)&pkt->u.raw[0];
  1018. u32 status = le16_to_cpu(tx_resp->status.status);
  1019. int tid;
  1020. int sta_id;
  1021. int freed;
  1022. if ((index >= txq->q.n_bd) || (iwl_queue_used(&txq->q, index) == 0)) {
  1023. IWL_ERROR("Read index for DMA queue txq_id (%d) index %d "
  1024. "is out of range [0-%d] %d %d\n", txq_id,
  1025. index, txq->q.n_bd, txq->q.write_ptr,
  1026. txq->q.read_ptr);
  1027. return;
  1028. }
  1029. info = IEEE80211_SKB_CB(txq->txb[txq->q.read_ptr].skb[0]);
  1030. memset(&info->status, 0, sizeof(info->status));
  1031. tid = (tx_resp->ra_tid & IWL50_TX_RES_TID_MSK) >> IWL50_TX_RES_TID_POS;
  1032. sta_id = (tx_resp->ra_tid & IWL50_TX_RES_RA_MSK) >> IWL50_TX_RES_RA_POS;
  1033. if (txq->sched_retry) {
  1034. const u32 scd_ssn = iwl5000_get_scd_ssn(tx_resp);
  1035. struct iwl_ht_agg *agg = NULL;
  1036. agg = &priv->stations[sta_id].tid[tid].agg;
  1037. iwl5000_tx_status_reply_tx(priv, agg, tx_resp, txq_id, index);
  1038. /* check if BAR is needed */
  1039. if ((tx_resp->frame_count == 1) && !iwl_is_tx_success(status))
  1040. info->flags |= IEEE80211_TX_STAT_AMPDU_NO_BACK;
  1041. if (txq->q.read_ptr != (scd_ssn & 0xff)) {
  1042. index = iwl_queue_dec_wrap(scd_ssn & 0xff, txq->q.n_bd);
  1043. IWL_DEBUG_TX_REPLY("Retry scheduler reclaim "
  1044. "scd_ssn=%d idx=%d txq=%d swq=%d\n",
  1045. scd_ssn , index, txq_id, txq->swq_id);
  1046. freed = iwl_tx_queue_reclaim(priv, txq_id, index);
  1047. priv->stations[sta_id].tid[tid].tfds_in_queue -= freed;
  1048. if (priv->mac80211_registered &&
  1049. (iwl_queue_space(&txq->q) > txq->q.low_mark) &&
  1050. (agg->state != IWL_EMPTYING_HW_QUEUE_DELBA)) {
  1051. if (agg->state == IWL_AGG_OFF)
  1052. ieee80211_wake_queue(priv->hw, txq_id);
  1053. else
  1054. ieee80211_wake_queue(priv->hw,
  1055. txq->swq_id);
  1056. }
  1057. }
  1058. } else {
  1059. BUG_ON(txq_id != txq->swq_id);
  1060. info->status.rates[0].count = tx_resp->failure_frame + 1;
  1061. info->flags |= iwl_is_tx_success(status) ?
  1062. IEEE80211_TX_STAT_ACK : 0;
  1063. iwl_hwrate_to_tx_control(priv,
  1064. le32_to_cpu(tx_resp->rate_n_flags),
  1065. info);
  1066. IWL_DEBUG_TX_REPLY("TXQ %d status %s (0x%08x) rate_n_flags "
  1067. "0x%x retries %d\n",
  1068. txq_id,
  1069. iwl_get_tx_fail_reason(status), status,
  1070. le32_to_cpu(tx_resp->rate_n_flags),
  1071. tx_resp->failure_frame);
  1072. freed = iwl_tx_queue_reclaim(priv, txq_id, index);
  1073. if (ieee80211_is_data_qos(tx_resp->frame_ctrl))
  1074. priv->stations[sta_id].tid[tid].tfds_in_queue -= freed;
  1075. if (priv->mac80211_registered &&
  1076. (iwl_queue_space(&txq->q) > txq->q.low_mark))
  1077. ieee80211_wake_queue(priv->hw, txq_id);
  1078. }
  1079. if (ieee80211_is_data_qos(tx_resp->frame_ctrl))
  1080. iwl_txq_check_empty(priv, sta_id, tid, txq_id);
  1081. if (iwl_check_bits(status, TX_ABORT_REQUIRED_MSK))
  1082. IWL_ERROR("TODO: Implement Tx ABORT REQUIRED!!!\n");
  1083. }
  1084. /* Currently 5000 is the superset of everything */
  1085. static u16 iwl5000_get_hcmd_size(u8 cmd_id, u16 len)
  1086. {
  1087. return len;
  1088. }
  1089. static void iwl5000_setup_deferred_work(struct iwl_priv *priv)
  1090. {
  1091. /* in 5000 the tx power calibration is done in uCode */
  1092. priv->disable_tx_power_cal = 1;
  1093. }
  1094. static void iwl5000_rx_handler_setup(struct iwl_priv *priv)
  1095. {
  1096. /* init calibration handlers */
  1097. priv->rx_handlers[CALIBRATION_RES_NOTIFICATION] =
  1098. iwl5000_rx_calib_result;
  1099. priv->rx_handlers[CALIBRATION_COMPLETE_NOTIFICATION] =
  1100. iwl5000_rx_calib_complete;
  1101. priv->rx_handlers[REPLY_TX] = iwl5000_rx_reply_tx;
  1102. }
  1103. static int iwl5000_hw_valid_rtc_data_addr(u32 addr)
  1104. {
  1105. return (addr >= RTC_DATA_LOWER_BOUND) &&
  1106. (addr < IWL50_RTC_DATA_UPPER_BOUND);
  1107. }
  1108. static int iwl5000_send_rxon_assoc(struct iwl_priv *priv)
  1109. {
  1110. int ret = 0;
  1111. struct iwl5000_rxon_assoc_cmd rxon_assoc;
  1112. const struct iwl_rxon_cmd *rxon1 = &priv->staging_rxon;
  1113. const struct iwl_rxon_cmd *rxon2 = &priv->active_rxon;
  1114. if ((rxon1->flags == rxon2->flags) &&
  1115. (rxon1->filter_flags == rxon2->filter_flags) &&
  1116. (rxon1->cck_basic_rates == rxon2->cck_basic_rates) &&
  1117. (rxon1->ofdm_ht_single_stream_basic_rates ==
  1118. rxon2->ofdm_ht_single_stream_basic_rates) &&
  1119. (rxon1->ofdm_ht_dual_stream_basic_rates ==
  1120. rxon2->ofdm_ht_dual_stream_basic_rates) &&
  1121. (rxon1->ofdm_ht_triple_stream_basic_rates ==
  1122. rxon2->ofdm_ht_triple_stream_basic_rates) &&
  1123. (rxon1->acquisition_data == rxon2->acquisition_data) &&
  1124. (rxon1->rx_chain == rxon2->rx_chain) &&
  1125. (rxon1->ofdm_basic_rates == rxon2->ofdm_basic_rates)) {
  1126. IWL_DEBUG_INFO("Using current RXON_ASSOC. Not resending.\n");
  1127. return 0;
  1128. }
  1129. rxon_assoc.flags = priv->staging_rxon.flags;
  1130. rxon_assoc.filter_flags = priv->staging_rxon.filter_flags;
  1131. rxon_assoc.ofdm_basic_rates = priv->staging_rxon.ofdm_basic_rates;
  1132. rxon_assoc.cck_basic_rates = priv->staging_rxon.cck_basic_rates;
  1133. rxon_assoc.reserved1 = 0;
  1134. rxon_assoc.reserved2 = 0;
  1135. rxon_assoc.reserved3 = 0;
  1136. rxon_assoc.ofdm_ht_single_stream_basic_rates =
  1137. priv->staging_rxon.ofdm_ht_single_stream_basic_rates;
  1138. rxon_assoc.ofdm_ht_dual_stream_basic_rates =
  1139. priv->staging_rxon.ofdm_ht_dual_stream_basic_rates;
  1140. rxon_assoc.rx_chain_select_flags = priv->staging_rxon.rx_chain;
  1141. rxon_assoc.ofdm_ht_triple_stream_basic_rates =
  1142. priv->staging_rxon.ofdm_ht_triple_stream_basic_rates;
  1143. rxon_assoc.acquisition_data = priv->staging_rxon.acquisition_data;
  1144. ret = iwl_send_cmd_pdu_async(priv, REPLY_RXON_ASSOC,
  1145. sizeof(rxon_assoc), &rxon_assoc, NULL);
  1146. if (ret)
  1147. return ret;
  1148. return ret;
  1149. }
  1150. static int iwl5000_send_tx_power(struct iwl_priv *priv)
  1151. {
  1152. struct iwl5000_tx_power_dbm_cmd tx_power_cmd;
  1153. /* half dBm need to multiply */
  1154. tx_power_cmd.global_lmt = (s8)(2 * priv->tx_power_user_lmt);
  1155. tx_power_cmd.flags = IWL50_TX_POWER_NO_CLOSED;
  1156. tx_power_cmd.srv_chan_lmt = IWL50_TX_POWER_AUTO;
  1157. return iwl_send_cmd_pdu_async(priv, REPLY_TX_POWER_DBM_CMD,
  1158. sizeof(tx_power_cmd), &tx_power_cmd,
  1159. NULL);
  1160. }
  1161. static void iwl5000_temperature(struct iwl_priv *priv)
  1162. {
  1163. /* store temperature from statistics (in Celsius) */
  1164. priv->temperature = le32_to_cpu(priv->statistics.general.temperature);
  1165. }
  1166. /* Calc max signal level (dBm) among 3 possible receivers */
  1167. static int iwl5000_calc_rssi(struct iwl_priv *priv,
  1168. struct iwl_rx_phy_res *rx_resp)
  1169. {
  1170. /* data from PHY/DSP regarding signal strength, etc.,
  1171. * contents are always there, not configurable by host
  1172. */
  1173. struct iwl5000_non_cfg_phy *ncphy =
  1174. (struct iwl5000_non_cfg_phy *)rx_resp->non_cfg_phy_buf;
  1175. u32 val, rssi_a, rssi_b, rssi_c, max_rssi;
  1176. u8 agc;
  1177. val = le32_to_cpu(ncphy->non_cfg_phy[IWL50_RX_RES_AGC_IDX]);
  1178. agc = (val & IWL50_OFDM_AGC_MSK) >> IWL50_OFDM_AGC_BIT_POS;
  1179. /* Find max rssi among 3 possible receivers.
  1180. * These values are measured by the digital signal processor (DSP).
  1181. * They should stay fairly constant even as the signal strength varies,
  1182. * if the radio's automatic gain control (AGC) is working right.
  1183. * AGC value (see below) will provide the "interesting" info.
  1184. */
  1185. val = le32_to_cpu(ncphy->non_cfg_phy[IWL50_RX_RES_RSSI_AB_IDX]);
  1186. rssi_a = (val & IWL50_OFDM_RSSI_A_MSK) >> IWL50_OFDM_RSSI_A_BIT_POS;
  1187. rssi_b = (val & IWL50_OFDM_RSSI_B_MSK) >> IWL50_OFDM_RSSI_B_BIT_POS;
  1188. val = le32_to_cpu(ncphy->non_cfg_phy[IWL50_RX_RES_RSSI_C_IDX]);
  1189. rssi_c = (val & IWL50_OFDM_RSSI_C_MSK) >> IWL50_OFDM_RSSI_C_BIT_POS;
  1190. max_rssi = max_t(u32, rssi_a, rssi_b);
  1191. max_rssi = max_t(u32, max_rssi, rssi_c);
  1192. IWL_DEBUG_STATS("Rssi In A %d B %d C %d Max %d AGC dB %d\n",
  1193. rssi_a, rssi_b, rssi_c, max_rssi, agc);
  1194. /* dBm = max_rssi dB - agc dB - constant.
  1195. * Higher AGC (higher radio gain) means lower signal. */
  1196. return max_rssi - agc - IWL_RSSI_OFFSET;
  1197. }
  1198. static struct iwl_hcmd_ops iwl5000_hcmd = {
  1199. .rxon_assoc = iwl5000_send_rxon_assoc,
  1200. };
  1201. static struct iwl_hcmd_utils_ops iwl5000_hcmd_utils = {
  1202. .get_hcmd_size = iwl5000_get_hcmd_size,
  1203. .build_addsta_hcmd = iwl5000_build_addsta_hcmd,
  1204. .gain_computation = iwl5000_gain_computation,
  1205. .chain_noise_reset = iwl5000_chain_noise_reset,
  1206. .rts_tx_cmd_flag = iwl5000_rts_tx_cmd_flag,
  1207. .calc_rssi = iwl5000_calc_rssi,
  1208. };
  1209. static struct iwl_lib_ops iwl5000_lib = {
  1210. .set_hw_params = iwl5000_hw_set_hw_params,
  1211. .txq_update_byte_cnt_tbl = iwl5000_txq_update_byte_cnt_tbl,
  1212. .txq_inval_byte_cnt_tbl = iwl5000_txq_inval_byte_cnt_tbl,
  1213. .txq_set_sched = iwl5000_txq_set_sched,
  1214. .txq_agg_enable = iwl5000_txq_agg_enable,
  1215. .txq_agg_disable = iwl5000_txq_agg_disable,
  1216. .rx_handler_setup = iwl5000_rx_handler_setup,
  1217. .setup_deferred_work = iwl5000_setup_deferred_work,
  1218. .is_valid_rtc_data_addr = iwl5000_hw_valid_rtc_data_addr,
  1219. .load_ucode = iwl5000_load_ucode,
  1220. .init_alive_start = iwl5000_init_alive_start,
  1221. .alive_notify = iwl5000_alive_notify,
  1222. .send_tx_power = iwl5000_send_tx_power,
  1223. .temperature = iwl5000_temperature,
  1224. .update_chain_flags = iwl_update_chain_flags,
  1225. .apm_ops = {
  1226. .init = iwl5000_apm_init,
  1227. .reset = iwl5000_apm_reset,
  1228. .stop = iwl5000_apm_stop,
  1229. .config = iwl5000_nic_config,
  1230. .set_pwr_src = iwl_set_pwr_src,
  1231. },
  1232. .eeprom_ops = {
  1233. .regulatory_bands = {
  1234. EEPROM_5000_REG_BAND_1_CHANNELS,
  1235. EEPROM_5000_REG_BAND_2_CHANNELS,
  1236. EEPROM_5000_REG_BAND_3_CHANNELS,
  1237. EEPROM_5000_REG_BAND_4_CHANNELS,
  1238. EEPROM_5000_REG_BAND_5_CHANNELS,
  1239. EEPROM_5000_REG_BAND_24_FAT_CHANNELS,
  1240. EEPROM_5000_REG_BAND_52_FAT_CHANNELS
  1241. },
  1242. .verify_signature = iwlcore_eeprom_verify_signature,
  1243. .acquire_semaphore = iwlcore_eeprom_acquire_semaphore,
  1244. .release_semaphore = iwlcore_eeprom_release_semaphore,
  1245. .calib_version = iwl5000_eeprom_calib_version,
  1246. .query_addr = iwl5000_eeprom_query_addr,
  1247. },
  1248. };
  1249. static struct iwl_ops iwl5000_ops = {
  1250. .lib = &iwl5000_lib,
  1251. .hcmd = &iwl5000_hcmd,
  1252. .utils = &iwl5000_hcmd_utils,
  1253. };
  1254. static struct iwl_mod_params iwl50_mod_params = {
  1255. .num_of_queues = IWL50_NUM_QUEUES,
  1256. .num_of_ampdu_queues = IWL50_NUM_AMPDU_QUEUES,
  1257. .enable_qos = 1,
  1258. .amsdu_size_8K = 1,
  1259. .restart_fw = 1,
  1260. /* the rest are 0 by default */
  1261. };
  1262. struct iwl_cfg iwl5300_agn_cfg = {
  1263. .name = "5300AGN",
  1264. .fw_name = IWL5000_MODULE_FIRMWARE,
  1265. .sku = IWL_SKU_A|IWL_SKU_G|IWL_SKU_N,
  1266. .ops = &iwl5000_ops,
  1267. .eeprom_size = IWL_5000_EEPROM_IMG_SIZE,
  1268. .eeprom_ver = EEPROM_5000_EEPROM_VERSION,
  1269. .eeprom_calib_ver = EEPROM_5000_TX_POWER_VERSION,
  1270. .mod_params = &iwl50_mod_params,
  1271. };
  1272. struct iwl_cfg iwl5100_bg_cfg = {
  1273. .name = "5100BG",
  1274. .fw_name = IWL5000_MODULE_FIRMWARE,
  1275. .sku = IWL_SKU_G,
  1276. .ops = &iwl5000_ops,
  1277. .eeprom_size = IWL_5000_EEPROM_IMG_SIZE,
  1278. .eeprom_ver = EEPROM_5000_EEPROM_VERSION,
  1279. .eeprom_calib_ver = EEPROM_5000_TX_POWER_VERSION,
  1280. .mod_params = &iwl50_mod_params,
  1281. };
  1282. struct iwl_cfg iwl5100_abg_cfg = {
  1283. .name = "5100ABG",
  1284. .fw_name = IWL5000_MODULE_FIRMWARE,
  1285. .sku = IWL_SKU_A|IWL_SKU_G,
  1286. .ops = &iwl5000_ops,
  1287. .eeprom_size = IWL_5000_EEPROM_IMG_SIZE,
  1288. .eeprom_ver = EEPROM_5000_EEPROM_VERSION,
  1289. .eeprom_calib_ver = EEPROM_5000_TX_POWER_VERSION,
  1290. .mod_params = &iwl50_mod_params,
  1291. };
  1292. struct iwl_cfg iwl5100_agn_cfg = {
  1293. .name = "5100AGN",
  1294. .fw_name = IWL5000_MODULE_FIRMWARE,
  1295. .sku = IWL_SKU_A|IWL_SKU_G|IWL_SKU_N,
  1296. .ops = &iwl5000_ops,
  1297. .eeprom_size = IWL_5000_EEPROM_IMG_SIZE,
  1298. .eeprom_ver = EEPROM_5000_EEPROM_VERSION,
  1299. .eeprom_calib_ver = EEPROM_5000_TX_POWER_VERSION,
  1300. .mod_params = &iwl50_mod_params,
  1301. };
  1302. struct iwl_cfg iwl5350_agn_cfg = {
  1303. .name = "5350AGN",
  1304. .fw_name = IWL5000_MODULE_FIRMWARE,
  1305. .sku = IWL_SKU_A|IWL_SKU_G|IWL_SKU_N,
  1306. .ops = &iwl5000_ops,
  1307. .eeprom_size = IWL_5000_EEPROM_IMG_SIZE,
  1308. .eeprom_ver = EEPROM_5050_EEPROM_VERSION,
  1309. .eeprom_calib_ver = EEPROM_5050_TX_POWER_VERSION,
  1310. .mod_params = &iwl50_mod_params,
  1311. };
  1312. struct iwl_cfg iwl5150_agn_cfg = {
  1313. .name = "5150AGN",
  1314. .fw_name = IWL5150_MODULE_FIRMWARE,
  1315. .sku = IWL_SKU_A|IWL_SKU_G|IWL_SKU_N,
  1316. .ops = &iwl5000_ops,
  1317. .eeprom_size = IWL_5000_EEPROM_IMG_SIZE,
  1318. .mod_params = &iwl50_mod_params,
  1319. };
  1320. MODULE_FIRMWARE(IWL5000_MODULE_FIRMWARE);
  1321. MODULE_FIRMWARE(IWL5150_MODULE_FIRMWARE);
  1322. module_param_named(disable50, iwl50_mod_params.disable, int, 0444);
  1323. MODULE_PARM_DESC(disable50,
  1324. "manually disable the 50XX radio (default 0 [radio on])");
  1325. module_param_named(swcrypto50, iwl50_mod_params.sw_crypto, bool, 0444);
  1326. MODULE_PARM_DESC(swcrypto50,
  1327. "using software crypto engine (default 0 [hardware])\n");
  1328. module_param_named(debug50, iwl50_mod_params.debug, int, 0444);
  1329. MODULE_PARM_DESC(debug50, "50XX debug output mask");
  1330. module_param_named(queues_num50, iwl50_mod_params.num_of_queues, int, 0444);
  1331. MODULE_PARM_DESC(queues_num50, "number of hw queues in 50xx series");
  1332. module_param_named(qos_enable50, iwl50_mod_params.enable_qos, int, 0444);
  1333. MODULE_PARM_DESC(qos_enable50, "enable all 50XX QoS functionality");
  1334. module_param_named(11n_disable50, iwl50_mod_params.disable_11n, int, 0444);
  1335. MODULE_PARM_DESC(11n_disable50, "disable 50XX 11n functionality");
  1336. module_param_named(amsdu_size_8K50, iwl50_mod_params.amsdu_size_8K, int, 0444);
  1337. MODULE_PARM_DESC(amsdu_size_8K50, "enable 8K amsdu size in 50XX series");
  1338. module_param_named(fw_restart50, iwl50_mod_params.restart_fw, int, 0444);
  1339. MODULE_PARM_DESC(fw_restart50, "restart firmware in case of error");