iwl-agn-lib.c 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230
  1. /******************************************************************************
  2. *
  3. * GPL LICENSE SUMMARY
  4. *
  5. * Copyright(c) 2008 - 2012 Intel Corporation. All rights reserved.
  6. *
  7. * This program is free software; you can redistribute it and/or modify
  8. * it under the terms of version 2 of the GNU General Public License as
  9. * published by the Free Software Foundation.
  10. *
  11. * This program is distributed in the hope that it will be useful, but
  12. * WITHOUT ANY WARRANTY; without even the implied warranty of
  13. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  14. * General Public License for more details.
  15. *
  16. * You should have received a copy of the GNU General Public License
  17. * along with this program; if not, write to the Free Software
  18. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110,
  19. * USA
  20. *
  21. * The full GNU General Public License is included in this distribution
  22. * in the file called LICENSE.GPL.
  23. *
  24. * Contact Information:
  25. * Intel Linux Wireless <ilw@linux.intel.com>
  26. * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
  27. *
  28. *****************************************************************************/
  29. #include <linux/etherdevice.h>
  30. #include <linux/kernel.h>
  31. #include <linux/module.h>
  32. #include <linux/init.h>
  33. #include <linux/sched.h>
  34. #include "iwl-dev.h"
  35. #include "iwl-io.h"
  36. #include "iwl-agn-hw.h"
  37. #include "iwl-agn.h"
  38. #include "iwl-trans.h"
  39. #include "iwl-modparams.h"
  40. int iwlagn_hw_valid_rtc_data_addr(u32 addr)
  41. {
  42. return (addr >= IWLAGN_RTC_DATA_LOWER_BOUND) &&
  43. (addr < IWLAGN_RTC_DATA_UPPER_BOUND);
  44. }
  45. int iwlagn_send_tx_power(struct iwl_priv *priv)
  46. {
  47. struct iwlagn_tx_power_dbm_cmd tx_power_cmd;
  48. u8 tx_ant_cfg_cmd;
  49. if (WARN_ONCE(test_bit(STATUS_SCAN_HW, &priv->status),
  50. "TX Power requested while scanning!\n"))
  51. return -EAGAIN;
  52. /* half dBm need to multiply */
  53. tx_power_cmd.global_lmt = (s8)(2 * priv->tx_power_user_lmt);
  54. if (priv->tx_power_lmt_in_half_dbm &&
  55. priv->tx_power_lmt_in_half_dbm < tx_power_cmd.global_lmt) {
  56. /*
  57. * For the newer devices which using enhanced/extend tx power
  58. * table in EEPROM, the format is in half dBm. driver need to
  59. * convert to dBm format before report to mac80211.
  60. * By doing so, there is a possibility of 1/2 dBm resolution
  61. * lost. driver will perform "round-up" operation before
  62. * reporting, but it will cause 1/2 dBm tx power over the
  63. * regulatory limit. Perform the checking here, if the
  64. * "tx_power_user_lmt" is higher than EEPROM value (in
  65. * half-dBm format), lower the tx power based on EEPROM
  66. */
  67. tx_power_cmd.global_lmt = priv->tx_power_lmt_in_half_dbm;
  68. }
  69. tx_power_cmd.flags = IWLAGN_TX_POWER_NO_CLOSED;
  70. tx_power_cmd.srv_chan_lmt = IWLAGN_TX_POWER_AUTO;
  71. if (IWL_UCODE_API(priv->fw->ucode_ver) == 1)
  72. tx_ant_cfg_cmd = REPLY_TX_POWER_DBM_CMD_V1;
  73. else
  74. tx_ant_cfg_cmd = REPLY_TX_POWER_DBM_CMD;
  75. return iwl_dvm_send_cmd_pdu(priv, tx_ant_cfg_cmd, CMD_SYNC,
  76. sizeof(tx_power_cmd), &tx_power_cmd);
  77. }
  78. void iwlagn_temperature(struct iwl_priv *priv)
  79. {
  80. lockdep_assert_held(&priv->statistics.lock);
  81. /* store temperature from correct statistics (in Celsius) */
  82. priv->temperature = le32_to_cpu(priv->statistics.common.temperature);
  83. iwl_tt_handler(priv);
  84. }
  85. int iwlagn_hwrate_to_mac80211_idx(u32 rate_n_flags, enum ieee80211_band band)
  86. {
  87. int idx = 0;
  88. int band_offset = 0;
  89. /* HT rate format: mac80211 wants an MCS number, which is just LSB */
  90. if (rate_n_flags & RATE_MCS_HT_MSK) {
  91. idx = (rate_n_flags & 0xff);
  92. return idx;
  93. /* Legacy rate format, search for match in table */
  94. } else {
  95. if (band == IEEE80211_BAND_5GHZ)
  96. band_offset = IWL_FIRST_OFDM_RATE;
  97. for (idx = band_offset; idx < IWL_RATE_COUNT_LEGACY; idx++)
  98. if (iwl_rates[idx].plcp == (rate_n_flags & 0xFF))
  99. return idx - band_offset;
  100. }
  101. return -1;
  102. }
  103. int iwlagn_manage_ibss_station(struct iwl_priv *priv,
  104. struct ieee80211_vif *vif, bool add)
  105. {
  106. struct iwl_vif_priv *vif_priv = (void *)vif->drv_priv;
  107. if (add)
  108. return iwlagn_add_bssid_station(priv, vif_priv->ctx,
  109. vif->bss_conf.bssid,
  110. &vif_priv->ibss_bssid_sta_id);
  111. return iwl_remove_station(priv, vif_priv->ibss_bssid_sta_id,
  112. vif->bss_conf.bssid);
  113. }
  114. /**
  115. * iwlagn_txfifo_flush: send REPLY_TXFIFO_FLUSH command to uCode
  116. *
  117. * pre-requirements:
  118. * 1. acquire mutex before calling
  119. * 2. make sure rf is on and not in exit state
  120. */
  121. int iwlagn_txfifo_flush(struct iwl_priv *priv, u16 flush_control)
  122. {
  123. struct iwl_txfifo_flush_cmd flush_cmd;
  124. struct iwl_host_cmd cmd = {
  125. .id = REPLY_TXFIFO_FLUSH,
  126. .len = { sizeof(struct iwl_txfifo_flush_cmd), },
  127. .flags = CMD_SYNC,
  128. .data = { &flush_cmd, },
  129. };
  130. might_sleep();
  131. memset(&flush_cmd, 0, sizeof(flush_cmd));
  132. if (flush_control & BIT(IWL_RXON_CTX_BSS))
  133. flush_cmd.fifo_control = IWL_SCD_VO_MSK | IWL_SCD_VI_MSK |
  134. IWL_SCD_BE_MSK | IWL_SCD_BK_MSK |
  135. IWL_SCD_MGMT_MSK;
  136. if ((flush_control & BIT(IWL_RXON_CTX_PAN)) &&
  137. (priv->valid_contexts != BIT(IWL_RXON_CTX_BSS)))
  138. flush_cmd.fifo_control |= IWL_PAN_SCD_VO_MSK |
  139. IWL_PAN_SCD_VI_MSK | IWL_PAN_SCD_BE_MSK |
  140. IWL_PAN_SCD_BK_MSK | IWL_PAN_SCD_MGMT_MSK |
  141. IWL_PAN_SCD_MULTICAST_MSK;
  142. if (priv->hw_params.sku & EEPROM_SKU_CAP_11N_ENABLE)
  143. flush_cmd.fifo_control |= IWL_AGG_TX_QUEUE_MSK;
  144. IWL_DEBUG_INFO(priv, "fifo queue control: 0X%x\n",
  145. flush_cmd.fifo_control);
  146. flush_cmd.flush_control = cpu_to_le16(flush_control);
  147. return iwl_dvm_send_cmd(priv, &cmd);
  148. }
  149. void iwlagn_dev_txfifo_flush(struct iwl_priv *priv, u16 flush_control)
  150. {
  151. mutex_lock(&priv->mutex);
  152. ieee80211_stop_queues(priv->hw);
  153. if (iwlagn_txfifo_flush(priv, IWL_DROP_ALL)) {
  154. IWL_ERR(priv, "flush request fail\n");
  155. goto done;
  156. }
  157. IWL_DEBUG_INFO(priv, "wait transmit/flush all frames\n");
  158. iwl_trans_wait_tx_queue_empty(priv->trans);
  159. done:
  160. ieee80211_wake_queues(priv->hw);
  161. mutex_unlock(&priv->mutex);
  162. }
  163. /*
  164. * BT coex
  165. */
  166. static const __le32 iwlagn_def_3w_lookup[12] = {
  167. cpu_to_le32(0xaaaaaaaa),
  168. cpu_to_le32(0xaaaaaaaa),
  169. cpu_to_le32(0xaeaaaaaa),
  170. cpu_to_le32(0xaaaaaaaa),
  171. cpu_to_le32(0xcc00ff28),
  172. cpu_to_le32(0x0000aaaa),
  173. cpu_to_le32(0xcc00aaaa),
  174. cpu_to_le32(0x0000aaaa),
  175. cpu_to_le32(0xc0004000),
  176. cpu_to_le32(0x00004000),
  177. cpu_to_le32(0xf0005000),
  178. cpu_to_le32(0xf0005000),
  179. };
  180. static const __le32 iwlagn_concurrent_lookup[12] = {
  181. cpu_to_le32(0xaaaaaaaa),
  182. cpu_to_le32(0xaaaaaaaa),
  183. cpu_to_le32(0xaaaaaaaa),
  184. cpu_to_le32(0xaaaaaaaa),
  185. cpu_to_le32(0xaaaaaaaa),
  186. cpu_to_le32(0xaaaaaaaa),
  187. cpu_to_le32(0xaaaaaaaa),
  188. cpu_to_le32(0xaaaaaaaa),
  189. cpu_to_le32(0x00000000),
  190. cpu_to_le32(0x00000000),
  191. cpu_to_le32(0x00000000),
  192. cpu_to_le32(0x00000000),
  193. };
  194. void iwlagn_send_advance_bt_config(struct iwl_priv *priv)
  195. {
  196. struct iwl_basic_bt_cmd basic = {
  197. .max_kill = IWLAGN_BT_MAX_KILL_DEFAULT,
  198. .bt3_timer_t7_value = IWLAGN_BT3_T7_DEFAULT,
  199. .bt3_prio_sample_time = IWLAGN_BT3_PRIO_SAMPLE_DEFAULT,
  200. .bt3_timer_t2_value = IWLAGN_BT3_T2_DEFAULT,
  201. };
  202. struct iwl_bt_cmd_v1 bt_cmd_v1;
  203. struct iwl_bt_cmd_v2 bt_cmd_v2;
  204. int ret;
  205. BUILD_BUG_ON(sizeof(iwlagn_def_3w_lookup) !=
  206. sizeof(basic.bt3_lookup_table));
  207. if (priv->cfg->bt_params) {
  208. /*
  209. * newer generation of devices (2000 series and newer)
  210. * use the version 2 of the bt command
  211. * we need to make sure sending the host command
  212. * with correct data structure to avoid uCode assert
  213. */
  214. if (priv->cfg->bt_params->bt_session_2) {
  215. bt_cmd_v2.prio_boost = cpu_to_le32(
  216. priv->cfg->bt_params->bt_prio_boost);
  217. bt_cmd_v2.tx_prio_boost = 0;
  218. bt_cmd_v2.rx_prio_boost = 0;
  219. } else {
  220. bt_cmd_v1.prio_boost =
  221. priv->cfg->bt_params->bt_prio_boost;
  222. bt_cmd_v1.tx_prio_boost = 0;
  223. bt_cmd_v1.rx_prio_boost = 0;
  224. }
  225. } else {
  226. IWL_ERR(priv, "failed to construct BT Coex Config\n");
  227. return;
  228. }
  229. basic.kill_ack_mask = priv->kill_ack_mask;
  230. basic.kill_cts_mask = priv->kill_cts_mask;
  231. basic.valid = priv->bt_valid;
  232. /*
  233. * Configure BT coex mode to "no coexistence" when the
  234. * user disabled BT coexistence, we have no interface
  235. * (might be in monitor mode), or the interface is in
  236. * IBSS mode (no proper uCode support for coex then).
  237. */
  238. if (!iwlwifi_mod_params.bt_coex_active ||
  239. priv->iw_mode == NL80211_IFTYPE_ADHOC) {
  240. basic.flags = IWLAGN_BT_FLAG_COEX_MODE_DISABLED;
  241. } else {
  242. basic.flags = IWLAGN_BT_FLAG_COEX_MODE_3W <<
  243. IWLAGN_BT_FLAG_COEX_MODE_SHIFT;
  244. if (!priv->bt_enable_pspoll)
  245. basic.flags |= IWLAGN_BT_FLAG_SYNC_2_BT_DISABLE;
  246. else
  247. basic.flags &= ~IWLAGN_BT_FLAG_SYNC_2_BT_DISABLE;
  248. if (priv->bt_ch_announce)
  249. basic.flags |= IWLAGN_BT_FLAG_CHANNEL_INHIBITION;
  250. IWL_DEBUG_COEX(priv, "BT coex flag: 0X%x\n", basic.flags);
  251. }
  252. priv->bt_enable_flag = basic.flags;
  253. if (priv->bt_full_concurrent)
  254. memcpy(basic.bt3_lookup_table, iwlagn_concurrent_lookup,
  255. sizeof(iwlagn_concurrent_lookup));
  256. else
  257. memcpy(basic.bt3_lookup_table, iwlagn_def_3w_lookup,
  258. sizeof(iwlagn_def_3w_lookup));
  259. IWL_DEBUG_COEX(priv, "BT coex %s in %s mode\n",
  260. basic.flags ? "active" : "disabled",
  261. priv->bt_full_concurrent ?
  262. "full concurrency" : "3-wire");
  263. if (priv->cfg->bt_params->bt_session_2) {
  264. memcpy(&bt_cmd_v2.basic, &basic,
  265. sizeof(basic));
  266. ret = iwl_dvm_send_cmd_pdu(priv, REPLY_BT_CONFIG,
  267. CMD_SYNC, sizeof(bt_cmd_v2), &bt_cmd_v2);
  268. } else {
  269. memcpy(&bt_cmd_v1.basic, &basic,
  270. sizeof(basic));
  271. ret = iwl_dvm_send_cmd_pdu(priv, REPLY_BT_CONFIG,
  272. CMD_SYNC, sizeof(bt_cmd_v1), &bt_cmd_v1);
  273. }
  274. if (ret)
  275. IWL_ERR(priv, "failed to send BT Coex Config\n");
  276. }
  277. void iwlagn_bt_adjust_rssi_monitor(struct iwl_priv *priv, bool rssi_ena)
  278. {
  279. struct iwl_rxon_context *ctx, *found_ctx = NULL;
  280. bool found_ap = false;
  281. lockdep_assert_held(&priv->mutex);
  282. /* Check whether AP or GO mode is active. */
  283. if (rssi_ena) {
  284. for_each_context(priv, ctx) {
  285. if (ctx->vif && ctx->vif->type == NL80211_IFTYPE_AP &&
  286. iwl_is_associated_ctx(ctx)) {
  287. found_ap = true;
  288. break;
  289. }
  290. }
  291. }
  292. /*
  293. * If disable was received or If GO/AP mode, disable RSSI
  294. * measurements.
  295. */
  296. if (!rssi_ena || found_ap) {
  297. if (priv->cur_rssi_ctx) {
  298. ctx = priv->cur_rssi_ctx;
  299. ieee80211_disable_rssi_reports(ctx->vif);
  300. priv->cur_rssi_ctx = NULL;
  301. }
  302. return;
  303. }
  304. /*
  305. * If rssi measurements need to be enabled, consider all cases now.
  306. * Figure out how many contexts are active.
  307. */
  308. for_each_context(priv, ctx) {
  309. if (ctx->vif && ctx->vif->type == NL80211_IFTYPE_STATION &&
  310. iwl_is_associated_ctx(ctx)) {
  311. found_ctx = ctx;
  312. break;
  313. }
  314. }
  315. /*
  316. * rssi monitor already enabled for the correct interface...nothing
  317. * to do.
  318. */
  319. if (found_ctx == priv->cur_rssi_ctx)
  320. return;
  321. /*
  322. * Figure out if rssi monitor is currently enabled, and needs
  323. * to be changed. If rssi monitor is already enabled, disable
  324. * it first else just enable rssi measurements on the
  325. * interface found above.
  326. */
  327. if (priv->cur_rssi_ctx) {
  328. ctx = priv->cur_rssi_ctx;
  329. if (ctx->vif)
  330. ieee80211_disable_rssi_reports(ctx->vif);
  331. }
  332. priv->cur_rssi_ctx = found_ctx;
  333. if (!found_ctx)
  334. return;
  335. ieee80211_enable_rssi_reports(found_ctx->vif,
  336. IWLAGN_BT_PSP_MIN_RSSI_THRESHOLD,
  337. IWLAGN_BT_PSP_MAX_RSSI_THRESHOLD);
  338. }
  339. static bool iwlagn_bt_traffic_is_sco(struct iwl_bt_uart_msg *uart_msg)
  340. {
  341. return BT_UART_MSG_FRAME3SCOESCO_MSK & uart_msg->frame3 >>
  342. BT_UART_MSG_FRAME3SCOESCO_POS;
  343. }
  344. static void iwlagn_bt_traffic_change_work(struct work_struct *work)
  345. {
  346. struct iwl_priv *priv =
  347. container_of(work, struct iwl_priv, bt_traffic_change_work);
  348. struct iwl_rxon_context *ctx;
  349. int smps_request = -1;
  350. if (priv->bt_enable_flag == IWLAGN_BT_FLAG_COEX_MODE_DISABLED) {
  351. /* bt coex disabled */
  352. return;
  353. }
  354. /*
  355. * Note: bt_traffic_load can be overridden by scan complete and
  356. * coex profile notifications. Ignore that since only bad consequence
  357. * can be not matching debug print with actual state.
  358. */
  359. IWL_DEBUG_COEX(priv, "BT traffic load changes: %d\n",
  360. priv->bt_traffic_load);
  361. switch (priv->bt_traffic_load) {
  362. case IWL_BT_COEX_TRAFFIC_LOAD_NONE:
  363. if (priv->bt_status)
  364. smps_request = IEEE80211_SMPS_DYNAMIC;
  365. else
  366. smps_request = IEEE80211_SMPS_AUTOMATIC;
  367. break;
  368. case IWL_BT_COEX_TRAFFIC_LOAD_LOW:
  369. smps_request = IEEE80211_SMPS_DYNAMIC;
  370. break;
  371. case IWL_BT_COEX_TRAFFIC_LOAD_HIGH:
  372. case IWL_BT_COEX_TRAFFIC_LOAD_CONTINUOUS:
  373. smps_request = IEEE80211_SMPS_STATIC;
  374. break;
  375. default:
  376. IWL_ERR(priv, "Invalid BT traffic load: %d\n",
  377. priv->bt_traffic_load);
  378. break;
  379. }
  380. mutex_lock(&priv->mutex);
  381. /*
  382. * We can not send command to firmware while scanning. When the scan
  383. * complete we will schedule this work again. We do check with mutex
  384. * locked to prevent new scan request to arrive. We do not check
  385. * STATUS_SCANNING to avoid race when queue_work two times from
  386. * different notifications, but quit and not perform any work at all.
  387. */
  388. if (test_bit(STATUS_SCAN_HW, &priv->status))
  389. goto out;
  390. iwl_update_chain_flags(priv);
  391. if (smps_request != -1) {
  392. priv->current_ht_config.smps = smps_request;
  393. for_each_context(priv, ctx) {
  394. if (ctx->vif && ctx->vif->type == NL80211_IFTYPE_STATION)
  395. ieee80211_request_smps(ctx->vif, smps_request);
  396. }
  397. }
  398. /*
  399. * Dynamic PS poll related functionality. Adjust RSSI measurements if
  400. * necessary.
  401. */
  402. iwlagn_bt_coex_rssi_monitor(priv);
  403. out:
  404. mutex_unlock(&priv->mutex);
  405. }
  406. /*
  407. * If BT sco traffic, and RSSI monitor is enabled, move measurements to the
  408. * correct interface or disable it if this is the last interface to be
  409. * removed.
  410. */
  411. void iwlagn_bt_coex_rssi_monitor(struct iwl_priv *priv)
  412. {
  413. if (priv->bt_is_sco &&
  414. priv->bt_traffic_load == IWL_BT_COEX_TRAFFIC_LOAD_CONTINUOUS)
  415. iwlagn_bt_adjust_rssi_monitor(priv, true);
  416. else
  417. iwlagn_bt_adjust_rssi_monitor(priv, false);
  418. }
  419. static void iwlagn_print_uartmsg(struct iwl_priv *priv,
  420. struct iwl_bt_uart_msg *uart_msg)
  421. {
  422. IWL_DEBUG_COEX(priv, "Message Type = 0x%X, SSN = 0x%X, "
  423. "Update Req = 0x%X\n",
  424. (BT_UART_MSG_FRAME1MSGTYPE_MSK & uart_msg->frame1) >>
  425. BT_UART_MSG_FRAME1MSGTYPE_POS,
  426. (BT_UART_MSG_FRAME1SSN_MSK & uart_msg->frame1) >>
  427. BT_UART_MSG_FRAME1SSN_POS,
  428. (BT_UART_MSG_FRAME1UPDATEREQ_MSK & uart_msg->frame1) >>
  429. BT_UART_MSG_FRAME1UPDATEREQ_POS);
  430. IWL_DEBUG_COEX(priv, "Open connections = 0x%X, Traffic load = 0x%X, "
  431. "Chl_SeqN = 0x%X, In band = 0x%X\n",
  432. (BT_UART_MSG_FRAME2OPENCONNECTIONS_MSK & uart_msg->frame2) >>
  433. BT_UART_MSG_FRAME2OPENCONNECTIONS_POS,
  434. (BT_UART_MSG_FRAME2TRAFFICLOAD_MSK & uart_msg->frame2) >>
  435. BT_UART_MSG_FRAME2TRAFFICLOAD_POS,
  436. (BT_UART_MSG_FRAME2CHLSEQN_MSK & uart_msg->frame2) >>
  437. BT_UART_MSG_FRAME2CHLSEQN_POS,
  438. (BT_UART_MSG_FRAME2INBAND_MSK & uart_msg->frame2) >>
  439. BT_UART_MSG_FRAME2INBAND_POS);
  440. IWL_DEBUG_COEX(priv, "SCO/eSCO = 0x%X, Sniff = 0x%X, A2DP = 0x%X, "
  441. "ACL = 0x%X, Master = 0x%X, OBEX = 0x%X\n",
  442. (BT_UART_MSG_FRAME3SCOESCO_MSK & uart_msg->frame3) >>
  443. BT_UART_MSG_FRAME3SCOESCO_POS,
  444. (BT_UART_MSG_FRAME3SNIFF_MSK & uart_msg->frame3) >>
  445. BT_UART_MSG_FRAME3SNIFF_POS,
  446. (BT_UART_MSG_FRAME3A2DP_MSK & uart_msg->frame3) >>
  447. BT_UART_MSG_FRAME3A2DP_POS,
  448. (BT_UART_MSG_FRAME3ACL_MSK & uart_msg->frame3) >>
  449. BT_UART_MSG_FRAME3ACL_POS,
  450. (BT_UART_MSG_FRAME3MASTER_MSK & uart_msg->frame3) >>
  451. BT_UART_MSG_FRAME3MASTER_POS,
  452. (BT_UART_MSG_FRAME3OBEX_MSK & uart_msg->frame3) >>
  453. BT_UART_MSG_FRAME3OBEX_POS);
  454. IWL_DEBUG_COEX(priv, "Idle duration = 0x%X\n",
  455. (BT_UART_MSG_FRAME4IDLEDURATION_MSK & uart_msg->frame4) >>
  456. BT_UART_MSG_FRAME4IDLEDURATION_POS);
  457. IWL_DEBUG_COEX(priv, "Tx Activity = 0x%X, Rx Activity = 0x%X, "
  458. "eSCO Retransmissions = 0x%X\n",
  459. (BT_UART_MSG_FRAME5TXACTIVITY_MSK & uart_msg->frame5) >>
  460. BT_UART_MSG_FRAME5TXACTIVITY_POS,
  461. (BT_UART_MSG_FRAME5RXACTIVITY_MSK & uart_msg->frame5) >>
  462. BT_UART_MSG_FRAME5RXACTIVITY_POS,
  463. (BT_UART_MSG_FRAME5ESCORETRANSMIT_MSK & uart_msg->frame5) >>
  464. BT_UART_MSG_FRAME5ESCORETRANSMIT_POS);
  465. IWL_DEBUG_COEX(priv, "Sniff Interval = 0x%X, Discoverable = 0x%X\n",
  466. (BT_UART_MSG_FRAME6SNIFFINTERVAL_MSK & uart_msg->frame6) >>
  467. BT_UART_MSG_FRAME6SNIFFINTERVAL_POS,
  468. (BT_UART_MSG_FRAME6DISCOVERABLE_MSK & uart_msg->frame6) >>
  469. BT_UART_MSG_FRAME6DISCOVERABLE_POS);
  470. IWL_DEBUG_COEX(priv, "Sniff Activity = 0x%X, Page = "
  471. "0x%X, Inquiry = 0x%X, Connectable = 0x%X\n",
  472. (BT_UART_MSG_FRAME7SNIFFACTIVITY_MSK & uart_msg->frame7) >>
  473. BT_UART_MSG_FRAME7SNIFFACTIVITY_POS,
  474. (BT_UART_MSG_FRAME7PAGE_MSK & uart_msg->frame7) >>
  475. BT_UART_MSG_FRAME7PAGE_POS,
  476. (BT_UART_MSG_FRAME7INQUIRY_MSK & uart_msg->frame7) >>
  477. BT_UART_MSG_FRAME7INQUIRY_POS,
  478. (BT_UART_MSG_FRAME7CONNECTABLE_MSK & uart_msg->frame7) >>
  479. BT_UART_MSG_FRAME7CONNECTABLE_POS);
  480. }
  481. static bool iwlagn_set_kill_msk(struct iwl_priv *priv,
  482. struct iwl_bt_uart_msg *uart_msg)
  483. {
  484. bool need_update = false;
  485. u8 kill_msk;
  486. static const __le32 bt_kill_ack_msg[2] = {
  487. IWLAGN_BT_KILL_ACK_MASK_DEFAULT,
  488. IWLAGN_BT_KILL_ACK_CTS_MASK_SCO };
  489. static const __le32 bt_kill_cts_msg[2] = {
  490. IWLAGN_BT_KILL_CTS_MASK_DEFAULT,
  491. IWLAGN_BT_KILL_ACK_CTS_MASK_SCO };
  492. kill_msk = (BT_UART_MSG_FRAME3SCOESCO_MSK & uart_msg->frame3)
  493. ? 1 : 0;
  494. if (priv->kill_ack_mask != bt_kill_ack_msg[kill_msk] ||
  495. priv->kill_cts_mask != bt_kill_cts_msg[kill_msk]) {
  496. priv->bt_valid |= IWLAGN_BT_VALID_KILL_ACK_MASK;
  497. priv->kill_ack_mask = bt_kill_ack_msg[kill_msk];
  498. priv->bt_valid |= IWLAGN_BT_VALID_KILL_CTS_MASK;
  499. priv->kill_cts_mask = bt_kill_cts_msg[kill_msk];
  500. need_update = true;
  501. }
  502. return need_update;
  503. }
  504. static bool iwlagn_fill_txpower_mode(struct iwl_priv *priv,
  505. struct iwl_bt_uart_msg *uart_msg)
  506. {
  507. bool need_update = false;
  508. if (!priv->reduced_txpower &&
  509. !iwl_is_associated(priv, IWL_RXON_CTX_PAN) &&
  510. (uart_msg->frame3 & (BT_UART_MSG_FRAME3ACL_MSK |
  511. BT_UART_MSG_FRAME3OBEX_MSK)) &&
  512. !(uart_msg->frame3 & (BT_UART_MSG_FRAME3SCOESCO_MSK |
  513. BT_UART_MSG_FRAME3SNIFF_MSK | BT_UART_MSG_FRAME3A2DP_MSK))) {
  514. /* enabling reduced tx power */
  515. priv->reduced_txpower = true;
  516. priv->bt_valid |= IWLAGN_BT_VALID_REDUCED_TX_PWR;
  517. need_update = true;
  518. } else if (priv->reduced_txpower &&
  519. (iwl_is_associated(priv, IWL_RXON_CTX_PAN) ||
  520. (uart_msg->frame3 & (BT_UART_MSG_FRAME3SCOESCO_MSK |
  521. BT_UART_MSG_FRAME3SNIFF_MSK | BT_UART_MSG_FRAME3A2DP_MSK)) ||
  522. !(uart_msg->frame3 & (BT_UART_MSG_FRAME3ACL_MSK |
  523. BT_UART_MSG_FRAME3OBEX_MSK)))) {
  524. /* disable reduced tx power */
  525. priv->reduced_txpower = false;
  526. priv->bt_valid &= ~IWLAGN_BT_VALID_REDUCED_TX_PWR;
  527. need_update = true;
  528. }
  529. return need_update;
  530. }
  531. int iwlagn_bt_coex_profile_notif(struct iwl_priv *priv,
  532. struct iwl_rx_cmd_buffer *rxb,
  533. struct iwl_device_cmd *cmd)
  534. {
  535. struct iwl_rx_packet *pkt = rxb_addr(rxb);
  536. struct iwl_bt_coex_profile_notif *coex = (void *)pkt->data;
  537. struct iwl_bt_uart_msg *uart_msg = &coex->last_bt_uart_msg;
  538. if (priv->bt_enable_flag == IWLAGN_BT_FLAG_COEX_MODE_DISABLED) {
  539. /* bt coex disabled */
  540. return 0;
  541. }
  542. IWL_DEBUG_COEX(priv, "BT Coex notification:\n");
  543. IWL_DEBUG_COEX(priv, " status: %d\n", coex->bt_status);
  544. IWL_DEBUG_COEX(priv, " traffic load: %d\n", coex->bt_traffic_load);
  545. IWL_DEBUG_COEX(priv, " CI compliance: %d\n",
  546. coex->bt_ci_compliance);
  547. iwlagn_print_uartmsg(priv, uart_msg);
  548. priv->last_bt_traffic_load = priv->bt_traffic_load;
  549. priv->bt_is_sco = iwlagn_bt_traffic_is_sco(uart_msg);
  550. if (priv->iw_mode != NL80211_IFTYPE_ADHOC) {
  551. if (priv->bt_status != coex->bt_status ||
  552. priv->last_bt_traffic_load != coex->bt_traffic_load) {
  553. if (coex->bt_status) {
  554. /* BT on */
  555. if (!priv->bt_ch_announce)
  556. priv->bt_traffic_load =
  557. IWL_BT_COEX_TRAFFIC_LOAD_HIGH;
  558. else
  559. priv->bt_traffic_load =
  560. coex->bt_traffic_load;
  561. } else {
  562. /* BT off */
  563. priv->bt_traffic_load =
  564. IWL_BT_COEX_TRAFFIC_LOAD_NONE;
  565. }
  566. priv->bt_status = coex->bt_status;
  567. queue_work(priv->workqueue,
  568. &priv->bt_traffic_change_work);
  569. }
  570. }
  571. /* schedule to send runtime bt_config */
  572. if (iwlagn_set_kill_msk(priv, uart_msg) ||
  573. iwlagn_fill_txpower_mode(priv, uart_msg))
  574. queue_work(priv->workqueue, &priv->bt_runtime_config);
  575. /* FIXME: based on notification, adjust the prio_boost */
  576. priv->bt_ci_compliance = coex->bt_ci_compliance;
  577. return 0;
  578. }
  579. void iwlagn_bt_rx_handler_setup(struct iwl_priv *priv)
  580. {
  581. priv->rx_handlers[REPLY_BT_COEX_PROFILE_NOTIF] =
  582. iwlagn_bt_coex_profile_notif;
  583. }
  584. void iwlagn_bt_setup_deferred_work(struct iwl_priv *priv)
  585. {
  586. INIT_WORK(&priv->bt_traffic_change_work,
  587. iwlagn_bt_traffic_change_work);
  588. }
  589. void iwlagn_bt_cancel_deferred_work(struct iwl_priv *priv)
  590. {
  591. cancel_work_sync(&priv->bt_traffic_change_work);
  592. }
  593. static bool is_single_rx_stream(struct iwl_priv *priv)
  594. {
  595. return priv->current_ht_config.smps == IEEE80211_SMPS_STATIC ||
  596. priv->current_ht_config.single_chain_sufficient;
  597. }
  598. #define IWL_NUM_RX_CHAINS_MULTIPLE 3
  599. #define IWL_NUM_RX_CHAINS_SINGLE 2
  600. #define IWL_NUM_IDLE_CHAINS_DUAL 2
  601. #define IWL_NUM_IDLE_CHAINS_SINGLE 1
  602. /*
  603. * Determine how many receiver/antenna chains to use.
  604. *
  605. * More provides better reception via diversity. Fewer saves power
  606. * at the expense of throughput, but only when not in powersave to
  607. * start with.
  608. *
  609. * MIMO (dual stream) requires at least 2, but works better with 3.
  610. * This does not determine *which* chains to use, just how many.
  611. */
  612. static int iwl_get_active_rx_chain_count(struct iwl_priv *priv)
  613. {
  614. if (priv->cfg->bt_params &&
  615. priv->cfg->bt_params->advanced_bt_coexist &&
  616. (priv->bt_full_concurrent ||
  617. priv->bt_traffic_load >= IWL_BT_COEX_TRAFFIC_LOAD_HIGH)) {
  618. /*
  619. * only use chain 'A' in bt high traffic load or
  620. * full concurrency mode
  621. */
  622. return IWL_NUM_RX_CHAINS_SINGLE;
  623. }
  624. /* # of Rx chains to use when expecting MIMO. */
  625. if (is_single_rx_stream(priv))
  626. return IWL_NUM_RX_CHAINS_SINGLE;
  627. else
  628. return IWL_NUM_RX_CHAINS_MULTIPLE;
  629. }
  630. /*
  631. * When we are in power saving mode, unless device support spatial
  632. * multiplexing power save, use the active count for rx chain count.
  633. */
  634. static int iwl_get_idle_rx_chain_count(struct iwl_priv *priv, int active_cnt)
  635. {
  636. /* # Rx chains when idling, depending on SMPS mode */
  637. switch (priv->current_ht_config.smps) {
  638. case IEEE80211_SMPS_STATIC:
  639. case IEEE80211_SMPS_DYNAMIC:
  640. return IWL_NUM_IDLE_CHAINS_SINGLE;
  641. case IEEE80211_SMPS_AUTOMATIC:
  642. case IEEE80211_SMPS_OFF:
  643. return active_cnt;
  644. default:
  645. WARN(1, "invalid SMPS mode %d",
  646. priv->current_ht_config.smps);
  647. return active_cnt;
  648. }
  649. }
  650. /* up to 4 chains */
  651. static u8 iwl_count_chain_bitmap(u32 chain_bitmap)
  652. {
  653. u8 res;
  654. res = (chain_bitmap & BIT(0)) >> 0;
  655. res += (chain_bitmap & BIT(1)) >> 1;
  656. res += (chain_bitmap & BIT(2)) >> 2;
  657. res += (chain_bitmap & BIT(3)) >> 3;
  658. return res;
  659. }
  660. /**
  661. * iwlagn_set_rxon_chain - Set up Rx chain usage in "staging" RXON image
  662. *
  663. * Selects how many and which Rx receivers/antennas/chains to use.
  664. * This should not be used for scan command ... it puts data in wrong place.
  665. */
  666. void iwlagn_set_rxon_chain(struct iwl_priv *priv, struct iwl_rxon_context *ctx)
  667. {
  668. bool is_single = is_single_rx_stream(priv);
  669. bool is_cam = !test_bit(STATUS_POWER_PMI, &priv->status);
  670. u8 idle_rx_cnt, active_rx_cnt, valid_rx_cnt;
  671. u32 active_chains;
  672. u16 rx_chain;
  673. /* Tell uCode which antennas are actually connected.
  674. * Before first association, we assume all antennas are connected.
  675. * Just after first association, iwl_chain_noise_calibration()
  676. * checks which antennas actually *are* connected. */
  677. if (priv->chain_noise_data.active_chains)
  678. active_chains = priv->chain_noise_data.active_chains;
  679. else
  680. active_chains = priv->hw_params.valid_rx_ant;
  681. if (priv->cfg->bt_params &&
  682. priv->cfg->bt_params->advanced_bt_coexist &&
  683. (priv->bt_full_concurrent ||
  684. priv->bt_traffic_load >= IWL_BT_COEX_TRAFFIC_LOAD_HIGH)) {
  685. /*
  686. * only use chain 'A' in bt high traffic load or
  687. * full concurrency mode
  688. */
  689. active_chains = first_antenna(active_chains);
  690. }
  691. rx_chain = active_chains << RXON_RX_CHAIN_VALID_POS;
  692. /* How many receivers should we use? */
  693. active_rx_cnt = iwl_get_active_rx_chain_count(priv);
  694. idle_rx_cnt = iwl_get_idle_rx_chain_count(priv, active_rx_cnt);
  695. /* correct rx chain count according hw settings
  696. * and chain noise calibration
  697. */
  698. valid_rx_cnt = iwl_count_chain_bitmap(active_chains);
  699. if (valid_rx_cnt < active_rx_cnt)
  700. active_rx_cnt = valid_rx_cnt;
  701. if (valid_rx_cnt < idle_rx_cnt)
  702. idle_rx_cnt = valid_rx_cnt;
  703. rx_chain |= active_rx_cnt << RXON_RX_CHAIN_MIMO_CNT_POS;
  704. rx_chain |= idle_rx_cnt << RXON_RX_CHAIN_CNT_POS;
  705. ctx->staging.rx_chain = cpu_to_le16(rx_chain);
  706. if (!is_single && (active_rx_cnt >= IWL_NUM_RX_CHAINS_SINGLE) && is_cam)
  707. ctx->staging.rx_chain |= RXON_RX_CHAIN_MIMO_FORCE_MSK;
  708. else
  709. ctx->staging.rx_chain &= ~RXON_RX_CHAIN_MIMO_FORCE_MSK;
  710. IWL_DEBUG_ASSOC(priv, "rx_chain=0x%X active=%d idle=%d\n",
  711. ctx->staging.rx_chain,
  712. active_rx_cnt, idle_rx_cnt);
  713. WARN_ON(active_rx_cnt == 0 || idle_rx_cnt == 0 ||
  714. active_rx_cnt < idle_rx_cnt);
  715. }
  716. u8 iwl_toggle_tx_ant(struct iwl_priv *priv, u8 ant, u8 valid)
  717. {
  718. int i;
  719. u8 ind = ant;
  720. if (priv->band == IEEE80211_BAND_2GHZ &&
  721. priv->bt_traffic_load >= IWL_BT_COEX_TRAFFIC_LOAD_HIGH)
  722. return 0;
  723. for (i = 0; i < RATE_ANT_NUM - 1; i++) {
  724. ind = (ind + 1) < RATE_ANT_NUM ? ind + 1 : 0;
  725. if (valid & BIT(ind))
  726. return ind;
  727. }
  728. return ant;
  729. }
  730. #ifdef CONFIG_PM_SLEEP
  731. static void iwlagn_convert_p1k(u16 *p1k, __le16 *out)
  732. {
  733. int i;
  734. for (i = 0; i < IWLAGN_P1K_SIZE; i++)
  735. out[i] = cpu_to_le16(p1k[i]);
  736. }
  737. struct wowlan_key_data {
  738. struct iwl_rxon_context *ctx;
  739. struct iwlagn_wowlan_rsc_tsc_params_cmd *rsc_tsc;
  740. struct iwlagn_wowlan_tkip_params_cmd *tkip;
  741. const u8 *bssid;
  742. bool error, use_rsc_tsc, use_tkip;
  743. };
  744. static void iwlagn_wowlan_program_keys(struct ieee80211_hw *hw,
  745. struct ieee80211_vif *vif,
  746. struct ieee80211_sta *sta,
  747. struct ieee80211_key_conf *key,
  748. void *_data)
  749. {
  750. struct iwl_priv *priv = IWL_MAC80211_GET_DVM(hw);
  751. struct wowlan_key_data *data = _data;
  752. struct iwl_rxon_context *ctx = data->ctx;
  753. struct aes_sc *aes_sc, *aes_tx_sc = NULL;
  754. struct tkip_sc *tkip_sc, *tkip_tx_sc = NULL;
  755. struct iwlagn_p1k_cache *rx_p1ks;
  756. u8 *rx_mic_key;
  757. struct ieee80211_key_seq seq;
  758. u32 cur_rx_iv32 = 0;
  759. u16 p1k[IWLAGN_P1K_SIZE];
  760. int ret, i;
  761. mutex_lock(&priv->mutex);
  762. if ((key->cipher == WLAN_CIPHER_SUITE_WEP40 ||
  763. key->cipher == WLAN_CIPHER_SUITE_WEP104) &&
  764. !sta && !ctx->key_mapping_keys)
  765. ret = iwl_set_default_wep_key(priv, ctx, key);
  766. else
  767. ret = iwl_set_dynamic_key(priv, ctx, key, sta);
  768. if (ret) {
  769. IWL_ERR(priv, "Error setting key during suspend!\n");
  770. data->error = true;
  771. }
  772. switch (key->cipher) {
  773. case WLAN_CIPHER_SUITE_TKIP:
  774. if (sta) {
  775. tkip_sc = data->rsc_tsc->all_tsc_rsc.tkip.unicast_rsc;
  776. tkip_tx_sc = &data->rsc_tsc->all_tsc_rsc.tkip.tsc;
  777. rx_p1ks = data->tkip->rx_uni;
  778. ieee80211_get_key_tx_seq(key, &seq);
  779. tkip_tx_sc->iv16 = cpu_to_le16(seq.tkip.iv16);
  780. tkip_tx_sc->iv32 = cpu_to_le32(seq.tkip.iv32);
  781. ieee80211_get_tkip_p1k_iv(key, seq.tkip.iv32, p1k);
  782. iwlagn_convert_p1k(p1k, data->tkip->tx.p1k);
  783. memcpy(data->tkip->mic_keys.tx,
  784. &key->key[NL80211_TKIP_DATA_OFFSET_TX_MIC_KEY],
  785. IWLAGN_MIC_KEY_SIZE);
  786. rx_mic_key = data->tkip->mic_keys.rx_unicast;
  787. } else {
  788. tkip_sc =
  789. data->rsc_tsc->all_tsc_rsc.tkip.multicast_rsc;
  790. rx_p1ks = data->tkip->rx_multi;
  791. rx_mic_key = data->tkip->mic_keys.rx_mcast;
  792. }
  793. /*
  794. * For non-QoS this relies on the fact that both the uCode and
  795. * mac80211 use TID 0 (as they need to to avoid replay attacks)
  796. * for checking the IV in the frames.
  797. */
  798. for (i = 0; i < IWLAGN_NUM_RSC; i++) {
  799. ieee80211_get_key_rx_seq(key, i, &seq);
  800. tkip_sc[i].iv16 = cpu_to_le16(seq.tkip.iv16);
  801. tkip_sc[i].iv32 = cpu_to_le32(seq.tkip.iv32);
  802. /* wrapping isn't allowed, AP must rekey */
  803. if (seq.tkip.iv32 > cur_rx_iv32)
  804. cur_rx_iv32 = seq.tkip.iv32;
  805. }
  806. ieee80211_get_tkip_rx_p1k(key, data->bssid, cur_rx_iv32, p1k);
  807. iwlagn_convert_p1k(p1k, rx_p1ks[0].p1k);
  808. ieee80211_get_tkip_rx_p1k(key, data->bssid,
  809. cur_rx_iv32 + 1, p1k);
  810. iwlagn_convert_p1k(p1k, rx_p1ks[1].p1k);
  811. memcpy(rx_mic_key,
  812. &key->key[NL80211_TKIP_DATA_OFFSET_RX_MIC_KEY],
  813. IWLAGN_MIC_KEY_SIZE);
  814. data->use_tkip = true;
  815. data->use_rsc_tsc = true;
  816. break;
  817. case WLAN_CIPHER_SUITE_CCMP:
  818. if (sta) {
  819. u8 *pn = seq.ccmp.pn;
  820. aes_sc = data->rsc_tsc->all_tsc_rsc.aes.unicast_rsc;
  821. aes_tx_sc = &data->rsc_tsc->all_tsc_rsc.aes.tsc;
  822. ieee80211_get_key_tx_seq(key, &seq);
  823. aes_tx_sc->pn = cpu_to_le64(
  824. (u64)pn[5] |
  825. ((u64)pn[4] << 8) |
  826. ((u64)pn[3] << 16) |
  827. ((u64)pn[2] << 24) |
  828. ((u64)pn[1] << 32) |
  829. ((u64)pn[0] << 40));
  830. } else
  831. aes_sc = data->rsc_tsc->all_tsc_rsc.aes.multicast_rsc;
  832. /*
  833. * For non-QoS this relies on the fact that both the uCode and
  834. * mac80211 use TID 0 for checking the IV in the frames.
  835. */
  836. for (i = 0; i < IWLAGN_NUM_RSC; i++) {
  837. u8 *pn = seq.ccmp.pn;
  838. ieee80211_get_key_rx_seq(key, i, &seq);
  839. aes_sc->pn = cpu_to_le64(
  840. (u64)pn[5] |
  841. ((u64)pn[4] << 8) |
  842. ((u64)pn[3] << 16) |
  843. ((u64)pn[2] << 24) |
  844. ((u64)pn[1] << 32) |
  845. ((u64)pn[0] << 40));
  846. }
  847. data->use_rsc_tsc = true;
  848. break;
  849. }
  850. mutex_unlock(&priv->mutex);
  851. }
  852. int iwlagn_send_patterns(struct iwl_priv *priv,
  853. struct cfg80211_wowlan *wowlan)
  854. {
  855. struct iwlagn_wowlan_patterns_cmd *pattern_cmd;
  856. struct iwl_host_cmd cmd = {
  857. .id = REPLY_WOWLAN_PATTERNS,
  858. .dataflags[0] = IWL_HCMD_DFL_NOCOPY,
  859. .flags = CMD_SYNC,
  860. };
  861. int i, err;
  862. if (!wowlan->n_patterns)
  863. return 0;
  864. cmd.len[0] = sizeof(*pattern_cmd) +
  865. wowlan->n_patterns * sizeof(struct iwlagn_wowlan_pattern);
  866. pattern_cmd = kmalloc(cmd.len[0], GFP_KERNEL);
  867. if (!pattern_cmd)
  868. return -ENOMEM;
  869. pattern_cmd->n_patterns = cpu_to_le32(wowlan->n_patterns);
  870. for (i = 0; i < wowlan->n_patterns; i++) {
  871. int mask_len = DIV_ROUND_UP(wowlan->patterns[i].pattern_len, 8);
  872. memcpy(&pattern_cmd->patterns[i].mask,
  873. wowlan->patterns[i].mask, mask_len);
  874. memcpy(&pattern_cmd->patterns[i].pattern,
  875. wowlan->patterns[i].pattern,
  876. wowlan->patterns[i].pattern_len);
  877. pattern_cmd->patterns[i].mask_size = mask_len;
  878. pattern_cmd->patterns[i].pattern_size =
  879. wowlan->patterns[i].pattern_len;
  880. }
  881. cmd.data[0] = pattern_cmd;
  882. err = iwl_dvm_send_cmd(priv, &cmd);
  883. kfree(pattern_cmd);
  884. return err;
  885. }
  886. int iwlagn_suspend(struct iwl_priv *priv, struct cfg80211_wowlan *wowlan)
  887. {
  888. struct iwlagn_wowlan_wakeup_filter_cmd wakeup_filter_cmd;
  889. struct iwl_rxon_cmd rxon;
  890. struct iwl_rxon_context *ctx = &priv->contexts[IWL_RXON_CTX_BSS];
  891. struct iwlagn_wowlan_kek_kck_material_cmd kek_kck_cmd;
  892. struct iwlagn_wowlan_tkip_params_cmd tkip_cmd = {};
  893. struct iwlagn_d3_config_cmd d3_cfg_cmd = {};
  894. struct wowlan_key_data key_data = {
  895. .ctx = ctx,
  896. .bssid = ctx->active.bssid_addr,
  897. .use_rsc_tsc = false,
  898. .tkip = &tkip_cmd,
  899. .use_tkip = false,
  900. };
  901. int ret, i;
  902. u16 seq;
  903. key_data.rsc_tsc = kzalloc(sizeof(*key_data.rsc_tsc), GFP_KERNEL);
  904. if (!key_data.rsc_tsc)
  905. return -ENOMEM;
  906. memset(&wakeup_filter_cmd, 0, sizeof(wakeup_filter_cmd));
  907. /*
  908. * We know the last used seqno, and the uCode expects to know that
  909. * one, it will increment before TX.
  910. */
  911. seq = le16_to_cpu(priv->last_seq_ctl) & IEEE80211_SCTL_SEQ;
  912. wakeup_filter_cmd.non_qos_seq = cpu_to_le16(seq);
  913. /*
  914. * For QoS counters, we store the one to use next, so subtract 0x10
  915. * since the uCode will add 0x10 before using the value.
  916. */
  917. for (i = 0; i < IWL_MAX_TID_COUNT; i++) {
  918. seq = priv->tid_data[IWL_AP_ID][i].seq_number;
  919. seq -= 0x10;
  920. wakeup_filter_cmd.qos_seq[i] = cpu_to_le16(seq);
  921. }
  922. if (wowlan->disconnect)
  923. wakeup_filter_cmd.enabled |=
  924. cpu_to_le32(IWLAGN_WOWLAN_WAKEUP_BEACON_MISS |
  925. IWLAGN_WOWLAN_WAKEUP_LINK_CHANGE);
  926. if (wowlan->magic_pkt)
  927. wakeup_filter_cmd.enabled |=
  928. cpu_to_le32(IWLAGN_WOWLAN_WAKEUP_MAGIC_PACKET);
  929. if (wowlan->gtk_rekey_failure)
  930. wakeup_filter_cmd.enabled |=
  931. cpu_to_le32(IWLAGN_WOWLAN_WAKEUP_GTK_REKEY_FAIL);
  932. if (wowlan->eap_identity_req)
  933. wakeup_filter_cmd.enabled |=
  934. cpu_to_le32(IWLAGN_WOWLAN_WAKEUP_EAP_IDENT_REQ);
  935. if (wowlan->four_way_handshake)
  936. wakeup_filter_cmd.enabled |=
  937. cpu_to_le32(IWLAGN_WOWLAN_WAKEUP_4WAY_HANDSHAKE);
  938. if (wowlan->n_patterns)
  939. wakeup_filter_cmd.enabled |=
  940. cpu_to_le32(IWLAGN_WOWLAN_WAKEUP_PATTERN_MATCH);
  941. if (wowlan->rfkill_release)
  942. d3_cfg_cmd.wakeup_flags |=
  943. cpu_to_le32(IWLAGN_D3_WAKEUP_RFKILL);
  944. iwl_scan_cancel_timeout(priv, 200);
  945. memcpy(&rxon, &ctx->active, sizeof(rxon));
  946. priv->ucode_loaded = false;
  947. iwl_trans_stop_device(priv->trans);
  948. priv->wowlan = true;
  949. ret = iwl_load_ucode_wait_alive(priv, IWL_UCODE_WOWLAN);
  950. if (ret)
  951. goto out;
  952. /* now configure WoWLAN ucode */
  953. ret = iwl_alive_start(priv);
  954. if (ret)
  955. goto out;
  956. memcpy(&ctx->staging, &rxon, sizeof(rxon));
  957. ret = iwlagn_commit_rxon(priv, ctx);
  958. if (ret)
  959. goto out;
  960. ret = iwl_power_update_mode(priv, true);
  961. if (ret)
  962. goto out;
  963. if (!iwlwifi_mod_params.sw_crypto) {
  964. /* mark all keys clear */
  965. priv->ucode_key_table = 0;
  966. ctx->key_mapping_keys = 0;
  967. /*
  968. * This needs to be unlocked due to lock ordering
  969. * constraints. Since we're in the suspend path
  970. * that isn't really a problem though.
  971. */
  972. mutex_unlock(&priv->mutex);
  973. ieee80211_iter_keys(priv->hw, ctx->vif,
  974. iwlagn_wowlan_program_keys,
  975. &key_data);
  976. mutex_lock(&priv->mutex);
  977. if (key_data.error) {
  978. ret = -EIO;
  979. goto out;
  980. }
  981. if (key_data.use_rsc_tsc) {
  982. struct iwl_host_cmd rsc_tsc_cmd = {
  983. .id = REPLY_WOWLAN_TSC_RSC_PARAMS,
  984. .flags = CMD_SYNC,
  985. .data[0] = key_data.rsc_tsc,
  986. .dataflags[0] = IWL_HCMD_DFL_NOCOPY,
  987. .len[0] = sizeof(*key_data.rsc_tsc),
  988. };
  989. ret = iwl_dvm_send_cmd(priv, &rsc_tsc_cmd);
  990. if (ret)
  991. goto out;
  992. }
  993. if (key_data.use_tkip) {
  994. ret = iwl_dvm_send_cmd_pdu(priv,
  995. REPLY_WOWLAN_TKIP_PARAMS,
  996. CMD_SYNC, sizeof(tkip_cmd),
  997. &tkip_cmd);
  998. if (ret)
  999. goto out;
  1000. }
  1001. if (priv->have_rekey_data) {
  1002. memset(&kek_kck_cmd, 0, sizeof(kek_kck_cmd));
  1003. memcpy(kek_kck_cmd.kck, priv->kck, NL80211_KCK_LEN);
  1004. kek_kck_cmd.kck_len = cpu_to_le16(NL80211_KCK_LEN);
  1005. memcpy(kek_kck_cmd.kek, priv->kek, NL80211_KEK_LEN);
  1006. kek_kck_cmd.kek_len = cpu_to_le16(NL80211_KEK_LEN);
  1007. kek_kck_cmd.replay_ctr = priv->replay_ctr;
  1008. ret = iwl_dvm_send_cmd_pdu(priv,
  1009. REPLY_WOWLAN_KEK_KCK_MATERIAL,
  1010. CMD_SYNC, sizeof(kek_kck_cmd),
  1011. &kek_kck_cmd);
  1012. if (ret)
  1013. goto out;
  1014. }
  1015. }
  1016. ret = iwl_dvm_send_cmd_pdu(priv, REPLY_D3_CONFIG, CMD_SYNC,
  1017. sizeof(d3_cfg_cmd), &d3_cfg_cmd);
  1018. if (ret)
  1019. goto out;
  1020. ret = iwl_dvm_send_cmd_pdu(priv, REPLY_WOWLAN_WAKEUP_FILTER,
  1021. CMD_SYNC, sizeof(wakeup_filter_cmd),
  1022. &wakeup_filter_cmd);
  1023. if (ret)
  1024. goto out;
  1025. ret = iwlagn_send_patterns(priv, wowlan);
  1026. out:
  1027. kfree(key_data.rsc_tsc);
  1028. return ret;
  1029. }
  1030. #endif
  1031. int iwl_dvm_send_cmd(struct iwl_priv *priv, struct iwl_host_cmd *cmd)
  1032. {
  1033. if (iwl_is_rfkill(priv) || iwl_is_ctkill(priv)) {
  1034. IWL_WARN(priv, "Not sending command - %s KILL\n",
  1035. iwl_is_rfkill(priv) ? "RF" : "CT");
  1036. return -EIO;
  1037. }
  1038. if (test_bit(STATUS_FW_ERROR, &priv->status)) {
  1039. IWL_ERR(priv, "Command %s failed: FW Error\n",
  1040. iwl_dvm_get_cmd_string(cmd->id));
  1041. return -EIO;
  1042. }
  1043. /*
  1044. * Synchronous commands from this op-mode must hold
  1045. * the mutex, this ensures we don't try to send two
  1046. * (or more) synchronous commands at a time.
  1047. */
  1048. if (cmd->flags & CMD_SYNC)
  1049. lockdep_assert_held(&priv->mutex);
  1050. if (priv->ucode_owner == IWL_OWNERSHIP_TM &&
  1051. !(cmd->flags & CMD_ON_DEMAND)) {
  1052. IWL_DEBUG_HC(priv, "tm own the uCode, no regular hcmd send\n");
  1053. return -EIO;
  1054. }
  1055. return iwl_trans_send_cmd(priv->trans, cmd);
  1056. }
  1057. int iwl_dvm_send_cmd_pdu(struct iwl_priv *priv, u8 id,
  1058. u32 flags, u16 len, const void *data)
  1059. {
  1060. struct iwl_host_cmd cmd = {
  1061. .id = id,
  1062. .len = { len, },
  1063. .data = { data, },
  1064. .flags = flags,
  1065. };
  1066. return iwl_dvm_send_cmd(priv, &cmd);
  1067. }