Searched refs:undecorated_smoothed_pwdb (Results 1 – 7 of 7) sorted by relevance
208 priv->undecorated_smoothed_pwdb = -1; in rtl92e_dm_init()390 if (priv->undecorated_smoothed_pwdb >= in _rtl92e_dm_check_rate_adaptive()394 } else if (priv->undecorated_smoothed_pwdb >= in _rtl92e_dm_check_rate_adaptive()404 if (priv->undecorated_smoothed_pwdb < in _rtl92e_dm_check_rate_adaptive()406 if ((priv->undecorated_smoothed_pwdb < in _rtl92e_dm_check_rate_adaptive()460 if (priv->undecorated_smoothed_pwdb <= in _rtl92e_dm_bandwidth_autoswitch()464 if (priv->undecorated_smoothed_pwdb >= in _rtl92e_dm_bandwidth_autoswitch()1353 dm_digtable.rssi_val = priv->undecorated_smoothed_pwdb; in _rtl92e_dm_ctrl_initgain_byrssi_driver()1382 if ((priv->undecorated_smoothed_pwdb > dm_digtable.rssi_low_thresh) && in _rtl92e_dm_ctrl_initgain_byrssi_false_alarm()1383 (priv->undecorated_smoothed_pwdb < dm_digtable.rssi_high_thresh)) in _rtl92e_dm_ctrl_initgain_byrssi_false_alarm()[all …]
1785 if (priv->undecorated_smoothed_pwdb < 0) in _rtl92e_process_phyinfo()1786 priv->undecorated_smoothed_pwdb = prev_st->RxPWDBAll; in _rtl92e_process_phyinfo()1787 if (prev_st->RxPWDBAll > (u32)priv->undecorated_smoothed_pwdb) { in _rtl92e_process_phyinfo()1788 priv->undecorated_smoothed_pwdb = in _rtl92e_process_phyinfo()1789 (((priv->undecorated_smoothed_pwdb) * in _rtl92e_process_phyinfo()1792 priv->undecorated_smoothed_pwdb = in _rtl92e_process_phyinfo()1793 priv->undecorated_smoothed_pwdb + 1; in _rtl92e_process_phyinfo()1795 priv->undecorated_smoothed_pwdb = in _rtl92e_process_phyinfo()1796 (((priv->undecorated_smoothed_pwdb) * in _rtl92e_process_phyinfo()2271 if (priv->undecorated_smoothed_pwdb >= (RateAdaptiveTH_High+5)) { in rtl92e_is_rx_stuck()[all …]
494 long undecorated_smoothed_pwdb; member
119 priv->undecorated_smoothed_pwdb = -1; in init_hal_dm()355 if (priv->undecorated_smoothed_pwdb >= (long)HighRSSIThreshForRA) { in dm_check_rate_adaptive()359 } else if (priv->undecorated_smoothed_pwdb >= (long)LowRSSIThreshForRA) { in dm_check_rate_adaptive()372 if (priv->undecorated_smoothed_pwdb < (long)(pra->ping_rssi_thresh_for_ra+5)) { in dm_check_rate_adaptive()373 if ((priv->undecorated_smoothed_pwdb < (long)pra->ping_rssi_thresh_for_ra) || in dm_check_rate_adaptive()433 …if (priv->undecorated_smoothed_pwdb <= priv->ieee80211->bandwidth_auto_switch.threshold_40Mhzto20M… in dm_bandwidth_autoswitch()436 …if (priv->undecorated_smoothed_pwdb >= priv->ieee80211->bandwidth_auto_switch.threshold_20Mhzto40M… in dm_bandwidth_autoswitch()1686 dm_digtable.rssi_val = priv->undecorated_smoothed_pwdb; in dm_ctrl_initgain_byrssi_by_driverrssi()1719 if ((priv->undecorated_smoothed_pwdb > dm_digtable.rssi_low_thresh) && in dm_ctrl_initgain_byrssi_by_fwfalse_alarm()1720 (priv->undecorated_smoothed_pwdb < dm_digtable.rssi_high_thresh)) in dm_ctrl_initgain_byrssi_by_fwfalse_alarm()[all …]
2925 if (priv->undecorated_smoothed_pwdb >= (RATE_ADAPTIVE_TH_HIGH + 5)) { in HalRxCheckStuck819xUsb()2927 } else if (priv->undecorated_smoothed_pwdb < (RATE_ADAPTIVE_TH_HIGH + 5) && in HalRxCheckStuck819xUsb()2928 …((priv->CurrentChannelBW != HT_CHANNEL_WIDTH_20 && priv->undecorated_smoothed_pwdb >= RATE_ADAPTIV… in HalRxCheckStuck819xUsb()2929 …(priv->CurrentChannelBW == HT_CHANNEL_WIDTH_20 && priv->undecorated_smoothed_pwdb >= RATE_ADAPTIVE… in HalRxCheckStuck819xUsb()2934 …} else if (((priv->CurrentChannelBW != HT_CHANNEL_WIDTH_20 && priv->undecorated_smoothed_pwdb < RA… in HalRxCheckStuck819xUsb()2935 …(priv->CurrentChannelBW == HT_CHANNEL_WIDTH_20 && priv->undecorated_smoothed_pwdb < RATE_ADAPTIVE_… in HalRxCheckStuck819xUsb()2936 priv->undecorated_smoothed_pwdb >= VERY_LOW_RSSI) { in HalRxCheckStuck819xUsb()3868 if (priv->undecorated_smoothed_pwdb < 0) in rtl8192_process_phyinfo()3870 priv->undecorated_smoothed_pwdb = in rtl8192_process_phyinfo()3872 if (pprevious_stats->RxPWDBAll > (u32)priv->undecorated_smoothed_pwdb) { in rtl8192_process_phyinfo()[all …]
949 long undecorated_smoothed_pwdb; member
234 (((struct rtl_priv *)(_priv))->dm.undecorated_smoothed_pwdb))