Searched refs:plcp_err (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-agn-rx.c183 IWL_DEBUG_RADIO(priv, "plcp_err check disabled\n");
188 * check for plcp_err and trigger radio reset if it exceeds
207 (le32_to_cpu(ofdm->plcp_err) -
209 rx.ofdm.plcp_err)) +
210 (le32_to_cpu(ofdm_ht->plcp_err) -
212 rx.ofdm_ht.plcp_err));
217 (le32_to_cpu(ofdm->plcp_err) -
219 rx.ofdm.plcp_err)) +
220 (le32_to_cpu(ofdm_ht->plcp_err) -
222 rx.ofdm_ht.plcp_err));
[all...]
H A Diwl-3945-debugfs.c110 " %-30s %10u %10u %10u %10u\n", "plcp_err:",
111 le32_to_cpu(ofdm->plcp_err), accum_ofdm->plcp_err,
112 delta_ofdm->plcp_err, max_ofdm->plcp_err);
204 "plcp_err:",
205 le32_to_cpu(cck->plcp_err), accum_cck->plcp_err,
206 delta_cck->plcp_err, max_cck->plcp_err);
[all...]
H A Diwl-agn-debugfs.c139 "plcp_err:",
140 le32_to_cpu(ofdm->plcp_err), accum_ofdm->plcp_err,
141 delta_ofdm->plcp_err, max_ofdm->plcp_err);
253 "plcp_err:",
254 le32_to_cpu(cck->plcp_err), accum_cck->plcp_err,
255 delta_cck->plcp_err, max_cck->plcp_err);
[all...]
H A Diwl-agn-calib.c654 bad_plcp_cck = le32_to_cpu(cck->plcp_err);
655 bad_plcp_ofdm = le32_to_cpu(ofdm->plcp_err);
H A Diwl-commands.h2990 __le32 plcp_err; member in struct:iwl39_statistics_rx_phy
3061 __le32 plcp_err; member in struct:statistics_rx_phy
3082 __le32 plcp_err; member in struct:statistics_rx_ht_phy
3404 * plcp_err
3407 * NOTE: Both false_alarm_cnt and plcp_err increment monotonically from
H A Diwl-3945.c406 IWL_DEBUG_RADIO(priv, "plcp_err check disabled\n");
412 * check for plcp_err and trigger radio reset if it exceeds
425 (le32_to_cpu(current_stat.rx.ofdm.plcp_err) -
426 le32_to_cpu(priv->_3945.statistics.rx.ofdm.plcp_err));
432 * if plcp_err exceed the threshold, the following
434 * Text: plcp_err exceeded %d,
435 * Received ofdm.plcp_err,
436 * Current ofdm.plcp_err,
440 IWL_DEBUG_RADIO(priv, "plcp_err exceeded %u, "
443 le32_to_cpu(current_stat.rx.ofdm.plcp_err),
[all...]

Completed in 70 milliseconds