iwl-agn-rx.c 36 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193
  1. /******************************************************************************
  2. *
  3. * Copyright(c) 2003 - 2012 Intel Corporation. All rights reserved.
  4. *
  5. * Portions of this file are derived from the ipw3945 project, as well
  6. * as portionhelp 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 <linux/etherdevice.h>
  30. #include <linux/slab.h>
  31. #include <linux/sched.h>
  32. #include <net/mac80211.h>
  33. #include <asm/unaligned.h>
  34. #include "iwl-eeprom.h"
  35. #include "iwl-dev.h"
  36. #include "iwl-core.h"
  37. #include "iwl-io.h"
  38. #include "iwl-agn-calib.h"
  39. #include "iwl-agn.h"
  40. #include "iwl-shared.h"
  41. const char *get_cmd_string(u8 cmd)
  42. {
  43. switch (cmd) {
  44. IWL_CMD(REPLY_ALIVE);
  45. IWL_CMD(REPLY_ERROR);
  46. IWL_CMD(REPLY_ECHO);
  47. IWL_CMD(REPLY_RXON);
  48. IWL_CMD(REPLY_RXON_ASSOC);
  49. IWL_CMD(REPLY_QOS_PARAM);
  50. IWL_CMD(REPLY_RXON_TIMING);
  51. IWL_CMD(REPLY_ADD_STA);
  52. IWL_CMD(REPLY_REMOVE_STA);
  53. IWL_CMD(REPLY_REMOVE_ALL_STA);
  54. IWL_CMD(REPLY_TXFIFO_FLUSH);
  55. IWL_CMD(REPLY_WEPKEY);
  56. IWL_CMD(REPLY_TX);
  57. IWL_CMD(REPLY_LEDS_CMD);
  58. IWL_CMD(REPLY_TX_LINK_QUALITY_CMD);
  59. IWL_CMD(COEX_PRIORITY_TABLE_CMD);
  60. IWL_CMD(COEX_MEDIUM_NOTIFICATION);
  61. IWL_CMD(COEX_EVENT_CMD);
  62. IWL_CMD(REPLY_QUIET_CMD);
  63. IWL_CMD(REPLY_CHANNEL_SWITCH);
  64. IWL_CMD(CHANNEL_SWITCH_NOTIFICATION);
  65. IWL_CMD(REPLY_SPECTRUM_MEASUREMENT_CMD);
  66. IWL_CMD(SPECTRUM_MEASURE_NOTIFICATION);
  67. IWL_CMD(POWER_TABLE_CMD);
  68. IWL_CMD(PM_SLEEP_NOTIFICATION);
  69. IWL_CMD(PM_DEBUG_STATISTIC_NOTIFIC);
  70. IWL_CMD(REPLY_SCAN_CMD);
  71. IWL_CMD(REPLY_SCAN_ABORT_CMD);
  72. IWL_CMD(SCAN_START_NOTIFICATION);
  73. IWL_CMD(SCAN_RESULTS_NOTIFICATION);
  74. IWL_CMD(SCAN_COMPLETE_NOTIFICATION);
  75. IWL_CMD(BEACON_NOTIFICATION);
  76. IWL_CMD(REPLY_TX_BEACON);
  77. IWL_CMD(WHO_IS_AWAKE_NOTIFICATION);
  78. IWL_CMD(QUIET_NOTIFICATION);
  79. IWL_CMD(REPLY_TX_PWR_TABLE_CMD);
  80. IWL_CMD(MEASURE_ABORT_NOTIFICATION);
  81. IWL_CMD(REPLY_BT_CONFIG);
  82. IWL_CMD(REPLY_STATISTICS_CMD);
  83. IWL_CMD(STATISTICS_NOTIFICATION);
  84. IWL_CMD(REPLY_CARD_STATE_CMD);
  85. IWL_CMD(CARD_STATE_NOTIFICATION);
  86. IWL_CMD(MISSED_BEACONS_NOTIFICATION);
  87. IWL_CMD(REPLY_CT_KILL_CONFIG_CMD);
  88. IWL_CMD(SENSITIVITY_CMD);
  89. IWL_CMD(REPLY_PHY_CALIBRATION_CMD);
  90. IWL_CMD(REPLY_RX_PHY_CMD);
  91. IWL_CMD(REPLY_RX_MPDU_CMD);
  92. IWL_CMD(REPLY_RX);
  93. IWL_CMD(REPLY_COMPRESSED_BA);
  94. IWL_CMD(CALIBRATION_CFG_CMD);
  95. IWL_CMD(CALIBRATION_RES_NOTIFICATION);
  96. IWL_CMD(CALIBRATION_COMPLETE_NOTIFICATION);
  97. IWL_CMD(REPLY_TX_POWER_DBM_CMD);
  98. IWL_CMD(TEMPERATURE_NOTIFICATION);
  99. IWL_CMD(TX_ANT_CONFIGURATION_CMD);
  100. IWL_CMD(REPLY_BT_COEX_PROFILE_NOTIF);
  101. IWL_CMD(REPLY_BT_COEX_PRIO_TABLE);
  102. IWL_CMD(REPLY_BT_COEX_PROT_ENV);
  103. IWL_CMD(REPLY_WIPAN_PARAMS);
  104. IWL_CMD(REPLY_WIPAN_RXON);
  105. IWL_CMD(REPLY_WIPAN_RXON_TIMING);
  106. IWL_CMD(REPLY_WIPAN_RXON_ASSOC);
  107. IWL_CMD(REPLY_WIPAN_QOS_PARAM);
  108. IWL_CMD(REPLY_WIPAN_WEPKEY);
  109. IWL_CMD(REPLY_WIPAN_P2P_CHANNEL_SWITCH);
  110. IWL_CMD(REPLY_WIPAN_NOA_NOTIFICATION);
  111. IWL_CMD(REPLY_WIPAN_DEACTIVATION_COMPLETE);
  112. IWL_CMD(REPLY_WOWLAN_PATTERNS);
  113. IWL_CMD(REPLY_WOWLAN_WAKEUP_FILTER);
  114. IWL_CMD(REPLY_WOWLAN_TSC_RSC_PARAMS);
  115. IWL_CMD(REPLY_WOWLAN_TKIP_PARAMS);
  116. IWL_CMD(REPLY_WOWLAN_KEK_KCK_MATERIAL);
  117. IWL_CMD(REPLY_WOWLAN_GET_STATUS);
  118. IWL_CMD(REPLY_D3_CONFIG);
  119. default:
  120. return "UNKNOWN";
  121. }
  122. }
  123. /******************************************************************************
  124. *
  125. * Generic RX handler implementations
  126. *
  127. ******************************************************************************/
  128. static int iwlagn_rx_reply_error(struct iwl_priv *priv,
  129. struct iwl_rx_mem_buffer *rxb,
  130. struct iwl_device_cmd *cmd)
  131. {
  132. struct iwl_rx_packet *pkt = rxb_addr(rxb);
  133. IWL_ERR(priv, "Error Reply type 0x%08X cmd %s (0x%02X) "
  134. "seq 0x%04X ser 0x%08X\n",
  135. le32_to_cpu(pkt->u.err_resp.error_type),
  136. get_cmd_string(pkt->u.err_resp.cmd_id),
  137. pkt->u.err_resp.cmd_id,
  138. le16_to_cpu(pkt->u.err_resp.bad_cmd_seq_num),
  139. le32_to_cpu(pkt->u.err_resp.error_info));
  140. return 0;
  141. }
  142. static int iwlagn_rx_csa(struct iwl_priv *priv, struct iwl_rx_mem_buffer *rxb,
  143. struct iwl_device_cmd *cmd)
  144. {
  145. struct iwl_rx_packet *pkt = rxb_addr(rxb);
  146. struct iwl_csa_notification *csa = &(pkt->u.csa_notif);
  147. /*
  148. * MULTI-FIXME
  149. * See iwlagn_mac_channel_switch.
  150. */
  151. struct iwl_rxon_context *ctx = &priv->contexts[IWL_RXON_CTX_BSS];
  152. struct iwl_rxon_cmd *rxon = (void *)&ctx->active;
  153. if (!test_bit(STATUS_CHANNEL_SWITCH_PENDING, &priv->shrd->status))
  154. return 0;
  155. if (!le32_to_cpu(csa->status) && csa->channel == priv->switch_channel) {
  156. rxon->channel = csa->channel;
  157. ctx->staging.channel = csa->channel;
  158. IWL_DEBUG_11H(priv, "CSA notif: channel %d\n",
  159. le16_to_cpu(csa->channel));
  160. iwl_chswitch_done(priv, true);
  161. } else {
  162. IWL_ERR(priv, "CSA notif (fail) : channel %d\n",
  163. le16_to_cpu(csa->channel));
  164. iwl_chswitch_done(priv, false);
  165. }
  166. return 0;
  167. }
  168. static int iwlagn_rx_spectrum_measure_notif(struct iwl_priv *priv,
  169. struct iwl_rx_mem_buffer *rxb,
  170. struct iwl_device_cmd *cmd)
  171. {
  172. struct iwl_rx_packet *pkt = rxb_addr(rxb);
  173. struct iwl_spectrum_notification *report = &(pkt->u.spectrum_notif);
  174. if (!report->state) {
  175. IWL_DEBUG_11H(priv,
  176. "Spectrum Measure Notification: Start\n");
  177. return 0;
  178. }
  179. memcpy(&priv->measure_report, report, sizeof(*report));
  180. priv->measurement_status |= MEASUREMENT_READY;
  181. return 0;
  182. }
  183. static int iwlagn_rx_pm_sleep_notif(struct iwl_priv *priv,
  184. struct iwl_rx_mem_buffer *rxb,
  185. struct iwl_device_cmd *cmd)
  186. {
  187. #ifdef CONFIG_IWLWIFI_DEBUG
  188. struct iwl_rx_packet *pkt = rxb_addr(rxb);
  189. struct iwl_sleep_notification *sleep = &(pkt->u.sleep_notif);
  190. IWL_DEBUG_RX(priv, "sleep mode: %d, src: %d\n",
  191. sleep->pm_sleep_mode, sleep->pm_wakeup_src);
  192. #endif
  193. return 0;
  194. }
  195. static int iwlagn_rx_pm_debug_statistics_notif(struct iwl_priv *priv,
  196. struct iwl_rx_mem_buffer *rxb,
  197. struct iwl_device_cmd *cmd)
  198. {
  199. struct iwl_rx_packet *pkt = rxb_addr(rxb);
  200. u32 __maybe_unused len =
  201. le32_to_cpu(pkt->len_n_flags) & FH_RSCSR_FRAME_SIZE_MSK;
  202. IWL_DEBUG_RADIO(priv, "Dumping %d bytes of unhandled "
  203. "notification for %s:\n", len,
  204. get_cmd_string(pkt->hdr.cmd));
  205. iwl_print_hex_dump(priv, IWL_DL_RADIO, pkt->u.raw, len);
  206. return 0;
  207. }
  208. static int iwlagn_rx_beacon_notif(struct iwl_priv *priv,
  209. struct iwl_rx_mem_buffer *rxb,
  210. struct iwl_device_cmd *cmd)
  211. {
  212. struct iwl_rx_packet *pkt = rxb_addr(rxb);
  213. struct iwlagn_beacon_notif *beacon = (void *)pkt->u.raw;
  214. #ifdef CONFIG_IWLWIFI_DEBUG
  215. u16 status = le16_to_cpu(beacon->beacon_notify_hdr.status.status);
  216. u8 rate = iwl_hw_get_rate(beacon->beacon_notify_hdr.rate_n_flags);
  217. IWL_DEBUG_RX(priv, "beacon status %#x, retries:%d ibssmgr:%d "
  218. "tsf:0x%.8x%.8x rate:%d\n",
  219. status & TX_STATUS_MSK,
  220. beacon->beacon_notify_hdr.failure_frame,
  221. le32_to_cpu(beacon->ibss_mgr_status),
  222. le32_to_cpu(beacon->high_tsf),
  223. le32_to_cpu(beacon->low_tsf), rate);
  224. #endif
  225. priv->ibss_manager = le32_to_cpu(beacon->ibss_mgr_status);
  226. return 0;
  227. }
  228. /* the threshold ratio of actual_ack_cnt to expected_ack_cnt in percent */
  229. #define ACK_CNT_RATIO (50)
  230. #define BA_TIMEOUT_CNT (5)
  231. #define BA_TIMEOUT_MAX (16)
  232. /**
  233. * iwl_good_ack_health - checks for ACK count ratios, BA timeout retries.
  234. *
  235. * When the ACK count ratio is low and aggregated BA timeout retries exceeding
  236. * the BA_TIMEOUT_MAX, reload firmware and bring system back to normal
  237. * operation state.
  238. */
  239. static bool iwlagn_good_ack_health(struct iwl_priv *priv,
  240. struct statistics_tx *cur)
  241. {
  242. int actual_delta, expected_delta, ba_timeout_delta;
  243. struct statistics_tx *old;
  244. if (priv->agg_tids_count)
  245. return true;
  246. old = &priv->statistics.tx;
  247. actual_delta = le32_to_cpu(cur->actual_ack_cnt) -
  248. le32_to_cpu(old->actual_ack_cnt);
  249. expected_delta = le32_to_cpu(cur->expected_ack_cnt) -
  250. le32_to_cpu(old->expected_ack_cnt);
  251. /* Values should not be negative, but we do not trust the firmware */
  252. if (actual_delta <= 0 || expected_delta <= 0)
  253. return true;
  254. ba_timeout_delta = le32_to_cpu(cur->agg.ba_timeout) -
  255. le32_to_cpu(old->agg.ba_timeout);
  256. if ((actual_delta * 100 / expected_delta) < ACK_CNT_RATIO &&
  257. ba_timeout_delta > BA_TIMEOUT_CNT) {
  258. IWL_DEBUG_RADIO(priv,
  259. "deltas: actual %d expected %d ba_timeout %d\n",
  260. actual_delta, expected_delta, ba_timeout_delta);
  261. #ifdef CONFIG_IWLWIFI_DEBUGFS
  262. /*
  263. * This is ifdef'ed on DEBUGFS because otherwise the
  264. * statistics aren't available. If DEBUGFS is set but
  265. * DEBUG is not, these will just compile out.
  266. */
  267. IWL_DEBUG_RADIO(priv, "rx_detected_cnt delta %d\n",
  268. priv->delta_stats.tx.rx_detected_cnt);
  269. IWL_DEBUG_RADIO(priv,
  270. "ack_or_ba_timeout_collision delta %d\n",
  271. priv->delta_stats.tx.ack_or_ba_timeout_collision);
  272. #endif
  273. if (ba_timeout_delta >= BA_TIMEOUT_MAX)
  274. return false;
  275. }
  276. return true;
  277. }
  278. /**
  279. * iwl_good_plcp_health - checks for plcp error.
  280. *
  281. * When the plcp error is exceeding the thresholds, reset the radio
  282. * to improve the throughput.
  283. */
  284. static bool iwlagn_good_plcp_health(struct iwl_priv *priv,
  285. struct statistics_rx_phy *cur_ofdm,
  286. struct statistics_rx_ht_phy *cur_ofdm_ht,
  287. unsigned int msecs)
  288. {
  289. int delta;
  290. int threshold = cfg(priv)->base_params->plcp_delta_threshold;
  291. if (threshold == IWL_MAX_PLCP_ERR_THRESHOLD_DISABLE) {
  292. IWL_DEBUG_RADIO(priv, "plcp_err check disabled\n");
  293. return true;
  294. }
  295. delta = le32_to_cpu(cur_ofdm->plcp_err) -
  296. le32_to_cpu(priv->statistics.rx_ofdm.plcp_err) +
  297. le32_to_cpu(cur_ofdm_ht->plcp_err) -
  298. le32_to_cpu(priv->statistics.rx_ofdm_ht.plcp_err);
  299. /* Can be negative if firmware reset statistics */
  300. if (delta <= 0)
  301. return true;
  302. if ((delta * 100 / msecs) > threshold) {
  303. IWL_DEBUG_RADIO(priv,
  304. "plcp health threshold %u delta %d msecs %u\n",
  305. threshold, delta, msecs);
  306. return false;
  307. }
  308. return true;
  309. }
  310. static void iwlagn_recover_from_statistics(struct iwl_priv *priv,
  311. struct statistics_rx_phy *cur_ofdm,
  312. struct statistics_rx_ht_phy *cur_ofdm_ht,
  313. struct statistics_tx *tx,
  314. unsigned long stamp)
  315. {
  316. unsigned int msecs;
  317. if (test_bit(STATUS_EXIT_PENDING, &priv->shrd->status))
  318. return;
  319. msecs = jiffies_to_msecs(stamp - priv->rx_statistics_jiffies);
  320. /* Only gather statistics and update time stamp when not associated */
  321. if (!iwl_is_any_associated(priv))
  322. return;
  323. /* Do not check/recover when do not have enough statistics data */
  324. if (msecs < 99)
  325. return;
  326. if (iwlagn_mod_params.ack_check && !iwlagn_good_ack_health(priv, tx)) {
  327. IWL_ERR(priv, "low ack count detected, restart firmware\n");
  328. if (!iwl_force_reset(priv, IWL_FW_RESET, false))
  329. return;
  330. }
  331. if (iwlagn_mod_params.plcp_check &&
  332. !iwlagn_good_plcp_health(priv, cur_ofdm, cur_ofdm_ht, msecs))
  333. iwl_force_reset(priv, IWL_RF_RESET, false);
  334. }
  335. /* Calculate noise level, based on measurements during network silence just
  336. * before arriving beacon. This measurement can be done only if we know
  337. * exactly when to expect beacons, therefore only when we're associated. */
  338. static void iwlagn_rx_calc_noise(struct iwl_priv *priv)
  339. {
  340. struct statistics_rx_non_phy *rx_info;
  341. int num_active_rx = 0;
  342. int total_silence = 0;
  343. int bcn_silence_a, bcn_silence_b, bcn_silence_c;
  344. int last_rx_noise;
  345. rx_info = &priv->statistics.rx_non_phy;
  346. bcn_silence_a =
  347. le32_to_cpu(rx_info->beacon_silence_rssi_a) & IN_BAND_FILTER;
  348. bcn_silence_b =
  349. le32_to_cpu(rx_info->beacon_silence_rssi_b) & IN_BAND_FILTER;
  350. bcn_silence_c =
  351. le32_to_cpu(rx_info->beacon_silence_rssi_c) & IN_BAND_FILTER;
  352. if (bcn_silence_a) {
  353. total_silence += bcn_silence_a;
  354. num_active_rx++;
  355. }
  356. if (bcn_silence_b) {
  357. total_silence += bcn_silence_b;
  358. num_active_rx++;
  359. }
  360. if (bcn_silence_c) {
  361. total_silence += bcn_silence_c;
  362. num_active_rx++;
  363. }
  364. /* Average among active antennas */
  365. if (num_active_rx)
  366. last_rx_noise = (total_silence / num_active_rx) - 107;
  367. else
  368. last_rx_noise = IWL_NOISE_MEAS_NOT_AVAILABLE;
  369. IWL_DEBUG_CALIB(priv, "inband silence a %u, b %u, c %u, dBm %d\n",
  370. bcn_silence_a, bcn_silence_b, bcn_silence_c,
  371. last_rx_noise);
  372. }
  373. #ifdef CONFIG_IWLWIFI_DEBUGFS
  374. /*
  375. * based on the assumption of all statistics counter are in DWORD
  376. * FIXME: This function is for debugging, do not deal with
  377. * the case of counters roll-over.
  378. */
  379. static void accum_stats(__le32 *prev, __le32 *cur, __le32 *delta,
  380. __le32 *max_delta, __le32 *accum, int size)
  381. {
  382. int i;
  383. for (i = 0;
  384. i < size / sizeof(__le32);
  385. i++, prev++, cur++, delta++, max_delta++, accum++) {
  386. if (le32_to_cpu(*cur) > le32_to_cpu(*prev)) {
  387. *delta = cpu_to_le32(
  388. le32_to_cpu(*cur) - le32_to_cpu(*prev));
  389. le32_add_cpu(accum, le32_to_cpu(*delta));
  390. if (le32_to_cpu(*delta) > le32_to_cpu(*max_delta))
  391. *max_delta = *delta;
  392. }
  393. }
  394. }
  395. static void
  396. iwlagn_accumulative_statistics(struct iwl_priv *priv,
  397. struct statistics_general_common *common,
  398. struct statistics_rx_non_phy *rx_non_phy,
  399. struct statistics_rx_phy *rx_ofdm,
  400. struct statistics_rx_ht_phy *rx_ofdm_ht,
  401. struct statistics_rx_phy *rx_cck,
  402. struct statistics_tx *tx,
  403. struct statistics_bt_activity *bt_activity)
  404. {
  405. #define ACCUM(_name) \
  406. accum_stats((__le32 *)&priv->statistics._name, \
  407. (__le32 *)_name, \
  408. (__le32 *)&priv->delta_stats._name, \
  409. (__le32 *)&priv->max_delta_stats._name, \
  410. (__le32 *)&priv->accum_stats._name, \
  411. sizeof(*_name));
  412. ACCUM(common);
  413. ACCUM(rx_non_phy);
  414. ACCUM(rx_ofdm);
  415. ACCUM(rx_ofdm_ht);
  416. ACCUM(rx_cck);
  417. ACCUM(tx);
  418. if (bt_activity)
  419. ACCUM(bt_activity);
  420. #undef ACCUM
  421. }
  422. #else
  423. static inline void
  424. iwlagn_accumulative_statistics(struct iwl_priv *priv,
  425. struct statistics_general_common *common,
  426. struct statistics_rx_non_phy *rx_non_phy,
  427. struct statistics_rx_phy *rx_ofdm,
  428. struct statistics_rx_ht_phy *rx_ofdm_ht,
  429. struct statistics_rx_phy *rx_cck,
  430. struct statistics_tx *tx,
  431. struct statistics_bt_activity *bt_activity)
  432. {
  433. }
  434. #endif
  435. static int iwlagn_rx_statistics(struct iwl_priv *priv,
  436. struct iwl_rx_mem_buffer *rxb,
  437. struct iwl_device_cmd *cmd)
  438. {
  439. unsigned long stamp = jiffies;
  440. const int reg_recalib_period = 60;
  441. int change;
  442. struct iwl_rx_packet *pkt = rxb_addr(rxb);
  443. u32 len = le32_to_cpu(pkt->len_n_flags) & FH_RSCSR_FRAME_SIZE_MSK;
  444. __le32 *flag;
  445. struct statistics_general_common *common;
  446. struct statistics_rx_non_phy *rx_non_phy;
  447. struct statistics_rx_phy *rx_ofdm;
  448. struct statistics_rx_ht_phy *rx_ofdm_ht;
  449. struct statistics_rx_phy *rx_cck;
  450. struct statistics_tx *tx;
  451. struct statistics_bt_activity *bt_activity;
  452. len -= sizeof(struct iwl_cmd_header); /* skip header */
  453. IWL_DEBUG_RX(priv, "Statistics notification received (%d bytes).\n",
  454. len);
  455. if (len == sizeof(struct iwl_bt_notif_statistics)) {
  456. struct iwl_bt_notif_statistics *stats;
  457. stats = &pkt->u.stats_bt;
  458. flag = &stats->flag;
  459. common = &stats->general.common;
  460. rx_non_phy = &stats->rx.general.common;
  461. rx_ofdm = &stats->rx.ofdm;
  462. rx_ofdm_ht = &stats->rx.ofdm_ht;
  463. rx_cck = &stats->rx.cck;
  464. tx = &stats->tx;
  465. bt_activity = &stats->general.activity;
  466. #ifdef CONFIG_IWLWIFI_DEBUGFS
  467. /* handle this exception directly */
  468. priv->statistics.num_bt_kills = stats->rx.general.num_bt_kills;
  469. le32_add_cpu(&priv->statistics.accum_num_bt_kills,
  470. le32_to_cpu(stats->rx.general.num_bt_kills));
  471. #endif
  472. } else if (len == sizeof(struct iwl_notif_statistics)) {
  473. struct iwl_notif_statistics *stats;
  474. stats = &pkt->u.stats;
  475. flag = &stats->flag;
  476. common = &stats->general.common;
  477. rx_non_phy = &stats->rx.general;
  478. rx_ofdm = &stats->rx.ofdm;
  479. rx_ofdm_ht = &stats->rx.ofdm_ht;
  480. rx_cck = &stats->rx.cck;
  481. tx = &stats->tx;
  482. bt_activity = NULL;
  483. } else {
  484. WARN_ONCE(1, "len %d doesn't match BT (%zu) or normal (%zu)\n",
  485. len, sizeof(struct iwl_bt_notif_statistics),
  486. sizeof(struct iwl_notif_statistics));
  487. return 0;
  488. }
  489. change = common->temperature != priv->statistics.common.temperature ||
  490. (*flag & STATISTICS_REPLY_FLG_HT40_MODE_MSK) !=
  491. (priv->statistics.flag & STATISTICS_REPLY_FLG_HT40_MODE_MSK);
  492. iwlagn_accumulative_statistics(priv, common, rx_non_phy, rx_ofdm,
  493. rx_ofdm_ht, rx_cck, tx, bt_activity);
  494. iwlagn_recover_from_statistics(priv, rx_ofdm, rx_ofdm_ht, tx, stamp);
  495. priv->statistics.flag = *flag;
  496. memcpy(&priv->statistics.common, common, sizeof(*common));
  497. memcpy(&priv->statistics.rx_non_phy, rx_non_phy, sizeof(*rx_non_phy));
  498. memcpy(&priv->statistics.rx_ofdm, rx_ofdm, sizeof(*rx_ofdm));
  499. memcpy(&priv->statistics.rx_ofdm_ht, rx_ofdm_ht, sizeof(*rx_ofdm_ht));
  500. memcpy(&priv->statistics.rx_cck, rx_cck, sizeof(*rx_cck));
  501. memcpy(&priv->statistics.tx, tx, sizeof(*tx));
  502. #ifdef CONFIG_IWLWIFI_DEBUGFS
  503. if (bt_activity)
  504. memcpy(&priv->statistics.bt_activity, bt_activity,
  505. sizeof(*bt_activity));
  506. #endif
  507. priv->rx_statistics_jiffies = stamp;
  508. set_bit(STATUS_STATISTICS, &priv->shrd->status);
  509. /* Reschedule the statistics timer to occur in
  510. * reg_recalib_period seconds to ensure we get a
  511. * thermal update even if the uCode doesn't give
  512. * us one */
  513. mod_timer(&priv->statistics_periodic, jiffies +
  514. msecs_to_jiffies(reg_recalib_period * 1000));
  515. if (unlikely(!test_bit(STATUS_SCANNING, &priv->shrd->status)) &&
  516. (pkt->hdr.cmd == STATISTICS_NOTIFICATION)) {
  517. iwlagn_rx_calc_noise(priv);
  518. queue_work(priv->workqueue, &priv->run_time_calib_work);
  519. }
  520. if (cfg(priv)->lib->temperature && change)
  521. cfg(priv)->lib->temperature(priv);
  522. return 0;
  523. }
  524. static int iwlagn_rx_reply_statistics(struct iwl_priv *priv,
  525. struct iwl_rx_mem_buffer *rxb,
  526. struct iwl_device_cmd *cmd)
  527. {
  528. struct iwl_rx_packet *pkt = rxb_addr(rxb);
  529. if (le32_to_cpu(pkt->u.stats.flag) & UCODE_STATISTICS_CLEAR_MSK) {
  530. #ifdef CONFIG_IWLWIFI_DEBUGFS
  531. memset(&priv->accum_stats, 0,
  532. sizeof(priv->accum_stats));
  533. memset(&priv->delta_stats, 0,
  534. sizeof(priv->delta_stats));
  535. memset(&priv->max_delta_stats, 0,
  536. sizeof(priv->max_delta_stats));
  537. #endif
  538. IWL_DEBUG_RX(priv, "Statistics have been cleared\n");
  539. }
  540. iwlagn_rx_statistics(priv, rxb, cmd);
  541. return 0;
  542. }
  543. /* Handle notification from uCode that card's power state is changing
  544. * due to software, hardware, or critical temperature RFKILL */
  545. static int iwlagn_rx_card_state_notif(struct iwl_priv *priv,
  546. struct iwl_rx_mem_buffer *rxb,
  547. struct iwl_device_cmd *cmd)
  548. {
  549. struct iwl_rx_packet *pkt = rxb_addr(rxb);
  550. u32 flags = le32_to_cpu(pkt->u.card_state_notif.flags);
  551. unsigned long status = priv->shrd->status;
  552. IWL_DEBUG_RF_KILL(priv, "Card state received: HW:%s SW:%s CT:%s\n",
  553. (flags & HW_CARD_DISABLED) ? "Kill" : "On",
  554. (flags & SW_CARD_DISABLED) ? "Kill" : "On",
  555. (flags & CT_CARD_DISABLED) ?
  556. "Reached" : "Not reached");
  557. if (flags & (SW_CARD_DISABLED | HW_CARD_DISABLED |
  558. CT_CARD_DISABLED)) {
  559. iwl_write32(trans(priv), CSR_UCODE_DRV_GP1_SET,
  560. CSR_UCODE_DRV_GP1_BIT_CMD_BLOCKED);
  561. iwl_write_direct32(trans(priv), HBUS_TARG_MBX_C,
  562. HBUS_TARG_MBX_C_REG_BIT_CMD_BLOCKED);
  563. if (!(flags & RXON_CARD_DISABLED)) {
  564. iwl_write32(trans(priv), CSR_UCODE_DRV_GP1_CLR,
  565. CSR_UCODE_DRV_GP1_BIT_CMD_BLOCKED);
  566. iwl_write_direct32(trans(priv), HBUS_TARG_MBX_C,
  567. HBUS_TARG_MBX_C_REG_BIT_CMD_BLOCKED);
  568. }
  569. if (flags & CT_CARD_DISABLED)
  570. iwl_tt_enter_ct_kill(priv);
  571. }
  572. if (!(flags & CT_CARD_DISABLED))
  573. iwl_tt_exit_ct_kill(priv);
  574. if (flags & HW_CARD_DISABLED)
  575. set_bit(STATUS_RF_KILL_HW, &priv->shrd->status);
  576. else
  577. clear_bit(STATUS_RF_KILL_HW, &priv->shrd->status);
  578. if (!(flags & RXON_CARD_DISABLED))
  579. iwl_scan_cancel(priv);
  580. if ((test_bit(STATUS_RF_KILL_HW, &status) !=
  581. test_bit(STATUS_RF_KILL_HW, &priv->shrd->status)))
  582. wiphy_rfkill_set_hw_state(priv->hw->wiphy,
  583. test_bit(STATUS_RF_KILL_HW, &priv->shrd->status));
  584. else
  585. wake_up(&priv->shrd->wait_command_queue);
  586. return 0;
  587. }
  588. static int iwlagn_rx_missed_beacon_notif(struct iwl_priv *priv,
  589. struct iwl_rx_mem_buffer *rxb,
  590. struct iwl_device_cmd *cmd)
  591. {
  592. struct iwl_rx_packet *pkt = rxb_addr(rxb);
  593. struct iwl_missed_beacon_notif *missed_beacon;
  594. missed_beacon = &pkt->u.missed_beacon;
  595. if (le32_to_cpu(missed_beacon->consecutive_missed_beacons) >
  596. priv->missed_beacon_threshold) {
  597. IWL_DEBUG_CALIB(priv,
  598. "missed bcn cnsq %d totl %d rcd %d expctd %d\n",
  599. le32_to_cpu(missed_beacon->consecutive_missed_beacons),
  600. le32_to_cpu(missed_beacon->total_missed_becons),
  601. le32_to_cpu(missed_beacon->num_recvd_beacons),
  602. le32_to_cpu(missed_beacon->num_expected_beacons));
  603. if (!test_bit(STATUS_SCANNING, &priv->shrd->status))
  604. iwl_init_sensitivity(priv);
  605. }
  606. return 0;
  607. }
  608. /* Cache phy data (Rx signal strength, etc) for HT frame (REPLY_RX_PHY_CMD).
  609. * This will be used later in iwl_rx_reply_rx() for REPLY_RX_MPDU_CMD. */
  610. static int iwlagn_rx_reply_rx_phy(struct iwl_priv *priv,
  611. struct iwl_rx_mem_buffer *rxb,
  612. struct iwl_device_cmd *cmd)
  613. {
  614. struct iwl_rx_packet *pkt = rxb_addr(rxb);
  615. priv->last_phy_res_valid = true;
  616. memcpy(&priv->last_phy_res, pkt->u.raw,
  617. sizeof(struct iwl_rx_phy_res));
  618. return 0;
  619. }
  620. /*
  621. * returns non-zero if packet should be dropped
  622. */
  623. static int iwlagn_set_decrypted_flag(struct iwl_priv *priv,
  624. struct ieee80211_hdr *hdr,
  625. u32 decrypt_res,
  626. struct ieee80211_rx_status *stats)
  627. {
  628. u16 fc = le16_to_cpu(hdr->frame_control);
  629. /*
  630. * All contexts have the same setting here due to it being
  631. * a module parameter, so OK to check any context.
  632. */
  633. if (priv->contexts[IWL_RXON_CTX_BSS].active.filter_flags &
  634. RXON_FILTER_DIS_DECRYPT_MSK)
  635. return 0;
  636. if (!(fc & IEEE80211_FCTL_PROTECTED))
  637. return 0;
  638. IWL_DEBUG_RX(priv, "decrypt_res:0x%x\n", decrypt_res);
  639. switch (decrypt_res & RX_RES_STATUS_SEC_TYPE_MSK) {
  640. case RX_RES_STATUS_SEC_TYPE_TKIP:
  641. /* The uCode has got a bad phase 1 Key, pushes the packet.
  642. * Decryption will be done in SW. */
  643. if ((decrypt_res & RX_RES_STATUS_DECRYPT_TYPE_MSK) ==
  644. RX_RES_STATUS_BAD_KEY_TTAK)
  645. break;
  646. case RX_RES_STATUS_SEC_TYPE_WEP:
  647. if ((decrypt_res & RX_RES_STATUS_DECRYPT_TYPE_MSK) ==
  648. RX_RES_STATUS_BAD_ICV_MIC) {
  649. /* bad ICV, the packet is destroyed since the
  650. * decryption is inplace, drop it */
  651. IWL_DEBUG_RX(priv, "Packet destroyed\n");
  652. return -1;
  653. }
  654. case RX_RES_STATUS_SEC_TYPE_CCMP:
  655. if ((decrypt_res & RX_RES_STATUS_DECRYPT_TYPE_MSK) ==
  656. RX_RES_STATUS_DECRYPT_OK) {
  657. IWL_DEBUG_RX(priv, "hw decrypt successfully!!!\n");
  658. stats->flag |= RX_FLAG_DECRYPTED;
  659. }
  660. break;
  661. default:
  662. break;
  663. }
  664. return 0;
  665. }
  666. static void iwlagn_pass_packet_to_mac80211(struct iwl_priv *priv,
  667. struct ieee80211_hdr *hdr,
  668. u16 len,
  669. u32 ampdu_status,
  670. struct iwl_rx_mem_buffer *rxb,
  671. struct ieee80211_rx_status *stats)
  672. {
  673. struct sk_buff *skb;
  674. __le16 fc = hdr->frame_control;
  675. struct iwl_rxon_context *ctx;
  676. /* We only process data packets if the interface is open */
  677. if (unlikely(!priv->is_open)) {
  678. IWL_DEBUG_DROP_LIMIT(priv,
  679. "Dropping packet while interface is not open.\n");
  680. return;
  681. }
  682. /* In case of HW accelerated crypto and bad decryption, drop */
  683. if (!iwlagn_mod_params.sw_crypto &&
  684. iwlagn_set_decrypted_flag(priv, hdr, ampdu_status, stats))
  685. return;
  686. skb = dev_alloc_skb(128);
  687. if (!skb) {
  688. IWL_ERR(priv, "dev_alloc_skb failed\n");
  689. return;
  690. }
  691. skb_add_rx_frag(skb, 0, rxb->page, (void *)hdr - rxb_addr(rxb), len);
  692. iwl_update_stats(priv, false, fc, len);
  693. /*
  694. * Wake any queues that were stopped due to a passive channel tx
  695. * failure. This can happen because the regulatory enforcement in
  696. * the device waits for a beacon before allowing transmission,
  697. * sometimes even after already having transmitted frames for the
  698. * association because the new RXON may reset the information.
  699. */
  700. if (unlikely(ieee80211_is_beacon(fc))) {
  701. for_each_context(priv, ctx) {
  702. if (!ctx->last_tx_rejected)
  703. continue;
  704. if (compare_ether_addr(hdr->addr3,
  705. ctx->active.bssid_addr))
  706. continue;
  707. ctx->last_tx_rejected = false;
  708. iwl_trans_wake_any_queue(trans(priv), ctx->ctxid,
  709. "channel got active");
  710. }
  711. }
  712. memcpy(IEEE80211_SKB_RXCB(skb), stats, sizeof(*stats));
  713. ieee80211_rx(priv->hw, skb);
  714. rxb->page = NULL;
  715. }
  716. static u32 iwlagn_translate_rx_status(struct iwl_priv *priv, u32 decrypt_in)
  717. {
  718. u32 decrypt_out = 0;
  719. if ((decrypt_in & RX_RES_STATUS_STATION_FOUND) ==
  720. RX_RES_STATUS_STATION_FOUND)
  721. decrypt_out |= (RX_RES_STATUS_STATION_FOUND |
  722. RX_RES_STATUS_NO_STATION_INFO_MISMATCH);
  723. decrypt_out |= (decrypt_in & RX_RES_STATUS_SEC_TYPE_MSK);
  724. /* packet was not encrypted */
  725. if ((decrypt_in & RX_RES_STATUS_SEC_TYPE_MSK) ==
  726. RX_RES_STATUS_SEC_TYPE_NONE)
  727. return decrypt_out;
  728. /* packet was encrypted with unknown alg */
  729. if ((decrypt_in & RX_RES_STATUS_SEC_TYPE_MSK) ==
  730. RX_RES_STATUS_SEC_TYPE_ERR)
  731. return decrypt_out;
  732. /* decryption was not done in HW */
  733. if ((decrypt_in & RX_MPDU_RES_STATUS_DEC_DONE_MSK) !=
  734. RX_MPDU_RES_STATUS_DEC_DONE_MSK)
  735. return decrypt_out;
  736. switch (decrypt_in & RX_RES_STATUS_SEC_TYPE_MSK) {
  737. case RX_RES_STATUS_SEC_TYPE_CCMP:
  738. /* alg is CCM: check MIC only */
  739. if (!(decrypt_in & RX_MPDU_RES_STATUS_MIC_OK))
  740. /* Bad MIC */
  741. decrypt_out |= RX_RES_STATUS_BAD_ICV_MIC;
  742. else
  743. decrypt_out |= RX_RES_STATUS_DECRYPT_OK;
  744. break;
  745. case RX_RES_STATUS_SEC_TYPE_TKIP:
  746. if (!(decrypt_in & RX_MPDU_RES_STATUS_TTAK_OK)) {
  747. /* Bad TTAK */
  748. decrypt_out |= RX_RES_STATUS_BAD_KEY_TTAK;
  749. break;
  750. }
  751. /* fall through if TTAK OK */
  752. default:
  753. if (!(decrypt_in & RX_MPDU_RES_STATUS_ICV_OK))
  754. decrypt_out |= RX_RES_STATUS_BAD_ICV_MIC;
  755. else
  756. decrypt_out |= RX_RES_STATUS_DECRYPT_OK;
  757. break;
  758. }
  759. IWL_DEBUG_RX(priv, "decrypt_in:0x%x decrypt_out = 0x%x\n",
  760. decrypt_in, decrypt_out);
  761. return decrypt_out;
  762. }
  763. /* Calc max signal level (dBm) among 3 possible receivers */
  764. static int iwlagn_calc_rssi(struct iwl_priv *priv,
  765. struct iwl_rx_phy_res *rx_resp)
  766. {
  767. /* data from PHY/DSP regarding signal strength, etc.,
  768. * contents are always there, not configurable by host
  769. */
  770. struct iwlagn_non_cfg_phy *ncphy =
  771. (struct iwlagn_non_cfg_phy *)rx_resp->non_cfg_phy_buf;
  772. u32 val, rssi_a, rssi_b, rssi_c, max_rssi;
  773. u8 agc;
  774. val = le32_to_cpu(ncphy->non_cfg_phy[IWLAGN_RX_RES_AGC_IDX]);
  775. agc = (val & IWLAGN_OFDM_AGC_MSK) >> IWLAGN_OFDM_AGC_BIT_POS;
  776. /* Find max rssi among 3 possible receivers.
  777. * These values are measured by the digital signal processor (DSP).
  778. * They should stay fairly constant even as the signal strength varies,
  779. * if the radio's automatic gain control (AGC) is working right.
  780. * AGC value (see below) will provide the "interesting" info.
  781. */
  782. val = le32_to_cpu(ncphy->non_cfg_phy[IWLAGN_RX_RES_RSSI_AB_IDX]);
  783. rssi_a = (val & IWLAGN_OFDM_RSSI_INBAND_A_BITMSK) >>
  784. IWLAGN_OFDM_RSSI_A_BIT_POS;
  785. rssi_b = (val & IWLAGN_OFDM_RSSI_INBAND_B_BITMSK) >>
  786. IWLAGN_OFDM_RSSI_B_BIT_POS;
  787. val = le32_to_cpu(ncphy->non_cfg_phy[IWLAGN_RX_RES_RSSI_C_IDX]);
  788. rssi_c = (val & IWLAGN_OFDM_RSSI_INBAND_C_BITMSK) >>
  789. IWLAGN_OFDM_RSSI_C_BIT_POS;
  790. max_rssi = max_t(u32, rssi_a, rssi_b);
  791. max_rssi = max_t(u32, max_rssi, rssi_c);
  792. IWL_DEBUG_STATS(priv, "Rssi In A %d B %d C %d Max %d AGC dB %d\n",
  793. rssi_a, rssi_b, rssi_c, max_rssi, agc);
  794. /* dBm = max_rssi dB - agc dB - constant.
  795. * Higher AGC (higher radio gain) means lower signal. */
  796. return max_rssi - agc - IWLAGN_RSSI_OFFSET;
  797. }
  798. /* Called for REPLY_RX (legacy ABG frames), or
  799. * REPLY_RX_MPDU_CMD (HT high-throughput N frames). */
  800. static int iwlagn_rx_reply_rx(struct iwl_priv *priv,
  801. struct iwl_rx_mem_buffer *rxb,
  802. struct iwl_device_cmd *cmd)
  803. {
  804. struct ieee80211_hdr *header;
  805. struct ieee80211_rx_status rx_status;
  806. struct iwl_rx_packet *pkt = rxb_addr(rxb);
  807. struct iwl_rx_phy_res *phy_res;
  808. __le32 rx_pkt_status;
  809. struct iwl_rx_mpdu_res_start *amsdu;
  810. u32 len;
  811. u32 ampdu_status;
  812. u32 rate_n_flags;
  813. /**
  814. * REPLY_RX and REPLY_RX_MPDU_CMD are handled differently.
  815. * REPLY_RX: physical layer info is in this buffer
  816. * REPLY_RX_MPDU_CMD: physical layer info was sent in separate
  817. * command and cached in priv->last_phy_res
  818. *
  819. * Here we set up local variables depending on which command is
  820. * received.
  821. */
  822. if (pkt->hdr.cmd == REPLY_RX) {
  823. phy_res = (struct iwl_rx_phy_res *)pkt->u.raw;
  824. header = (struct ieee80211_hdr *)(pkt->u.raw + sizeof(*phy_res)
  825. + phy_res->cfg_phy_cnt);
  826. len = le16_to_cpu(phy_res->byte_count);
  827. rx_pkt_status = *(__le32 *)(pkt->u.raw + sizeof(*phy_res) +
  828. phy_res->cfg_phy_cnt + len);
  829. ampdu_status = le32_to_cpu(rx_pkt_status);
  830. } else {
  831. if (!priv->last_phy_res_valid) {
  832. IWL_ERR(priv, "MPDU frame without cached PHY data\n");
  833. return 0;
  834. }
  835. phy_res = &priv->last_phy_res;
  836. amsdu = (struct iwl_rx_mpdu_res_start *)pkt->u.raw;
  837. header = (struct ieee80211_hdr *)(pkt->u.raw + sizeof(*amsdu));
  838. len = le16_to_cpu(amsdu->byte_count);
  839. rx_pkt_status = *(__le32 *)(pkt->u.raw + sizeof(*amsdu) + len);
  840. ampdu_status = iwlagn_translate_rx_status(priv,
  841. le32_to_cpu(rx_pkt_status));
  842. }
  843. if ((unlikely(phy_res->cfg_phy_cnt > 20))) {
  844. IWL_DEBUG_DROP(priv, "dsp size out of range [0,20]: %d/n",
  845. phy_res->cfg_phy_cnt);
  846. return 0;
  847. }
  848. if (!(rx_pkt_status & RX_RES_STATUS_NO_CRC32_ERROR) ||
  849. !(rx_pkt_status & RX_RES_STATUS_NO_RXE_OVERFLOW)) {
  850. IWL_DEBUG_RX(priv, "Bad CRC or FIFO: 0x%08X.\n",
  851. le32_to_cpu(rx_pkt_status));
  852. return 0;
  853. }
  854. /* This will be used in several places later */
  855. rate_n_flags = le32_to_cpu(phy_res->rate_n_flags);
  856. /* rx_status carries information about the packet to mac80211 */
  857. rx_status.mactime = le64_to_cpu(phy_res->timestamp);
  858. rx_status.band = (phy_res->phy_flags & RX_RES_PHY_FLAGS_BAND_24_MSK) ?
  859. IEEE80211_BAND_2GHZ : IEEE80211_BAND_5GHZ;
  860. rx_status.freq =
  861. ieee80211_channel_to_frequency(le16_to_cpu(phy_res->channel),
  862. rx_status.band);
  863. rx_status.rate_idx =
  864. iwlagn_hwrate_to_mac80211_idx(rate_n_flags, rx_status.band);
  865. rx_status.flag = 0;
  866. /* TSF isn't reliable. In order to allow smooth user experience,
  867. * this W/A doesn't propagate it to the mac80211 */
  868. /*rx_status.flag |= RX_FLAG_MACTIME_MPDU;*/
  869. priv->ucode_beacon_time = le32_to_cpu(phy_res->beacon_time_stamp);
  870. /* Find max signal strength (dBm) among 3 antenna/receiver chains */
  871. rx_status.signal = iwlagn_calc_rssi(priv, phy_res);
  872. iwl_dbg_log_rx_data_frame(priv, len, header);
  873. IWL_DEBUG_STATS_LIMIT(priv, "Rssi %d, TSF %llu\n",
  874. rx_status.signal, (unsigned long long)rx_status.mactime);
  875. /*
  876. * "antenna number"
  877. *
  878. * It seems that the antenna field in the phy flags value
  879. * is actually a bit field. This is undefined by radiotap,
  880. * it wants an actual antenna number but I always get "7"
  881. * for most legacy frames I receive indicating that the
  882. * same frame was received on all three RX chains.
  883. *
  884. * I think this field should be removed in favor of a
  885. * new 802.11n radiotap field "RX chains" that is defined
  886. * as a bitmask.
  887. */
  888. rx_status.antenna =
  889. (le16_to_cpu(phy_res->phy_flags) & RX_RES_PHY_FLAGS_ANTENNA_MSK)
  890. >> RX_RES_PHY_FLAGS_ANTENNA_POS;
  891. /* set the preamble flag if appropriate */
  892. if (phy_res->phy_flags & RX_RES_PHY_FLAGS_SHORT_PREAMBLE_MSK)
  893. rx_status.flag |= RX_FLAG_SHORTPRE;
  894. /* Set up the HT phy flags */
  895. if (rate_n_flags & RATE_MCS_HT_MSK)
  896. rx_status.flag |= RX_FLAG_HT;
  897. if (rate_n_flags & RATE_MCS_HT40_MSK)
  898. rx_status.flag |= RX_FLAG_40MHZ;
  899. if (rate_n_flags & RATE_MCS_SGI_MSK)
  900. rx_status.flag |= RX_FLAG_SHORT_GI;
  901. iwlagn_pass_packet_to_mac80211(priv, header, len, ampdu_status,
  902. rxb, &rx_status);
  903. return 0;
  904. }
  905. static int iwlagn_rx_noa_notification(struct iwl_priv *priv,
  906. struct iwl_rx_mem_buffer *rxb,
  907. struct iwl_device_cmd *cmd)
  908. {
  909. struct iwl_wipan_noa_data *new_data, *old_data;
  910. struct iwl_rx_packet *pkt = rxb_addr(rxb);
  911. struct iwl_wipan_noa_notification *noa_notif = (void *)pkt->u.raw;
  912. /* no condition -- we're in softirq */
  913. old_data = rcu_dereference_protected(priv->noa_data, true);
  914. if (noa_notif->noa_active) {
  915. u32 len = le16_to_cpu(noa_notif->noa_attribute.length);
  916. u32 copylen = len;
  917. /* EID, len, OUI, subtype */
  918. len += 1 + 1 + 3 + 1;
  919. /* P2P id, P2P length */
  920. len += 1 + 2;
  921. copylen += 1 + 2;
  922. new_data = kmalloc(sizeof(*new_data) + len, GFP_ATOMIC);
  923. if (new_data) {
  924. new_data->length = len;
  925. new_data->data[0] = WLAN_EID_VENDOR_SPECIFIC;
  926. new_data->data[1] = len - 2; /* not counting EID, len */
  927. new_data->data[2] = (WLAN_OUI_WFA >> 16) & 0xff;
  928. new_data->data[3] = (WLAN_OUI_WFA >> 8) & 0xff;
  929. new_data->data[4] = (WLAN_OUI_WFA >> 0) & 0xff;
  930. new_data->data[5] = WLAN_OUI_TYPE_WFA_P2P;
  931. memcpy(&new_data->data[6], &noa_notif->noa_attribute,
  932. copylen);
  933. }
  934. } else
  935. new_data = NULL;
  936. rcu_assign_pointer(priv->noa_data, new_data);
  937. if (old_data)
  938. kfree_rcu(old_data, rcu_head);
  939. return 0;
  940. }
  941. /**
  942. * iwl_setup_rx_handlers - Initialize Rx handler callbacks
  943. *
  944. * Setup the RX handlers for each of the reply types sent from the uCode
  945. * to the host.
  946. */
  947. void iwl_setup_rx_handlers(struct iwl_priv *priv)
  948. {
  949. int (**handlers)(struct iwl_priv *priv, struct iwl_rx_mem_buffer *rxb,
  950. struct iwl_device_cmd *cmd);
  951. handlers = priv->rx_handlers;
  952. handlers[REPLY_ERROR] = iwlagn_rx_reply_error;
  953. handlers[CHANNEL_SWITCH_NOTIFICATION] = iwlagn_rx_csa;
  954. handlers[SPECTRUM_MEASURE_NOTIFICATION] =
  955. iwlagn_rx_spectrum_measure_notif;
  956. handlers[PM_SLEEP_NOTIFICATION] = iwlagn_rx_pm_sleep_notif;
  957. handlers[PM_DEBUG_STATISTIC_NOTIFIC] =
  958. iwlagn_rx_pm_debug_statistics_notif;
  959. handlers[BEACON_NOTIFICATION] = iwlagn_rx_beacon_notif;
  960. handlers[REPLY_ADD_STA] = iwl_add_sta_callback;
  961. handlers[REPLY_WIPAN_NOA_NOTIFICATION] = iwlagn_rx_noa_notification;
  962. /*
  963. * The same handler is used for both the REPLY to a discrete
  964. * statistics request from the host as well as for the periodic
  965. * statistics notifications (after received beacons) from the uCode.
  966. */
  967. handlers[REPLY_STATISTICS_CMD] = iwlagn_rx_reply_statistics;
  968. handlers[STATISTICS_NOTIFICATION] = iwlagn_rx_statistics;
  969. iwl_setup_rx_scan_handlers(priv);
  970. handlers[CARD_STATE_NOTIFICATION] = iwlagn_rx_card_state_notif;
  971. handlers[MISSED_BEACONS_NOTIFICATION] =
  972. iwlagn_rx_missed_beacon_notif;
  973. /* Rx handlers */
  974. handlers[REPLY_RX_PHY_CMD] = iwlagn_rx_reply_rx_phy;
  975. handlers[REPLY_RX_MPDU_CMD] = iwlagn_rx_reply_rx;
  976. /* block ack */
  977. handlers[REPLY_COMPRESSED_BA] =
  978. iwlagn_rx_reply_compressed_ba;
  979. /* init calibration handlers */
  980. priv->rx_handlers[CALIBRATION_RES_NOTIFICATION] =
  981. iwlagn_rx_calib_result;
  982. priv->rx_handlers[REPLY_TX] = iwlagn_rx_reply_tx;
  983. /* set up notification wait support */
  984. spin_lock_init(&priv->shrd->notif_wait_lock);
  985. INIT_LIST_HEAD(&priv->shrd->notif_waits);
  986. init_waitqueue_head(&priv->shrd->notif_waitq);
  987. /* Set up BT Rx handlers */
  988. if (cfg(priv)->lib->bt_rx_handler_setup)
  989. cfg(priv)->lib->bt_rx_handler_setup(priv);
  990. }
  991. int iwl_rx_dispatch(struct iwl_priv *priv, struct iwl_rx_mem_buffer *rxb,
  992. struct iwl_device_cmd *cmd)
  993. {
  994. struct iwl_rx_packet *pkt = rxb_addr(rxb);
  995. int err = 0;
  996. /*
  997. * Do the notification wait before RX handlers so
  998. * even if the RX handler consumes the RXB we have
  999. * access to it in the notification wait entry.
  1000. */
  1001. if (!list_empty(&priv->shrd->notif_waits)) {
  1002. struct iwl_notification_wait *w;
  1003. spin_lock(&priv->shrd->notif_wait_lock);
  1004. list_for_each_entry(w, &priv->shrd->notif_waits, list) {
  1005. if (w->cmd != pkt->hdr.cmd)
  1006. continue;
  1007. IWL_DEBUG_RX(priv,
  1008. "Notif: %s, 0x%02x - wake the callers up\n",
  1009. get_cmd_string(pkt->hdr.cmd),
  1010. pkt->hdr.cmd);
  1011. w->triggered = true;
  1012. if (w->fn)
  1013. w->fn(trans(priv), pkt, w->fn_data);
  1014. }
  1015. spin_unlock(&priv->shrd->notif_wait_lock);
  1016. wake_up_all(&priv->shrd->notif_waitq);
  1017. }
  1018. if (priv->pre_rx_handler &&
  1019. priv->shrd->ucode_owner == IWL_OWNERSHIP_TM)
  1020. priv->pre_rx_handler(priv, rxb);
  1021. else {
  1022. /* Based on type of command response or notification,
  1023. * handle those that need handling via function in
  1024. * rx_handlers table. See iwl_setup_rx_handlers() */
  1025. if (priv->rx_handlers[pkt->hdr.cmd]) {
  1026. priv->rx_handlers_stats[pkt->hdr.cmd]++;
  1027. err = priv->rx_handlers[pkt->hdr.cmd] (priv, rxb, cmd);
  1028. } else {
  1029. /* No handling needed */
  1030. IWL_DEBUG_RX(priv,
  1031. "No handler needed for %s, 0x%02x\n",
  1032. get_cmd_string(pkt->hdr.cmd), pkt->hdr.cmd);
  1033. }
  1034. }
  1035. return err;
  1036. }