Searched refs:undecorated_smoothed_pwdb (Results 1 - 7 of 7) sorted by relevance

/drivers/staging/rtl8192u/
H A Dr8192U_dm.c136 priv->undecorated_smoothed_pwdb = -1;
391 if(priv->undecorated_smoothed_pwdb >= (long)HighRSSIThreshForRA)
396 }else if(priv->undecorated_smoothed_pwdb >= (long)LowRSSIThreshForRA)
412 if(priv->undecorated_smoothed_pwdb < (long)(pra->ping_rssi_thresh_for_ra+5))
414 if((priv->undecorated_smoothed_pwdb < (long)pra->ping_rssi_thresh_for_ra) ||
485 if(priv->undecorated_smoothed_pwdb <= priv->ieee80211->bandwidth_auto_switch.threshold_40Mhzto20Mhz)
488 if(priv->undecorated_smoothed_pwdb >= priv->ieee80211->bandwidth_auto_switch.threshold_20Mhzto40Mhz)
2002 dm_digtable.rssi_val = priv->undecorated_smoothed_pwdb;
2036 if ((priv->undecorated_smoothed_pwdb > dm_digtable.rssi_low_thresh) &&
2037 (priv->undecorated_smoothed_pwdb < dm_digtabl
[all...]
H A Dr8192U_core.c2924 if (priv->undecorated_smoothed_pwdb >= (RateAdaptiveTH_High+5)) {
2926 } else if (priv->undecorated_smoothed_pwdb < (RateAdaptiveTH_High+5) &&
2927 ((priv->CurrentChannelBW != HT_CHANNEL_WIDTH_20 && priv->undecorated_smoothed_pwdb >= RateAdaptiveTH_Low_40M) ||
2928 (priv->CurrentChannelBW == HT_CHANNEL_WIDTH_20 && priv->undecorated_smoothed_pwdb >= RateAdaptiveTH_Low_20M))) {
2933 } else if (((priv->CurrentChannelBW != HT_CHANNEL_WIDTH_20 && priv->undecorated_smoothed_pwdb < RateAdaptiveTH_Low_40M) ||
2934 (priv->CurrentChannelBW == HT_CHANNEL_WIDTH_20 && priv->undecorated_smoothed_pwdb < RateAdaptiveTH_Low_20M)) &&
2935 priv->undecorated_smoothed_pwdb >= VeryLowRSSI) {
3822 if (priv->undecorated_smoothed_pwdb < 0) /* initialize */
3823 priv->undecorated_smoothed_pwdb = pprevious_stats->RxPWDBAll;
3824 if (pprevious_stats->RxPWDBAll > (u32)priv->undecorated_smoothed_pwdb) {
[all...]
H A Dr8192U.h1017 long undecorated_smoothed_pwdb; member in struct:r8192_priv
/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_dm.c143 priv->undecorated_smoothed_pwdb = -1;
318 if (priv->undecorated_smoothed_pwdb >= (long)HighRSSIThreshForRA) {
321 } else if (priv->undecorated_smoothed_pwdb >= (long)LowRSSIThreshForRA) {
330 if (priv->undecorated_smoothed_pwdb < (long)(pra->ping_rssi_thresh_for_ra+5)) {
331 if ((priv->undecorated_smoothed_pwdb < (long)pra->ping_rssi_thresh_for_ra) ||
385 if (priv->undecorated_smoothed_pwdb <=
389 if (priv->undecorated_smoothed_pwdb >=
1808 dm_digtable.rssi_val = priv->undecorated_smoothed_pwdb;
1838 if ((priv->undecorated_smoothed_pwdb > dm_digtable.rssi_low_thresh) &&
1839 (priv->undecorated_smoothed_pwdb < dm_digtabl
[all...]
H A Dr8192E_dev.c1798 if (priv->undecorated_smoothed_pwdb < 0)
1799 priv->undecorated_smoothed_pwdb = prev_st->RxPWDBAll;
1800 if (prev_st->RxPWDBAll > (u32)priv->undecorated_smoothed_pwdb) {
1801 priv->undecorated_smoothed_pwdb =
1802 (((priv->undecorated_smoothed_pwdb) *
1805 priv->undecorated_smoothed_pwdb =
1806 priv->undecorated_smoothed_pwdb + 1;
1808 priv->undecorated_smoothed_pwdb =
1809 (((priv->undecorated_smoothed_pwdb) *
2302 if (priv->undecorated_smoothed_pwdb >
[all...]
H A Drtl_core.h872 long undecorated_smoothed_pwdb; member in struct:r8192_priv
/drivers/net/wireless/rtlwifi/rtl8723be/
H A Ddm.h286 (((struct rtl_priv *)(_priv))->dm.undecorated_smoothed_pwdb))

Completed in 546 milliseconds