Searched refs:undecorated_smoothed_pwdb (Results 1 – 7 of 7) sorted by relevance
130 priv->undecorated_smoothed_pwdb = -1; in init_hal_dm()363 if (priv->undecorated_smoothed_pwdb >= (long)HighRSSIThreshForRA) { in dm_check_rate_adaptive()367 } else if (priv->undecorated_smoothed_pwdb >= (long)LowRSSIThreshForRA) { in dm_check_rate_adaptive()380 if (priv->undecorated_smoothed_pwdb < (long)(pra->ping_rssi_thresh_for_ra+5)) { in dm_check_rate_adaptive()381 if ((priv->undecorated_smoothed_pwdb < (long)pra->ping_rssi_thresh_for_ra) || in dm_check_rate_adaptive()442 …if (priv->undecorated_smoothed_pwdb <= priv->ieee80211->bandwidth_auto_switch.threshold_40Mhzto20M… in dm_bandwidth_autoswitch()445 …if (priv->undecorated_smoothed_pwdb >= priv->ieee80211->bandwidth_auto_switch.threshold_20Mhzto40M… in dm_bandwidth_autoswitch()1777 dm_digtable.rssi_val = priv->undecorated_smoothed_pwdb; in dm_ctrl_initgain_byrssi_by_driverrssi()1810 if ((priv->undecorated_smoothed_pwdb > dm_digtable.rssi_low_thresh) && in dm_ctrl_initgain_byrssi_by_fwfalse_alarm()1811 (priv->undecorated_smoothed_pwdb < dm_digtable.rssi_high_thresh)) in dm_ctrl_initgain_byrssi_by_fwfalse_alarm()[all …]
2925 if (priv->undecorated_smoothed_pwdb >= (RateAdaptiveTH_High+5)) { in HalRxCheckStuck819xUsb()2927 } else if (priv->undecorated_smoothed_pwdb < (RateAdaptiveTH_High+5) && in HalRxCheckStuck819xUsb()2928 …((priv->CurrentChannelBW != HT_CHANNEL_WIDTH_20 && priv->undecorated_smoothed_pwdb >= RateAdaptive… in HalRxCheckStuck819xUsb()2929 …(priv->CurrentChannelBW == HT_CHANNEL_WIDTH_20 && priv->undecorated_smoothed_pwdb >= RateAdaptiveT… 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 < RateAdaptiveTH… in HalRxCheckStuck819xUsb()2936 priv->undecorated_smoothed_pwdb >= VeryLowRSSI) { in HalRxCheckStuck819xUsb()3823 if (priv->undecorated_smoothed_pwdb < 0) /* initialize */ in rtl8192_process_phyinfo()3824 priv->undecorated_smoothed_pwdb = pprevious_stats->RxPWDBAll; in rtl8192_process_phyinfo()3825 if (pprevious_stats->RxPWDBAll > (u32)priv->undecorated_smoothed_pwdb) { in rtl8192_process_phyinfo()[all …]
1015 long undecorated_smoothed_pwdb; member
143 priv->undecorated_smoothed_pwdb = -1; in init_hal_dm()318 if (priv->undecorated_smoothed_pwdb >= (long)HighRSSIThreshForRA) { in dm_check_rate_adaptive()321 } else if (priv->undecorated_smoothed_pwdb >= (long)LowRSSIThreshForRA) { in dm_check_rate_adaptive()330 if (priv->undecorated_smoothed_pwdb < (long)(pra->ping_rssi_thresh_for_ra+5)) { in dm_check_rate_adaptive()331 if ((priv->undecorated_smoothed_pwdb < (long)pra->ping_rssi_thresh_for_ra) || in dm_check_rate_adaptive()384 if (priv->undecorated_smoothed_pwdb <= in dm_bandwidth_autoswitch()388 if (priv->undecorated_smoothed_pwdb >= in dm_bandwidth_autoswitch()1794 dm_digtable.rssi_val = priv->undecorated_smoothed_pwdb; in dm_ctrl_initgain_byrssi_by_driverrssi()1824 if ((priv->undecorated_smoothed_pwdb > dm_digtable.rssi_low_thresh) && in dm_ctrl_initgain_byrssi_by_fwfalse_alarm()1825 (priv->undecorated_smoothed_pwdb < dm_digtable.rssi_high_thresh)) in dm_ctrl_initgain_byrssi_by_fwfalse_alarm()[all …]
1804 if (priv->undecorated_smoothed_pwdb < 0) in rtl8192_process_phyinfo()1805 priv->undecorated_smoothed_pwdb = prev_st->RxPWDBAll; in rtl8192_process_phyinfo()1806 if (prev_st->RxPWDBAll > (u32)priv->undecorated_smoothed_pwdb) { in rtl8192_process_phyinfo()1807 priv->undecorated_smoothed_pwdb = in rtl8192_process_phyinfo()1808 (((priv->undecorated_smoothed_pwdb) * in rtl8192_process_phyinfo()1811 priv->undecorated_smoothed_pwdb = in rtl8192_process_phyinfo()1812 priv->undecorated_smoothed_pwdb + 1; in rtl8192_process_phyinfo()1814 priv->undecorated_smoothed_pwdb = in rtl8192_process_phyinfo()1815 (((priv->undecorated_smoothed_pwdb) * in rtl8192_process_phyinfo()2305 if (priv->undecorated_smoothed_pwdb >= (RateAdaptiveTH_High+5)) { in rtl8192_HalRxCheckStuck()[all …]
866 long undecorated_smoothed_pwdb; member
253 (((struct rtl_priv *)(_priv))->dm.undecorated_smoothed_pwdb))