iwl-agn-rx.c 37 KB

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