Searched refs:RATE_ADAPTIVE_TH_HIGH (Results 1 – 6 of 6) sorted by relevance
42 #define RATE_ADAPTIVE_TH_HIGH 50 macro
202 pra->high2low_rssi_thresh_for_ra = RATE_ADAPTIVE_TH_HIGH; in init_rate_adaptive()206 pra->high_rssi_thresh_for_ra = RATE_ADAPTIVE_TH_HIGH + 5; in init_rate_adaptive()
2741 if (priv->undecorated_smoothed_pwdb >= (RATE_ADAPTIVE_TH_HIGH + 5)) { in HalRxCheckStuck819xUsb()2743 } else if (priv->undecorated_smoothed_pwdb < (RATE_ADAPTIVE_TH_HIGH + 5) && in HalRxCheckStuck819xUsb()
31 #define RATE_ADAPTIVE_TH_HIGH 50 macro
1928 if (priv->undecorated_smoothed_pwdb >= (RATE_ADAPTIVE_TH_HIGH + 5)) { in rtl92e_is_rx_stuck()1930 } else if ((priv->undecorated_smoothed_pwdb < (RATE_ADAPTIVE_TH_HIGH + 5)) in rtl92e_is_rx_stuck()
253 pra->high2low_rssi_thresh_for_ra = RATE_ADAPTIVE_TH_HIGH; in rtl92e_init_adaptive_rate()257 pra->high_rssi_thresh_for_ra = RATE_ADAPTIVE_TH_HIGH + 5; in rtl92e_init_adaptive_rate()