iwl-sta.c 42 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459
  1. /******************************************************************************
  2. *
  3. * Copyright(c) 2003 - 2010 Intel Corporation. All rights reserved.
  4. *
  5. * Portions of this file are derived from the ipw3945 project, as well
  6. * as portions of the ieee80211 subsystem header files.
  7. *
  8. * This program is free software; you can redistribute it and/or modify it
  9. * under the terms of version 2 of the GNU General Public License as
  10. * published by the Free Software Foundation.
  11. *
  12. * This program is distributed in the hope that it will be useful, but WITHOUT
  13. * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  14. * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
  15. * more details.
  16. *
  17. * You should have received a copy of the GNU General Public License along with
  18. * this program; if not, write to the Free Software Foundation, Inc.,
  19. * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
  20. *
  21. * The full GNU General Public License is included in this distribution in the
  22. * file called LICENSE.
  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 <net/mac80211.h>
  30. #include <linux/etherdevice.h>
  31. #include <linux/sched.h>
  32. #include "iwl-dev.h"
  33. #include "iwl-core.h"
  34. #include "iwl-sta.h"
  35. u8 iwl_find_station(struct iwl_priv *priv, const u8 *addr)
  36. {
  37. int i;
  38. int start = 0;
  39. int ret = IWL_INVALID_STATION;
  40. unsigned long flags;
  41. if ((priv->iw_mode == NL80211_IFTYPE_ADHOC) ||
  42. (priv->iw_mode == NL80211_IFTYPE_AP))
  43. start = IWL_STA_ID;
  44. if (is_broadcast_ether_addr(addr))
  45. return priv->hw_params.bcast_sta_id;
  46. spin_lock_irqsave(&priv->sta_lock, flags);
  47. for (i = start; i < priv->hw_params.max_stations; i++)
  48. if (priv->stations[i].used &&
  49. (!compare_ether_addr(priv->stations[i].sta.sta.addr,
  50. addr))) {
  51. ret = i;
  52. goto out;
  53. }
  54. IWL_DEBUG_ASSOC_LIMIT(priv, "can not find STA %pM total %d\n",
  55. addr, priv->num_stations);
  56. out:
  57. /*
  58. * It may be possible that more commands interacting with stations
  59. * arrive before we completed processing the adding of
  60. * station
  61. */
  62. if (ret != IWL_INVALID_STATION &&
  63. (!(priv->stations[ret].used & IWL_STA_UCODE_ACTIVE) ||
  64. ((priv->stations[ret].used & IWL_STA_UCODE_ACTIVE) &&
  65. (priv->stations[ret].used & IWL_STA_UCODE_INPROGRESS)))) {
  66. IWL_ERR(priv, "Requested station info for sta %d before ready.\n",
  67. ret);
  68. ret = IWL_INVALID_STATION;
  69. }
  70. spin_unlock_irqrestore(&priv->sta_lock, flags);
  71. return ret;
  72. }
  73. EXPORT_SYMBOL(iwl_find_station);
  74. int iwl_get_ra_sta_id(struct iwl_priv *priv, struct ieee80211_hdr *hdr)
  75. {
  76. if (priv->iw_mode == NL80211_IFTYPE_STATION) {
  77. return IWL_AP_ID;
  78. } else {
  79. u8 *da = ieee80211_get_DA(hdr);
  80. return iwl_find_station(priv, da);
  81. }
  82. }
  83. EXPORT_SYMBOL(iwl_get_ra_sta_id);
  84. /* priv->sta_lock must be held */
  85. static void iwl_sta_ucode_activate(struct iwl_priv *priv, u8 sta_id)
  86. {
  87. if (!(priv->stations[sta_id].used & IWL_STA_DRIVER_ACTIVE))
  88. IWL_ERR(priv, "ACTIVATE a non DRIVER active station id %u addr %pM\n",
  89. sta_id, priv->stations[sta_id].sta.sta.addr);
  90. if (priv->stations[sta_id].used & IWL_STA_UCODE_ACTIVE) {
  91. IWL_DEBUG_ASSOC(priv,
  92. "STA id %u addr %pM already present in uCode (according to driver)\n",
  93. sta_id, priv->stations[sta_id].sta.sta.addr);
  94. } else {
  95. priv->stations[sta_id].used |= IWL_STA_UCODE_ACTIVE;
  96. IWL_DEBUG_ASSOC(priv, "Added STA id %u addr %pM to uCode\n",
  97. sta_id, priv->stations[sta_id].sta.sta.addr);
  98. }
  99. }
  100. static void iwl_process_add_sta_resp(struct iwl_priv *priv,
  101. struct iwl_addsta_cmd *addsta,
  102. struct iwl_rx_packet *pkt,
  103. bool sync)
  104. {
  105. u8 sta_id = addsta->sta.sta_id;
  106. unsigned long flags;
  107. if (pkt->hdr.flags & IWL_CMD_FAILED_MSK) {
  108. IWL_ERR(priv, "Bad return from REPLY_ADD_STA (0x%08X)\n",
  109. pkt->hdr.flags);
  110. return;
  111. }
  112. IWL_DEBUG_INFO(priv, "Processing response for adding station %u\n",
  113. sta_id);
  114. spin_lock_irqsave(&priv->sta_lock, flags);
  115. switch (pkt->u.add_sta.status) {
  116. case ADD_STA_SUCCESS_MSK:
  117. IWL_DEBUG_INFO(priv, "REPLY_ADD_STA PASSED\n");
  118. iwl_sta_ucode_activate(priv, sta_id);
  119. break;
  120. case ADD_STA_NO_ROOM_IN_TABLE:
  121. IWL_ERR(priv, "Adding station %d failed, no room in table.\n",
  122. sta_id);
  123. break;
  124. case ADD_STA_NO_BLOCK_ACK_RESOURCE:
  125. IWL_ERR(priv, "Adding station %d failed, no block ack resource.\n",
  126. sta_id);
  127. break;
  128. case ADD_STA_MODIFY_NON_EXIST_STA:
  129. IWL_ERR(priv, "Attempting to modify non-existing station %d\n",
  130. sta_id);
  131. break;
  132. default:
  133. IWL_DEBUG_ASSOC(priv, "Received REPLY_ADD_STA:(0x%08X)\n",
  134. pkt->u.add_sta.status);
  135. break;
  136. }
  137. IWL_DEBUG_INFO(priv, "%s station id %u addr %pM\n",
  138. priv->stations[sta_id].sta.mode ==
  139. STA_CONTROL_MODIFY_MSK ? "Modified" : "Added",
  140. sta_id, priv->stations[sta_id].sta.sta.addr);
  141. /*
  142. * XXX: The MAC address in the command buffer is often changed from
  143. * the original sent to the device. That is, the MAC address
  144. * written to the command buffer often is not the same MAC adress
  145. * read from the command buffer when the command returns. This
  146. * issue has not yet been resolved and this debugging is left to
  147. * observe the problem.
  148. */
  149. IWL_DEBUG_INFO(priv, "%s station according to cmd buffer %pM\n",
  150. priv->stations[sta_id].sta.mode ==
  151. STA_CONTROL_MODIFY_MSK ? "Modified" : "Added",
  152. addsta->sta.addr);
  153. spin_unlock_irqrestore(&priv->sta_lock, flags);
  154. }
  155. static void iwl_add_sta_callback(struct iwl_priv *priv,
  156. struct iwl_device_cmd *cmd,
  157. struct iwl_rx_packet *pkt)
  158. {
  159. struct iwl_addsta_cmd *addsta =
  160. (struct iwl_addsta_cmd *)cmd->cmd.payload;
  161. iwl_process_add_sta_resp(priv, addsta, pkt, false);
  162. }
  163. int iwl_send_add_sta(struct iwl_priv *priv,
  164. struct iwl_addsta_cmd *sta, u8 flags)
  165. {
  166. struct iwl_rx_packet *pkt = NULL;
  167. int ret = 0;
  168. u8 data[sizeof(*sta)];
  169. struct iwl_host_cmd cmd = {
  170. .id = REPLY_ADD_STA,
  171. .flags = flags,
  172. .data = data,
  173. };
  174. u8 sta_id __maybe_unused = sta->sta.sta_id;
  175. IWL_DEBUG_INFO(priv, "Adding sta %u (%pM) %ssynchronously\n",
  176. sta_id, sta->sta.addr, flags & CMD_ASYNC ? "a" : "");
  177. if (flags & CMD_ASYNC)
  178. cmd.callback = iwl_add_sta_callback;
  179. else
  180. cmd.flags |= CMD_WANT_SKB;
  181. cmd.len = priv->cfg->ops->utils->build_addsta_hcmd(sta, data);
  182. ret = iwl_send_cmd(priv, &cmd);
  183. if (ret || (flags & CMD_ASYNC))
  184. return ret;
  185. if (ret == 0) {
  186. pkt = (struct iwl_rx_packet *)cmd.reply_page;
  187. iwl_process_add_sta_resp(priv, sta, pkt, true);
  188. }
  189. iwl_free_pages(priv, cmd.reply_page);
  190. return ret;
  191. }
  192. EXPORT_SYMBOL(iwl_send_add_sta);
  193. static void iwl_set_ht_add_station(struct iwl_priv *priv, u8 index,
  194. struct ieee80211_sta_ht_cap *sta_ht_inf)
  195. {
  196. __le32 sta_flags;
  197. u8 mimo_ps_mode;
  198. if (!sta_ht_inf || !sta_ht_inf->ht_supported)
  199. goto done;
  200. mimo_ps_mode = (sta_ht_inf->cap & IEEE80211_HT_CAP_SM_PS) >> 2;
  201. IWL_DEBUG_ASSOC(priv, "spatial multiplexing power save mode: %s\n",
  202. (mimo_ps_mode == WLAN_HT_CAP_SM_PS_STATIC) ?
  203. "static" :
  204. (mimo_ps_mode == WLAN_HT_CAP_SM_PS_DYNAMIC) ?
  205. "dynamic" : "disabled");
  206. sta_flags = priv->stations[index].sta.station_flags;
  207. sta_flags &= ~(STA_FLG_RTS_MIMO_PROT_MSK | STA_FLG_MIMO_DIS_MSK);
  208. switch (mimo_ps_mode) {
  209. case WLAN_HT_CAP_SM_PS_STATIC:
  210. sta_flags |= STA_FLG_MIMO_DIS_MSK;
  211. break;
  212. case WLAN_HT_CAP_SM_PS_DYNAMIC:
  213. sta_flags |= STA_FLG_RTS_MIMO_PROT_MSK;
  214. break;
  215. case WLAN_HT_CAP_SM_PS_DISABLED:
  216. break;
  217. default:
  218. IWL_WARN(priv, "Invalid MIMO PS mode %d\n", mimo_ps_mode);
  219. break;
  220. }
  221. sta_flags |= cpu_to_le32(
  222. (u32)sta_ht_inf->ampdu_factor << STA_FLG_MAX_AGG_SIZE_POS);
  223. sta_flags |= cpu_to_le32(
  224. (u32)sta_ht_inf->ampdu_density << STA_FLG_AGG_MPDU_DENSITY_POS);
  225. if (iwl_is_ht40_tx_allowed(priv, sta_ht_inf))
  226. sta_flags |= STA_FLG_HT40_EN_MSK;
  227. else
  228. sta_flags &= ~STA_FLG_HT40_EN_MSK;
  229. priv->stations[index].sta.station_flags = sta_flags;
  230. done:
  231. return;
  232. }
  233. /**
  234. * iwl_prep_station - Prepare station information for addition
  235. *
  236. * should be called with sta_lock held
  237. */
  238. static u8 iwl_prep_station(struct iwl_priv *priv, const u8 *addr,
  239. bool is_ap,
  240. struct ieee80211_sta_ht_cap *ht_info)
  241. {
  242. struct iwl_station_entry *station;
  243. int i;
  244. u8 sta_id = IWL_INVALID_STATION;
  245. u16 rate;
  246. if (is_ap)
  247. sta_id = IWL_AP_ID;
  248. else if (is_broadcast_ether_addr(addr))
  249. sta_id = priv->hw_params.bcast_sta_id;
  250. else
  251. for (i = IWL_STA_ID; i < priv->hw_params.max_stations; i++) {
  252. if (!compare_ether_addr(priv->stations[i].sta.sta.addr,
  253. addr)) {
  254. sta_id = i;
  255. break;
  256. }
  257. if (!priv->stations[i].used &&
  258. sta_id == IWL_INVALID_STATION)
  259. sta_id = i;
  260. }
  261. /*
  262. * These two conditions have the same outcome, but keep them
  263. * separate
  264. */
  265. if (unlikely(sta_id == IWL_INVALID_STATION))
  266. return sta_id;
  267. /*
  268. * uCode is not able to deal with multiple requests to add a
  269. * station. Keep track if one is in progress so that we do not send
  270. * another.
  271. */
  272. if (priv->stations[sta_id].used & IWL_STA_UCODE_INPROGRESS) {
  273. IWL_DEBUG_INFO(priv, "STA %d already in process of being added.\n",
  274. sta_id);
  275. return sta_id;
  276. }
  277. if ((priv->stations[sta_id].used & IWL_STA_DRIVER_ACTIVE) &&
  278. (priv->stations[sta_id].used & IWL_STA_UCODE_ACTIVE) &&
  279. !compare_ether_addr(priv->stations[sta_id].sta.sta.addr, addr)) {
  280. IWL_DEBUG_ASSOC(priv, "STA %d (%pM) already added, not adding again.\n",
  281. sta_id, addr);
  282. return sta_id;
  283. }
  284. station = &priv->stations[sta_id];
  285. station->used = IWL_STA_DRIVER_ACTIVE;
  286. IWL_DEBUG_ASSOC(priv, "Add STA to driver ID %d: %pM\n",
  287. sta_id, addr);
  288. priv->num_stations++;
  289. /* Set up the REPLY_ADD_STA command to send to device */
  290. memset(&station->sta, 0, sizeof(struct iwl_addsta_cmd));
  291. memcpy(station->sta.sta.addr, addr, ETH_ALEN);
  292. station->sta.mode = 0;
  293. station->sta.sta.sta_id = sta_id;
  294. station->sta.station_flags = 0;
  295. /* BCAST station and IBSS stations do not work in HT mode */
  296. if (sta_id != priv->hw_params.bcast_sta_id &&
  297. priv->iw_mode != NL80211_IFTYPE_ADHOC)
  298. iwl_set_ht_add_station(priv, sta_id, ht_info);
  299. /* 3945 only */
  300. rate = (priv->band == IEEE80211_BAND_5GHZ) ?
  301. IWL_RATE_6M_PLCP : IWL_RATE_1M_PLCP;
  302. /* Turn on both antennas for the station... */
  303. station->sta.rate_n_flags = cpu_to_le16(rate | RATE_MCS_ANT_AB_MSK);
  304. return sta_id;
  305. }
  306. #define STA_WAIT_TIMEOUT (HZ/2)
  307. /**
  308. * iwl_add_station_common -
  309. */
  310. int iwl_add_station_common(struct iwl_priv *priv, const u8 *addr,
  311. bool is_ap,
  312. struct ieee80211_sta_ht_cap *ht_info,
  313. u8 *sta_id_r)
  314. {
  315. struct iwl_station_entry *station;
  316. unsigned long flags_spin;
  317. int ret = 0;
  318. u8 sta_id;
  319. *sta_id_r = 0;
  320. spin_lock_irqsave(&priv->sta_lock, flags_spin);
  321. sta_id = iwl_prep_station(priv, addr, is_ap, ht_info);
  322. if (sta_id == IWL_INVALID_STATION) {
  323. IWL_ERR(priv, "Unable to prepare station %pM for addition\n",
  324. addr);
  325. spin_unlock_irqrestore(&priv->sta_lock, flags_spin);
  326. return -EINVAL;
  327. }
  328. /*
  329. * uCode is not able to deal with multiple requests to add a
  330. * station. Keep track if one is in progress so that we do not send
  331. * another.
  332. */
  333. if (priv->stations[sta_id].used & IWL_STA_UCODE_INPROGRESS) {
  334. IWL_DEBUG_INFO(priv, "STA %d already in process of being added.\n",
  335. sta_id);
  336. spin_unlock_irqrestore(&priv->sta_lock, flags_spin);
  337. return -EEXIST;
  338. }
  339. if ((priv->stations[sta_id].used & IWL_STA_DRIVER_ACTIVE) &&
  340. (priv->stations[sta_id].used & IWL_STA_UCODE_ACTIVE)) {
  341. IWL_DEBUG_ASSOC(priv, "STA %d (%pM) already added, not adding again.\n",
  342. sta_id, addr);
  343. spin_unlock_irqrestore(&priv->sta_lock, flags_spin);
  344. return -EEXIST;
  345. }
  346. priv->stations[sta_id].used |= IWL_STA_UCODE_INPROGRESS;
  347. station = &priv->stations[sta_id];
  348. spin_unlock_irqrestore(&priv->sta_lock, flags_spin);
  349. /* Add station to device's station table */
  350. ret = iwl_send_add_sta(priv, &station->sta, CMD_SYNC);
  351. if (ret) {
  352. IWL_ERR(priv, "Adding station %pM failed.\n", station->sta.sta.addr);
  353. spin_lock_irqsave(&priv->sta_lock, flags_spin);
  354. priv->stations[sta_id].used &= ~IWL_STA_DRIVER_ACTIVE;
  355. priv->stations[sta_id].used &= ~IWL_STA_UCODE_INPROGRESS;
  356. spin_unlock_irqrestore(&priv->sta_lock, flags_spin);
  357. }
  358. *sta_id_r = sta_id;
  359. return ret;
  360. }
  361. EXPORT_SYMBOL(iwl_add_station_common);
  362. static struct iwl_link_quality_cmd *iwl_sta_init_lq(struct iwl_priv *priv,
  363. const u8 *addr, bool is_ap)
  364. {
  365. int i, r;
  366. struct iwl_link_quality_cmd *link_cmd;
  367. u32 rate_flags;
  368. int ret = 0;
  369. link_cmd = kzalloc(sizeof(struct iwl_link_quality_cmd), GFP_KERNEL);
  370. if (!link_cmd) {
  371. IWL_ERR(priv, "Unable to allocate memory for LQ cmd.\n");
  372. return NULL;
  373. }
  374. /* Set up the rate scaling to start at selected rate, fall back
  375. * all the way down to 1M in IEEE order, and then spin on 1M */
  376. if (is_ap)
  377. r = IWL_RATE_54M_INDEX;
  378. else if (priv->band == IEEE80211_BAND_5GHZ)
  379. r = IWL_RATE_6M_INDEX;
  380. else
  381. r = IWL_RATE_1M_INDEX;
  382. for (i = 0; i < LINK_QUAL_MAX_RETRY_NUM; i++) {
  383. rate_flags = 0;
  384. if (r >= IWL_FIRST_CCK_RATE && r <= IWL_LAST_CCK_RATE)
  385. rate_flags |= RATE_MCS_CCK_MSK;
  386. rate_flags |= first_antenna(priv->hw_params.valid_tx_ant) <<
  387. RATE_MCS_ANT_POS;
  388. link_cmd->rs_table[i].rate_n_flags =
  389. iwl_hw_set_rate_n_flags(iwl_rates[r].plcp, rate_flags);
  390. r = iwl_get_prev_ieee_rate(r);
  391. }
  392. link_cmd->general_params.single_stream_ant_msk =
  393. first_antenna(priv->hw_params.valid_tx_ant);
  394. link_cmd->general_params.dual_stream_ant_msk =
  395. priv->hw_params.valid_tx_ant &
  396. ~first_antenna(priv->hw_params.valid_tx_ant);
  397. if (!link_cmd->general_params.dual_stream_ant_msk) {
  398. link_cmd->general_params.dual_stream_ant_msk = ANT_AB;
  399. } else if (num_of_ant(priv->hw_params.valid_tx_ant) == 2) {
  400. link_cmd->general_params.dual_stream_ant_msk =
  401. priv->hw_params.valid_tx_ant;
  402. }
  403. link_cmd->agg_params.agg_dis_start_th = LINK_QUAL_AGG_DISABLE_START_DEF;
  404. link_cmd->agg_params.agg_time_limit =
  405. cpu_to_le16(LINK_QUAL_AGG_TIME_LIMIT_DEF);
  406. /* Update the rate scaling for control frame Tx to AP */
  407. link_cmd->sta_id = is_ap ? IWL_AP_ID : priv->hw_params.bcast_sta_id;
  408. ret = iwl_send_lq_cmd(priv, link_cmd, CMD_SYNC, true);
  409. if (ret)
  410. IWL_ERR(priv, "Link quality command failed (%d)\n", ret);
  411. return link_cmd;
  412. }
  413. /*
  414. * iwl_add_local_stations - Add stations not requested by mac80211
  415. *
  416. * This will be either the broadcast station or the bssid station needed by
  417. * ad-hoc.
  418. *
  419. * Function sleeps.
  420. */
  421. int iwl_add_local_station(struct iwl_priv *priv, const u8 *addr, bool init_rs)
  422. {
  423. int ret;
  424. u8 sta_id;
  425. struct iwl_link_quality_cmd *link_cmd;
  426. unsigned long flags;
  427. ret = iwl_add_station_common(priv, addr, 0, NULL, &sta_id);
  428. if (ret) {
  429. IWL_ERR(priv, "Unable to add station %pM\n", addr);
  430. return ret;
  431. }
  432. spin_lock_irqsave(&priv->sta_lock, flags);
  433. priv->stations[sta_id].used |= IWL_STA_LOCAL;
  434. spin_unlock_irqrestore(&priv->sta_lock, flags);
  435. if (init_rs) {
  436. /* Set up default rate scaling table in device's station table */
  437. link_cmd = iwl_sta_init_lq(priv, addr, false);
  438. if (!link_cmd) {
  439. IWL_ERR(priv, "Unable to initialize rate scaling for station %pM.\n",
  440. addr);
  441. return -ENOMEM;
  442. }
  443. spin_lock_irqsave(&priv->sta_lock, flags);
  444. priv->stations[sta_id].lq = link_cmd;
  445. spin_unlock_irqrestore(&priv->sta_lock, flags);
  446. }
  447. return 0;
  448. }
  449. EXPORT_SYMBOL(iwl_add_local_station);
  450. /**
  451. * iwl_sta_ucode_deactivate - deactivate ucode status for a station
  452. *
  453. * priv->sta_lock must be held
  454. */
  455. static void iwl_sta_ucode_deactivate(struct iwl_priv *priv, u8 sta_id)
  456. {
  457. /* Ucode must be active and driver must be non active */
  458. if ((priv->stations[sta_id].used &
  459. (IWL_STA_UCODE_ACTIVE | IWL_STA_DRIVER_ACTIVE)) != IWL_STA_UCODE_ACTIVE)
  460. IWL_ERR(priv, "removed non active STA %u\n", sta_id);
  461. priv->stations[sta_id].used &= ~IWL_STA_UCODE_ACTIVE;
  462. memset(&priv->stations[sta_id], 0, sizeof(struct iwl_station_entry));
  463. IWL_DEBUG_ASSOC(priv, "Removed STA %u\n", sta_id);
  464. }
  465. static int iwl_send_remove_station(struct iwl_priv *priv,
  466. struct iwl_station_entry *station)
  467. {
  468. struct iwl_rx_packet *pkt;
  469. int ret;
  470. unsigned long flags_spin;
  471. struct iwl_rem_sta_cmd rm_sta_cmd;
  472. struct iwl_host_cmd cmd = {
  473. .id = REPLY_REMOVE_STA,
  474. .len = sizeof(struct iwl_rem_sta_cmd),
  475. .flags = CMD_SYNC,
  476. .data = &rm_sta_cmd,
  477. };
  478. memset(&rm_sta_cmd, 0, sizeof(rm_sta_cmd));
  479. rm_sta_cmd.num_sta = 1;
  480. memcpy(&rm_sta_cmd.addr, &station->sta.sta.addr , ETH_ALEN);
  481. cmd.flags |= CMD_WANT_SKB;
  482. ret = iwl_send_cmd(priv, &cmd);
  483. if (ret)
  484. return ret;
  485. pkt = (struct iwl_rx_packet *)cmd.reply_page;
  486. if (pkt->hdr.flags & IWL_CMD_FAILED_MSK) {
  487. IWL_ERR(priv, "Bad return from REPLY_REMOVE_STA (0x%08X)\n",
  488. pkt->hdr.flags);
  489. ret = -EIO;
  490. }
  491. if (!ret) {
  492. switch (pkt->u.rem_sta.status) {
  493. case REM_STA_SUCCESS_MSK:
  494. spin_lock_irqsave(&priv->sta_lock, flags_spin);
  495. iwl_sta_ucode_deactivate(priv, station->sta.sta.sta_id);
  496. spin_unlock_irqrestore(&priv->sta_lock, flags_spin);
  497. IWL_DEBUG_ASSOC(priv, "REPLY_REMOVE_STA PASSED\n");
  498. break;
  499. default:
  500. ret = -EIO;
  501. IWL_ERR(priv, "REPLY_REMOVE_STA failed\n");
  502. break;
  503. }
  504. }
  505. iwl_free_pages(priv, cmd.reply_page);
  506. return ret;
  507. }
  508. /**
  509. * iwl_remove_station - Remove driver's knowledge of station.
  510. */
  511. static int iwl_remove_station(struct iwl_priv *priv, const u8 *addr)
  512. {
  513. int sta_id = IWL_INVALID_STATION;
  514. int i, ret = -EINVAL;
  515. unsigned long flags;
  516. bool is_ap = priv->iw_mode == NL80211_IFTYPE_STATION;
  517. struct iwl_station_entry *station;
  518. if (!iwl_is_ready(priv)) {
  519. IWL_DEBUG_INFO(priv,
  520. "Unable to remove station %pM, device not ready.\n",
  521. addr);
  522. /*
  523. * It is typical for stations to be removed when we are
  524. * going down. Return success since device will be down
  525. * soon anyway
  526. */
  527. return 0;
  528. }
  529. spin_lock_irqsave(&priv->sta_lock, flags);
  530. if (is_ap)
  531. sta_id = IWL_AP_ID;
  532. else
  533. for (i = IWL_STA_ID; i < priv->hw_params.max_stations; i++)
  534. if (priv->stations[i].used &&
  535. !compare_ether_addr(priv->stations[i].sta.sta.addr,
  536. addr)) {
  537. sta_id = i;
  538. break;
  539. }
  540. if (unlikely(sta_id == IWL_INVALID_STATION))
  541. goto out;
  542. IWL_DEBUG_ASSOC(priv, "Removing STA from driver:%d %pM\n",
  543. sta_id, addr);
  544. if (!(priv->stations[sta_id].used & IWL_STA_DRIVER_ACTIVE)) {
  545. IWL_DEBUG_INFO(priv, "Removing %pM but non DRIVER active\n",
  546. addr);
  547. goto out;
  548. }
  549. if (!(priv->stations[sta_id].used & IWL_STA_UCODE_ACTIVE)) {
  550. IWL_DEBUG_INFO(priv, "Removing %pM but non UCODE active\n",
  551. addr);
  552. goto out;
  553. }
  554. priv->stations[sta_id].used &= ~IWL_STA_DRIVER_ACTIVE;
  555. priv->num_stations--;
  556. BUG_ON(priv->num_stations < 0);
  557. station = &priv->stations[sta_id];
  558. spin_unlock_irqrestore(&priv->sta_lock, flags);
  559. ret = iwl_send_remove_station(priv, station);
  560. return ret;
  561. out:
  562. spin_unlock_irqrestore(&priv->sta_lock, flags);
  563. return ret;
  564. }
  565. /**
  566. * iwl_clear_ucode_stations() - clear entire station table driver and/or ucode
  567. * @priv:
  568. * @force: If set then the uCode station table needs to be cleared here. If
  569. * not set then the uCode station table has already been cleared,
  570. * for example after sending it a RXON command without ASSOC bit
  571. * set, and we just need to change driver state here.
  572. */
  573. void iwl_clear_ucode_stations(struct iwl_priv *priv, bool force)
  574. {
  575. int i;
  576. unsigned long flags_spin;
  577. bool cleared = false;
  578. IWL_DEBUG_INFO(priv, "Clearing ucode stations in driver%s\n",
  579. force ? " and ucode" : "");
  580. if (force) {
  581. if (!iwl_is_ready(priv)) {
  582. /*
  583. * If device is not ready at this point the station
  584. * table is likely already empty (uCode not ready
  585. * to receive station requests) or will soon be
  586. * due to interface going down.
  587. */
  588. IWL_DEBUG_INFO(priv, "Unable to remove stations from device - device not ready\n");
  589. } else {
  590. iwl_send_cmd_pdu_async(priv, REPLY_REMOVE_ALL_STA, 0, NULL, NULL);
  591. }
  592. }
  593. spin_lock_irqsave(&priv->sta_lock, flags_spin);
  594. if (force) {
  595. IWL_DEBUG_INFO(priv, "Clearing all station information in driver\n");
  596. /*
  597. * The station entry contains a link to the LQ command. For
  598. * all stations managed by mac80211 this memory will be
  599. * managed by it also. For local stations (broadcast and
  600. * bssid station when in adhoc mode) we need to maintain
  601. * this lq command separately. This memory is created when
  602. * these stations are added.
  603. */
  604. for (i = 0; i < priv->hw_params.max_stations; i++) {
  605. if (priv->stations[i].used & IWL_STA_LOCAL) {
  606. kfree(priv->stations[i].lq);
  607. priv->stations[i].lq = NULL;
  608. }
  609. }
  610. priv->num_stations = 0;
  611. memset(priv->stations, 0, sizeof(priv->stations));
  612. cleared = true;
  613. } else {
  614. for (i = 0; i < priv->hw_params.max_stations; i++) {
  615. if (priv->stations[i].used & IWL_STA_UCODE_ACTIVE) {
  616. IWL_DEBUG_INFO(priv, "Clearing ucode active for station %d\n", i);
  617. priv->stations[i].used &= ~IWL_STA_UCODE_ACTIVE;
  618. cleared = true;
  619. }
  620. }
  621. }
  622. spin_unlock_irqrestore(&priv->sta_lock, flags_spin);
  623. if (!cleared)
  624. IWL_DEBUG_INFO(priv, "No active stations found to be cleared\n");
  625. }
  626. EXPORT_SYMBOL(iwl_clear_ucode_stations);
  627. /**
  628. * iwl_restore_stations() - Restore driver known stations to device
  629. *
  630. * All stations considered active by driver, but not present in ucode, is
  631. * restored.
  632. *
  633. * Function sleeps.
  634. */
  635. void iwl_restore_stations(struct iwl_priv *priv)
  636. {
  637. struct iwl_station_entry *station;
  638. unsigned long flags_spin;
  639. int i;
  640. bool found = false;
  641. int ret;
  642. if (!iwl_is_ready(priv)) {
  643. IWL_DEBUG_INFO(priv, "Not ready yet, not restoring any stations.\n");
  644. return;
  645. }
  646. IWL_DEBUG_ASSOC(priv, "Restoring all known stations ... start.\n");
  647. spin_lock_irqsave(&priv->sta_lock, flags_spin);
  648. for (i = 0; i < priv->hw_params.max_stations; i++) {
  649. if ((priv->stations[i].used & IWL_STA_DRIVER_ACTIVE) &&
  650. !(priv->stations[i].used & IWL_STA_UCODE_ACTIVE)) {
  651. IWL_DEBUG_ASSOC(priv, "Restoring sta %pM\n",
  652. priv->stations[i].sta.sta.addr);
  653. priv->stations[i].sta.mode = 0;
  654. priv->stations[i].used |= IWL_STA_UCODE_INPROGRESS;
  655. found = true;
  656. }
  657. }
  658. for (i = 0; i < priv->hw_params.max_stations; i++) {
  659. if ((priv->stations[i].used & IWL_STA_UCODE_INPROGRESS)) {
  660. spin_unlock_irqrestore(&priv->sta_lock, flags_spin);
  661. station = &priv->stations[i];
  662. ret = iwl_send_add_sta(priv, &priv->stations[i].sta, CMD_SYNC);
  663. if (ret) {
  664. IWL_ERR(priv, "Adding station %pM failed.\n",
  665. station->sta.sta.addr);
  666. spin_lock_irqsave(&priv->sta_lock, flags_spin);
  667. priv->stations[i].used &= ~IWL_STA_DRIVER_ACTIVE;
  668. priv->stations[i].used &= ~IWL_STA_UCODE_INPROGRESS;
  669. spin_unlock_irqrestore(&priv->sta_lock, flags_spin);
  670. }
  671. /*
  672. * Rate scaling has already been initialized, send
  673. * current LQ command
  674. */
  675. if (station->lq)
  676. iwl_send_lq_cmd(priv, station->lq, CMD_SYNC, true);
  677. spin_lock_irqsave(&priv->sta_lock, flags_spin);
  678. priv->stations[i].used &= ~IWL_STA_UCODE_INPROGRESS;
  679. }
  680. }
  681. spin_unlock_irqrestore(&priv->sta_lock, flags_spin);
  682. if (!found)
  683. IWL_DEBUG_INFO(priv, "Restoring all known stations .... no stations to be restored.\n");
  684. else
  685. IWL_DEBUG_INFO(priv, "Restoring all known stations .... complete.\n");
  686. }
  687. EXPORT_SYMBOL(iwl_restore_stations);
  688. int iwl_get_free_ucode_key_index(struct iwl_priv *priv)
  689. {
  690. int i;
  691. for (i = 0; i < STA_KEY_MAX_NUM; i++)
  692. if (!test_and_set_bit(i, &priv->ucode_key_table))
  693. return i;
  694. return WEP_INVALID_OFFSET;
  695. }
  696. EXPORT_SYMBOL(iwl_get_free_ucode_key_index);
  697. static int iwl_send_static_wepkey_cmd(struct iwl_priv *priv, u8 send_if_empty)
  698. {
  699. int i, not_empty = 0;
  700. u8 buff[sizeof(struct iwl_wep_cmd) +
  701. sizeof(struct iwl_wep_key) * WEP_KEYS_MAX];
  702. struct iwl_wep_cmd *wep_cmd = (struct iwl_wep_cmd *)buff;
  703. size_t cmd_size = sizeof(struct iwl_wep_cmd);
  704. struct iwl_host_cmd cmd = {
  705. .id = REPLY_WEPKEY,
  706. .data = wep_cmd,
  707. .flags = CMD_SYNC,
  708. };
  709. might_sleep();
  710. memset(wep_cmd, 0, cmd_size +
  711. (sizeof(struct iwl_wep_key) * WEP_KEYS_MAX));
  712. for (i = 0; i < WEP_KEYS_MAX ; i++) {
  713. wep_cmd->key[i].key_index = i;
  714. if (priv->wep_keys[i].key_size) {
  715. wep_cmd->key[i].key_offset = i;
  716. not_empty = 1;
  717. } else {
  718. wep_cmd->key[i].key_offset = WEP_INVALID_OFFSET;
  719. }
  720. wep_cmd->key[i].key_size = priv->wep_keys[i].key_size;
  721. memcpy(&wep_cmd->key[i].key[3], priv->wep_keys[i].key,
  722. priv->wep_keys[i].key_size);
  723. }
  724. wep_cmd->global_key_type = WEP_KEY_WEP_TYPE;
  725. wep_cmd->num_keys = WEP_KEYS_MAX;
  726. cmd_size += sizeof(struct iwl_wep_key) * WEP_KEYS_MAX;
  727. cmd.len = cmd_size;
  728. if (not_empty || send_if_empty)
  729. return iwl_send_cmd(priv, &cmd);
  730. else
  731. return 0;
  732. }
  733. int iwl_restore_default_wep_keys(struct iwl_priv *priv)
  734. {
  735. WARN_ON(!mutex_is_locked(&priv->mutex));
  736. return iwl_send_static_wepkey_cmd(priv, 0);
  737. }
  738. EXPORT_SYMBOL(iwl_restore_default_wep_keys);
  739. int iwl_remove_default_wep_key(struct iwl_priv *priv,
  740. struct ieee80211_key_conf *keyconf)
  741. {
  742. int ret;
  743. WARN_ON(!mutex_is_locked(&priv->mutex));
  744. IWL_DEBUG_WEP(priv, "Removing default WEP key: idx=%d\n",
  745. keyconf->keyidx);
  746. memset(&priv->wep_keys[keyconf->keyidx], 0, sizeof(priv->wep_keys[0]));
  747. if (iwl_is_rfkill(priv)) {
  748. IWL_DEBUG_WEP(priv, "Not sending REPLY_WEPKEY command due to RFKILL.\n");
  749. /* but keys in device are clear anyway so return success */
  750. return 0;
  751. }
  752. ret = iwl_send_static_wepkey_cmd(priv, 1);
  753. IWL_DEBUG_WEP(priv, "Remove default WEP key: idx=%d ret=%d\n",
  754. keyconf->keyidx, ret);
  755. return ret;
  756. }
  757. EXPORT_SYMBOL(iwl_remove_default_wep_key);
  758. int iwl_set_default_wep_key(struct iwl_priv *priv,
  759. struct ieee80211_key_conf *keyconf)
  760. {
  761. int ret;
  762. WARN_ON(!mutex_is_locked(&priv->mutex));
  763. if (keyconf->keylen != WEP_KEY_LEN_128 &&
  764. keyconf->keylen != WEP_KEY_LEN_64) {
  765. IWL_DEBUG_WEP(priv, "Bad WEP key length %d\n", keyconf->keylen);
  766. return -EINVAL;
  767. }
  768. keyconf->flags &= ~IEEE80211_KEY_FLAG_GENERATE_IV;
  769. keyconf->hw_key_idx = HW_KEY_DEFAULT;
  770. priv->stations[IWL_AP_ID].keyinfo.alg = ALG_WEP;
  771. priv->wep_keys[keyconf->keyidx].key_size = keyconf->keylen;
  772. memcpy(&priv->wep_keys[keyconf->keyidx].key, &keyconf->key,
  773. keyconf->keylen);
  774. ret = iwl_send_static_wepkey_cmd(priv, 0);
  775. IWL_DEBUG_WEP(priv, "Set default WEP key: len=%d idx=%d ret=%d\n",
  776. keyconf->keylen, keyconf->keyidx, ret);
  777. return ret;
  778. }
  779. EXPORT_SYMBOL(iwl_set_default_wep_key);
  780. static int iwl_set_wep_dynamic_key_info(struct iwl_priv *priv,
  781. struct ieee80211_key_conf *keyconf,
  782. u8 sta_id)
  783. {
  784. unsigned long flags;
  785. __le16 key_flags = 0;
  786. int ret;
  787. keyconf->flags &= ~IEEE80211_KEY_FLAG_GENERATE_IV;
  788. key_flags |= (STA_KEY_FLG_WEP | STA_KEY_FLG_MAP_KEY_MSK);
  789. key_flags |= cpu_to_le16(keyconf->keyidx << STA_KEY_FLG_KEYID_POS);
  790. key_flags &= ~STA_KEY_FLG_INVALID;
  791. if (keyconf->keylen == WEP_KEY_LEN_128)
  792. key_flags |= STA_KEY_FLG_KEY_SIZE_MSK;
  793. if (sta_id == priv->hw_params.bcast_sta_id)
  794. key_flags |= STA_KEY_MULTICAST_MSK;
  795. spin_lock_irqsave(&priv->sta_lock, flags);
  796. priv->stations[sta_id].keyinfo.alg = keyconf->alg;
  797. priv->stations[sta_id].keyinfo.keylen = keyconf->keylen;
  798. priv->stations[sta_id].keyinfo.keyidx = keyconf->keyidx;
  799. memcpy(priv->stations[sta_id].keyinfo.key,
  800. keyconf->key, keyconf->keylen);
  801. memcpy(&priv->stations[sta_id].sta.key.key[3],
  802. keyconf->key, keyconf->keylen);
  803. if ((priv->stations[sta_id].sta.key.key_flags & STA_KEY_FLG_ENCRYPT_MSK)
  804. == STA_KEY_FLG_NO_ENC)
  805. priv->stations[sta_id].sta.key.key_offset =
  806. iwl_get_free_ucode_key_index(priv);
  807. /* else, we are overriding an existing key => no need to allocated room
  808. * in uCode. */
  809. WARN(priv->stations[sta_id].sta.key.key_offset == WEP_INVALID_OFFSET,
  810. "no space for a new key");
  811. priv->stations[sta_id].sta.key.key_flags = key_flags;
  812. priv->stations[sta_id].sta.sta.modify_mask = STA_MODIFY_KEY_MASK;
  813. priv->stations[sta_id].sta.mode = STA_CONTROL_MODIFY_MSK;
  814. ret = iwl_send_add_sta(priv, &priv->stations[sta_id].sta, CMD_ASYNC);
  815. spin_unlock_irqrestore(&priv->sta_lock, flags);
  816. return ret;
  817. }
  818. static int iwl_set_ccmp_dynamic_key_info(struct iwl_priv *priv,
  819. struct ieee80211_key_conf *keyconf,
  820. u8 sta_id)
  821. {
  822. unsigned long flags;
  823. __le16 key_flags = 0;
  824. int ret;
  825. key_flags |= (STA_KEY_FLG_CCMP | STA_KEY_FLG_MAP_KEY_MSK);
  826. key_flags |= cpu_to_le16(keyconf->keyidx << STA_KEY_FLG_KEYID_POS);
  827. key_flags &= ~STA_KEY_FLG_INVALID;
  828. if (sta_id == priv->hw_params.bcast_sta_id)
  829. key_flags |= STA_KEY_MULTICAST_MSK;
  830. keyconf->flags |= IEEE80211_KEY_FLAG_GENERATE_IV;
  831. spin_lock_irqsave(&priv->sta_lock, flags);
  832. priv->stations[sta_id].keyinfo.alg = keyconf->alg;
  833. priv->stations[sta_id].keyinfo.keylen = keyconf->keylen;
  834. memcpy(priv->stations[sta_id].keyinfo.key, keyconf->key,
  835. keyconf->keylen);
  836. memcpy(priv->stations[sta_id].sta.key.key, keyconf->key,
  837. keyconf->keylen);
  838. if ((priv->stations[sta_id].sta.key.key_flags & STA_KEY_FLG_ENCRYPT_MSK)
  839. == STA_KEY_FLG_NO_ENC)
  840. priv->stations[sta_id].sta.key.key_offset =
  841. iwl_get_free_ucode_key_index(priv);
  842. /* else, we are overriding an existing key => no need to allocated room
  843. * in uCode. */
  844. WARN(priv->stations[sta_id].sta.key.key_offset == WEP_INVALID_OFFSET,
  845. "no space for a new key");
  846. priv->stations[sta_id].sta.key.key_flags = key_flags;
  847. priv->stations[sta_id].sta.sta.modify_mask = STA_MODIFY_KEY_MASK;
  848. priv->stations[sta_id].sta.mode = STA_CONTROL_MODIFY_MSK;
  849. ret = iwl_send_add_sta(priv, &priv->stations[sta_id].sta, CMD_ASYNC);
  850. spin_unlock_irqrestore(&priv->sta_lock, flags);
  851. return ret;
  852. }
  853. static int iwl_set_tkip_dynamic_key_info(struct iwl_priv *priv,
  854. struct ieee80211_key_conf *keyconf,
  855. u8 sta_id)
  856. {
  857. unsigned long flags;
  858. int ret = 0;
  859. __le16 key_flags = 0;
  860. key_flags |= (STA_KEY_FLG_TKIP | STA_KEY_FLG_MAP_KEY_MSK);
  861. key_flags |= cpu_to_le16(keyconf->keyidx << STA_KEY_FLG_KEYID_POS);
  862. key_flags &= ~STA_KEY_FLG_INVALID;
  863. if (sta_id == priv->hw_params.bcast_sta_id)
  864. key_flags |= STA_KEY_MULTICAST_MSK;
  865. keyconf->flags |= IEEE80211_KEY_FLAG_GENERATE_IV;
  866. keyconf->flags |= IEEE80211_KEY_FLAG_GENERATE_MMIC;
  867. spin_lock_irqsave(&priv->sta_lock, flags);
  868. priv->stations[sta_id].keyinfo.alg = keyconf->alg;
  869. priv->stations[sta_id].keyinfo.keylen = 16;
  870. if ((priv->stations[sta_id].sta.key.key_flags & STA_KEY_FLG_ENCRYPT_MSK)
  871. == STA_KEY_FLG_NO_ENC)
  872. priv->stations[sta_id].sta.key.key_offset =
  873. iwl_get_free_ucode_key_index(priv);
  874. /* else, we are overriding an existing key => no need to allocated room
  875. * in uCode. */
  876. WARN(priv->stations[sta_id].sta.key.key_offset == WEP_INVALID_OFFSET,
  877. "no space for a new key");
  878. priv->stations[sta_id].sta.key.key_flags = key_flags;
  879. /* This copy is acutally not needed: we get the key with each TX */
  880. memcpy(priv->stations[sta_id].keyinfo.key, keyconf->key, 16);
  881. memcpy(priv->stations[sta_id].sta.key.key, keyconf->key, 16);
  882. spin_unlock_irqrestore(&priv->sta_lock, flags);
  883. return ret;
  884. }
  885. void iwl_update_tkip_key(struct iwl_priv *priv,
  886. struct ieee80211_key_conf *keyconf,
  887. const u8 *addr, u32 iv32, u16 *phase1key)
  888. {
  889. u8 sta_id = IWL_INVALID_STATION;
  890. unsigned long flags;
  891. int i;
  892. sta_id = iwl_find_station(priv, addr);
  893. if (sta_id == IWL_INVALID_STATION) {
  894. IWL_DEBUG_MAC80211(priv, "leave - %pM not in station map.\n",
  895. addr);
  896. return;
  897. }
  898. if (iwl_scan_cancel(priv)) {
  899. /* cancel scan failed, just live w/ bad key and rely
  900. briefly on SW decryption */
  901. return;
  902. }
  903. spin_lock_irqsave(&priv->sta_lock, flags);
  904. priv->stations[sta_id].sta.key.tkip_rx_tsc_byte2 = (u8) iv32;
  905. for (i = 0; i < 5; i++)
  906. priv->stations[sta_id].sta.key.tkip_rx_ttak[i] =
  907. cpu_to_le16(phase1key[i]);
  908. priv->stations[sta_id].sta.sta.modify_mask = STA_MODIFY_KEY_MASK;
  909. priv->stations[sta_id].sta.mode = STA_CONTROL_MODIFY_MSK;
  910. iwl_send_add_sta(priv, &priv->stations[sta_id].sta, CMD_ASYNC);
  911. spin_unlock_irqrestore(&priv->sta_lock, flags);
  912. }
  913. EXPORT_SYMBOL(iwl_update_tkip_key);
  914. int iwl_remove_dynamic_key(struct iwl_priv *priv,
  915. struct ieee80211_key_conf *keyconf,
  916. u8 sta_id)
  917. {
  918. unsigned long flags;
  919. int ret = 0;
  920. u16 key_flags;
  921. u8 keyidx;
  922. priv->key_mapping_key--;
  923. spin_lock_irqsave(&priv->sta_lock, flags);
  924. key_flags = le16_to_cpu(priv->stations[sta_id].sta.key.key_flags);
  925. keyidx = (key_flags >> STA_KEY_FLG_KEYID_POS) & 0x3;
  926. IWL_DEBUG_WEP(priv, "Remove dynamic key: idx=%d sta=%d\n",
  927. keyconf->keyidx, sta_id);
  928. if (keyconf->keyidx != keyidx) {
  929. /* We need to remove a key with index different that the one
  930. * in the uCode. This means that the key we need to remove has
  931. * been replaced by another one with different index.
  932. * Don't do anything and return ok
  933. */
  934. spin_unlock_irqrestore(&priv->sta_lock, flags);
  935. return 0;
  936. }
  937. if (priv->stations[sta_id].sta.key.key_offset == WEP_INVALID_OFFSET) {
  938. IWL_WARN(priv, "Removing wrong key %d 0x%x\n",
  939. keyconf->keyidx, key_flags);
  940. spin_unlock_irqrestore(&priv->sta_lock, flags);
  941. return 0;
  942. }
  943. if (!test_and_clear_bit(priv->stations[sta_id].sta.key.key_offset,
  944. &priv->ucode_key_table))
  945. IWL_ERR(priv, "index %d not used in uCode key table.\n",
  946. priv->stations[sta_id].sta.key.key_offset);
  947. memset(&priv->stations[sta_id].keyinfo, 0,
  948. sizeof(struct iwl_hw_key));
  949. memset(&priv->stations[sta_id].sta.key, 0,
  950. sizeof(struct iwl4965_keyinfo));
  951. priv->stations[sta_id].sta.key.key_flags =
  952. STA_KEY_FLG_NO_ENC | STA_KEY_FLG_INVALID;
  953. priv->stations[sta_id].sta.key.key_offset = WEP_INVALID_OFFSET;
  954. priv->stations[sta_id].sta.sta.modify_mask = STA_MODIFY_KEY_MASK;
  955. priv->stations[sta_id].sta.mode = STA_CONTROL_MODIFY_MSK;
  956. if (iwl_is_rfkill(priv)) {
  957. IWL_DEBUG_WEP(priv, "Not sending REPLY_ADD_STA command because RFKILL enabled.\n");
  958. spin_unlock_irqrestore(&priv->sta_lock, flags);
  959. return 0;
  960. }
  961. ret = iwl_send_add_sta(priv, &priv->stations[sta_id].sta, CMD_ASYNC);
  962. spin_unlock_irqrestore(&priv->sta_lock, flags);
  963. return ret;
  964. }
  965. EXPORT_SYMBOL(iwl_remove_dynamic_key);
  966. int iwl_set_dynamic_key(struct iwl_priv *priv,
  967. struct ieee80211_key_conf *keyconf, u8 sta_id)
  968. {
  969. int ret;
  970. priv->key_mapping_key++;
  971. keyconf->hw_key_idx = HW_KEY_DYNAMIC;
  972. switch (keyconf->alg) {
  973. case ALG_CCMP:
  974. ret = iwl_set_ccmp_dynamic_key_info(priv, keyconf, sta_id);
  975. break;
  976. case ALG_TKIP:
  977. ret = iwl_set_tkip_dynamic_key_info(priv, keyconf, sta_id);
  978. break;
  979. case ALG_WEP:
  980. ret = iwl_set_wep_dynamic_key_info(priv, keyconf, sta_id);
  981. break;
  982. default:
  983. IWL_ERR(priv,
  984. "Unknown alg: %s alg = %d\n", __func__, keyconf->alg);
  985. ret = -EINVAL;
  986. }
  987. IWL_DEBUG_WEP(priv, "Set dynamic key: alg= %d len=%d idx=%d sta=%d ret=%d\n",
  988. keyconf->alg, keyconf->keylen, keyconf->keyidx,
  989. sta_id, ret);
  990. return ret;
  991. }
  992. EXPORT_SYMBOL(iwl_set_dynamic_key);
  993. #ifdef CONFIG_IWLWIFI_DEBUG
  994. static void iwl_dump_lq_cmd(struct iwl_priv *priv,
  995. struct iwl_link_quality_cmd *lq)
  996. {
  997. int i;
  998. IWL_DEBUG_RATE(priv, "lq station id 0x%x\n", lq->sta_id);
  999. IWL_DEBUG_RATE(priv, "lq ant 0x%X 0x%X\n",
  1000. lq->general_params.single_stream_ant_msk,
  1001. lq->general_params.dual_stream_ant_msk);
  1002. for (i = 0; i < LINK_QUAL_MAX_RETRY_NUM; i++)
  1003. IWL_DEBUG_RATE(priv, "lq index %d 0x%X\n",
  1004. i, lq->rs_table[i].rate_n_flags);
  1005. }
  1006. #else
  1007. static inline void iwl_dump_lq_cmd(struct iwl_priv *priv,
  1008. struct iwl_link_quality_cmd *lq)
  1009. {
  1010. }
  1011. #endif
  1012. /**
  1013. * iwl_send_lq_cmd() - Send link quality command
  1014. * @init: This command is sent as part of station initialization right
  1015. * after station has been added.
  1016. *
  1017. * The link quality command is sent as the last step of station creation.
  1018. * This is the special case in which init is set and we call a callback in
  1019. * this case to clear the state indicating that station creation is in
  1020. * progress.
  1021. */
  1022. int iwl_send_lq_cmd(struct iwl_priv *priv,
  1023. struct iwl_link_quality_cmd *lq, u8 flags, bool init)
  1024. {
  1025. int ret = 0;
  1026. unsigned long flags_spin;
  1027. struct iwl_host_cmd cmd = {
  1028. .id = REPLY_TX_LINK_QUALITY_CMD,
  1029. .len = sizeof(struct iwl_link_quality_cmd),
  1030. .flags = flags,
  1031. .data = lq,
  1032. };
  1033. if (WARN_ON(lq->sta_id == IWL_INVALID_STATION))
  1034. return -EINVAL;
  1035. iwl_dump_lq_cmd(priv, lq);
  1036. BUG_ON(init && (cmd.flags & CMD_ASYNC));
  1037. ret = iwl_send_cmd(priv, &cmd);
  1038. if (cmd.flags & CMD_ASYNC)
  1039. return ret;
  1040. if (init) {
  1041. IWL_DEBUG_INFO(priv, "init LQ command complete, clearing sta addition status for sta %d\n",
  1042. lq->sta_id);
  1043. spin_lock_irqsave(&priv->sta_lock, flags_spin);
  1044. priv->stations[lq->sta_id].used &= ~IWL_STA_UCODE_INPROGRESS;
  1045. spin_unlock_irqrestore(&priv->sta_lock, flags_spin);
  1046. }
  1047. return ret;
  1048. }
  1049. EXPORT_SYMBOL(iwl_send_lq_cmd);
  1050. /**
  1051. * iwl_add_bcast_station - add broadcast station into station table.
  1052. */
  1053. int iwl_add_bcast_station(struct iwl_priv *priv)
  1054. {
  1055. IWL_DEBUG_INFO(priv, "Adding broadcast station to station table\n");
  1056. return iwl_add_local_station(priv, iwl_bcast_addr, true);
  1057. }
  1058. EXPORT_SYMBOL(iwl_add_bcast_station);
  1059. /**
  1060. * iwl3945_add_bcast_station - add broadcast station into station table.
  1061. */
  1062. int iwl3945_add_bcast_station(struct iwl_priv *priv)
  1063. {
  1064. int ret;
  1065. IWL_DEBUG_INFO(priv, "Adding broadcast station to station table\n");
  1066. ret = iwl_add_local_station(priv, iwl_bcast_addr, false);
  1067. /*
  1068. * It is assumed that when station is added more initialization
  1069. * needs to be done, but for 3945 it is not the case and we can
  1070. * just release station table access right here.
  1071. */
  1072. priv->stations[priv->hw_params.bcast_sta_id].used &= ~IWL_STA_UCODE_INPROGRESS;
  1073. return ret;
  1074. }
  1075. EXPORT_SYMBOL(iwl3945_add_bcast_station);
  1076. /**
  1077. * iwl_get_sta_id - Find station's index within station table
  1078. *
  1079. * If new IBSS station, create new entry in station table
  1080. */
  1081. int iwl_get_sta_id(struct iwl_priv *priv, struct ieee80211_hdr *hdr)
  1082. {
  1083. int sta_id;
  1084. __le16 fc = hdr->frame_control;
  1085. /* If this frame is broadcast or management, use broadcast station id */
  1086. if (!ieee80211_is_data(fc) || is_multicast_ether_addr(hdr->addr1))
  1087. return priv->hw_params.bcast_sta_id;
  1088. switch (priv->iw_mode) {
  1089. /* If we are a client station in a BSS network, use the special
  1090. * AP station entry (that's the only station we communicate with) */
  1091. case NL80211_IFTYPE_STATION:
  1092. /*
  1093. * If addition of station not complete yet, which means
  1094. * that rate scaling has not been initialized, then return
  1095. * the broadcast station.
  1096. */
  1097. if (!(priv->stations[IWL_AP_ID].used & IWL_STA_UCODE_ACTIVE))
  1098. return priv->hw_params.bcast_sta_id;
  1099. return IWL_AP_ID;
  1100. /* If we are an AP, then find the station, or use BCAST */
  1101. case NL80211_IFTYPE_AP:
  1102. sta_id = iwl_find_station(priv, hdr->addr1);
  1103. if (sta_id != IWL_INVALID_STATION)
  1104. return sta_id;
  1105. return priv->hw_params.bcast_sta_id;
  1106. /* If this frame is going out to an IBSS network, find the station,
  1107. * or create a new station table entry */
  1108. case NL80211_IFTYPE_ADHOC:
  1109. sta_id = iwl_find_station(priv, hdr->addr1);
  1110. if (sta_id != IWL_INVALID_STATION)
  1111. return sta_id;
  1112. IWL_DEBUG_DROP(priv, "Station %pM not in station map. "
  1113. "Defaulting to broadcast...\n",
  1114. hdr->addr1);
  1115. iwl_print_hex_dump(priv, IWL_DL_DROP, (u8 *) hdr, sizeof(*hdr));
  1116. return priv->hw_params.bcast_sta_id;
  1117. default:
  1118. IWL_WARN(priv, "Unknown mode of operation: %d\n",
  1119. priv->iw_mode);
  1120. return priv->hw_params.bcast_sta_id;
  1121. }
  1122. }
  1123. EXPORT_SYMBOL(iwl_get_sta_id);
  1124. /**
  1125. * iwl_sta_tx_modify_enable_tid - Enable Tx for this TID in station table
  1126. */
  1127. void iwl_sta_tx_modify_enable_tid(struct iwl_priv *priv, int sta_id, int tid)
  1128. {
  1129. unsigned long flags;
  1130. /* Remove "disable" flag, to enable Tx for this TID */
  1131. spin_lock_irqsave(&priv->sta_lock, flags);
  1132. priv->stations[sta_id].sta.sta.modify_mask = STA_MODIFY_TID_DISABLE_TX;
  1133. priv->stations[sta_id].sta.tid_disable_tx &= cpu_to_le16(~(1 << tid));
  1134. priv->stations[sta_id].sta.mode = STA_CONTROL_MODIFY_MSK;
  1135. spin_unlock_irqrestore(&priv->sta_lock, flags);
  1136. iwl_send_add_sta(priv, &priv->stations[sta_id].sta, CMD_ASYNC);
  1137. }
  1138. EXPORT_SYMBOL(iwl_sta_tx_modify_enable_tid);
  1139. int iwl_sta_rx_agg_start(struct iwl_priv *priv,
  1140. const u8 *addr, int tid, u16 ssn)
  1141. {
  1142. unsigned long flags;
  1143. int sta_id;
  1144. sta_id = iwl_find_station(priv, addr);
  1145. if (sta_id == IWL_INVALID_STATION)
  1146. return -ENXIO;
  1147. spin_lock_irqsave(&priv->sta_lock, flags);
  1148. priv->stations[sta_id].sta.station_flags_msk = 0;
  1149. priv->stations[sta_id].sta.sta.modify_mask = STA_MODIFY_ADDBA_TID_MSK;
  1150. priv->stations[sta_id].sta.add_immediate_ba_tid = (u8)tid;
  1151. priv->stations[sta_id].sta.add_immediate_ba_ssn = cpu_to_le16(ssn);
  1152. priv->stations[sta_id].sta.mode = STA_CONTROL_MODIFY_MSK;
  1153. spin_unlock_irqrestore(&priv->sta_lock, flags);
  1154. return iwl_send_add_sta(priv, &priv->stations[sta_id].sta,
  1155. CMD_ASYNC);
  1156. }
  1157. EXPORT_SYMBOL(iwl_sta_rx_agg_start);
  1158. int iwl_sta_rx_agg_stop(struct iwl_priv *priv, const u8 *addr, int tid)
  1159. {
  1160. unsigned long flags;
  1161. int sta_id;
  1162. sta_id = iwl_find_station(priv, addr);
  1163. if (sta_id == IWL_INVALID_STATION) {
  1164. IWL_ERR(priv, "Invalid station for AGG tid %d\n", tid);
  1165. return -ENXIO;
  1166. }
  1167. spin_lock_irqsave(&priv->sta_lock, flags);
  1168. priv->stations[sta_id].sta.station_flags_msk = 0;
  1169. priv->stations[sta_id].sta.sta.modify_mask = STA_MODIFY_DELBA_TID_MSK;
  1170. priv->stations[sta_id].sta.remove_immediate_ba_tid = (u8)tid;
  1171. priv->stations[sta_id].sta.mode = STA_CONTROL_MODIFY_MSK;
  1172. spin_unlock_irqrestore(&priv->sta_lock, flags);
  1173. return iwl_send_add_sta(priv, &priv->stations[sta_id].sta,
  1174. CMD_ASYNC);
  1175. }
  1176. EXPORT_SYMBOL(iwl_sta_rx_agg_stop);
  1177. void iwl_sta_modify_ps_wake(struct iwl_priv *priv, int sta_id)
  1178. {
  1179. unsigned long flags;
  1180. spin_lock_irqsave(&priv->sta_lock, flags);
  1181. priv->stations[sta_id].sta.station_flags &= ~STA_FLG_PWR_SAVE_MSK;
  1182. priv->stations[sta_id].sta.station_flags_msk = STA_FLG_PWR_SAVE_MSK;
  1183. priv->stations[sta_id].sta.sta.modify_mask = 0;
  1184. priv->stations[sta_id].sta.sleep_tx_count = 0;
  1185. priv->stations[sta_id].sta.mode = STA_CONTROL_MODIFY_MSK;
  1186. spin_unlock_irqrestore(&priv->sta_lock, flags);
  1187. iwl_send_add_sta(priv, &priv->stations[sta_id].sta, CMD_ASYNC);
  1188. }
  1189. EXPORT_SYMBOL(iwl_sta_modify_ps_wake);
  1190. void iwl_sta_modify_sleep_tx_count(struct iwl_priv *priv, int sta_id, int cnt)
  1191. {
  1192. unsigned long flags;
  1193. spin_lock_irqsave(&priv->sta_lock, flags);
  1194. priv->stations[sta_id].sta.station_flags |= STA_FLG_PWR_SAVE_MSK;
  1195. priv->stations[sta_id].sta.station_flags_msk = STA_FLG_PWR_SAVE_MSK;
  1196. priv->stations[sta_id].sta.sta.modify_mask =
  1197. STA_MODIFY_SLEEP_TX_COUNT_MSK;
  1198. priv->stations[sta_id].sta.sleep_tx_count = cpu_to_le16(cnt);
  1199. priv->stations[sta_id].sta.mode = STA_CONTROL_MODIFY_MSK;
  1200. spin_unlock_irqrestore(&priv->sta_lock, flags);
  1201. iwl_send_add_sta(priv, &priv->stations[sta_id].sta, CMD_ASYNC);
  1202. }
  1203. EXPORT_SYMBOL(iwl_sta_modify_sleep_tx_count);
  1204. int iwl_mac_sta_remove(struct ieee80211_hw *hw,
  1205. struct ieee80211_vif *vif,
  1206. struct ieee80211_sta *sta)
  1207. {
  1208. int ret;
  1209. struct iwl_priv *priv = hw->priv;
  1210. IWL_DEBUG_INFO(priv, "received request to remove station %pM\n",
  1211. sta->addr);
  1212. ret = iwl_remove_station(priv, sta->addr);
  1213. if (ret)
  1214. IWL_ERR(priv, "Error removing station %pM\n",
  1215. sta->addr);
  1216. return ret;
  1217. }
  1218. EXPORT_SYMBOL(iwl_mac_sta_remove);