Searched refs:undecorated_smoothed_pwdb (Results 1 – 7 of 7) sorted by relevance
216 priv->undecorated_smoothed_pwdb = -1; in rtl92e_dm_init()398 if (priv->undecorated_smoothed_pwdb >= in _rtl92e_dm_check_rate_adaptive()402 } else if (priv->undecorated_smoothed_pwdb >= in _rtl92e_dm_check_rate_adaptive()412 if (priv->undecorated_smoothed_pwdb < in _rtl92e_dm_check_rate_adaptive()414 if ((priv->undecorated_smoothed_pwdb < in _rtl92e_dm_check_rate_adaptive()468 if (priv->undecorated_smoothed_pwdb <= in _rtl92e_dm_bandwidth_autoswitch()472 if (priv->undecorated_smoothed_pwdb >= in _rtl92e_dm_bandwidth_autoswitch()1360 dm_digtable.rssi_val = priv->undecorated_smoothed_pwdb; in _rtl92e_dm_ctrl_initgain_byrssi_driver()1389 if ((priv->undecorated_smoothed_pwdb > dm_digtable.rssi_low_thresh) && in _rtl92e_dm_ctrl_initgain_byrssi_false_alarm()1390 (priv->undecorated_smoothed_pwdb < dm_digtable.rssi_high_thresh)) in _rtl92e_dm_ctrl_initgain_byrssi_false_alarm()[all …]
1800 if (priv->undecorated_smoothed_pwdb < 0) in _rtl92e_process_phyinfo()1801 priv->undecorated_smoothed_pwdb = prev_st->RxPWDBAll; in _rtl92e_process_phyinfo()1802 if (prev_st->RxPWDBAll > (u32)priv->undecorated_smoothed_pwdb) { in _rtl92e_process_phyinfo()1803 priv->undecorated_smoothed_pwdb = in _rtl92e_process_phyinfo()1804 (((priv->undecorated_smoothed_pwdb) * in _rtl92e_process_phyinfo()1807 priv->undecorated_smoothed_pwdb = in _rtl92e_process_phyinfo()1808 priv->undecorated_smoothed_pwdb + 1; in _rtl92e_process_phyinfo()1810 priv->undecorated_smoothed_pwdb = in _rtl92e_process_phyinfo()1811 (((priv->undecorated_smoothed_pwdb) * in _rtl92e_process_phyinfo()2286 if (priv->undecorated_smoothed_pwdb >= (RateAdaptiveTH_High+5)) { in rtl92e_is_rx_stuck()[all …]
510 long undecorated_smoothed_pwdb; member
130 priv->undecorated_smoothed_pwdb = -1; in init_hal_dm()368 if (priv->undecorated_smoothed_pwdb >= (long)HighRSSIThreshForRA) { in dm_check_rate_adaptive()372 } else if (priv->undecorated_smoothed_pwdb >= (long)LowRSSIThreshForRA) { in dm_check_rate_adaptive()385 if (priv->undecorated_smoothed_pwdb < (long)(pra->ping_rssi_thresh_for_ra+5)) { in dm_check_rate_adaptive()386 if ((priv->undecorated_smoothed_pwdb < (long)pra->ping_rssi_thresh_for_ra) || in dm_check_rate_adaptive()447 …if (priv->undecorated_smoothed_pwdb <= priv->ieee80211->bandwidth_auto_switch.threshold_40Mhzto20M… in dm_bandwidth_autoswitch()450 …if (priv->undecorated_smoothed_pwdb >= priv->ieee80211->bandwidth_auto_switch.threshold_20Mhzto40M… in dm_bandwidth_autoswitch()1782 dm_digtable.rssi_val = priv->undecorated_smoothed_pwdb; in dm_ctrl_initgain_byrssi_by_driverrssi()1815 if ((priv->undecorated_smoothed_pwdb > dm_digtable.rssi_low_thresh) && in dm_ctrl_initgain_byrssi_by_fwfalse_alarm()1816 (priv->undecorated_smoothed_pwdb < dm_digtable.rssi_high_thresh)) in dm_ctrl_initgain_byrssi_by_fwfalse_alarm()[all …]
3123 if (priv->undecorated_smoothed_pwdb >= (RateAdaptiveTH_High + 5)) { in HalRxCheckStuck819xUsb()3125 } else if (priv->undecorated_smoothed_pwdb < (RateAdaptiveTH_High + 5) && in HalRxCheckStuck819xUsb()3126 …((priv->CurrentChannelBW != HT_CHANNEL_WIDTH_20 && priv->undecorated_smoothed_pwdb >= RateAdaptive… in HalRxCheckStuck819xUsb()3127 …(priv->CurrentChannelBW == HT_CHANNEL_WIDTH_20 && priv->undecorated_smoothed_pwdb >= RateAdaptiveT… in HalRxCheckStuck819xUsb()3132 …} else if (((priv->CurrentChannelBW != HT_CHANNEL_WIDTH_20 && priv->undecorated_smoothed_pwdb < Ra… in HalRxCheckStuck819xUsb()3133 …(priv->CurrentChannelBW == HT_CHANNEL_WIDTH_20 && priv->undecorated_smoothed_pwdb < RateAdaptiveTH… in HalRxCheckStuck819xUsb()3134 priv->undecorated_smoothed_pwdb >= VeryLowRSSI) { in HalRxCheckStuck819xUsb()4097 if (priv->undecorated_smoothed_pwdb < 0) in rtl8192_process_phyinfo()4099 priv->undecorated_smoothed_pwdb = in rtl8192_process_phyinfo()4101 if (pprevious_stats->RxPWDBAll > (u32)priv->undecorated_smoothed_pwdb) { in rtl8192_process_phyinfo()[all …]
982 long undecorated_smoothed_pwdb; member
253 (((struct rtl_priv *)(_priv))->dm.undecorated_smoothed_pwdb))