Searched refs:RATE_ADAPTIVE_TH_HIGH (Results 1 – 6 of 6) sorted by relevance
42 #define RATE_ADAPTIVE_TH_HIGH 50 macro
232 pra->high2low_rssi_thresh_for_ra = RATE_ADAPTIVE_TH_HIGH; in init_rate_adaptive()236 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
2020 if (priv->undecorated_smoothed_pwdb >= (RATE_ADAPTIVE_TH_HIGH + 5)) { in rtl92e_is_rx_stuck()2022 } else if ((priv->undecorated_smoothed_pwdb < (RATE_ADAPTIVE_TH_HIGH + 5)) in rtl92e_is_rx_stuck()
262 pra->high2low_rssi_thresh_for_ra = RATE_ADAPTIVE_TH_HIGH; in rtl92e_init_adaptive_rate()266 pra->high_rssi_thresh_for_ra = RATE_ADAPTIVE_TH_HIGH + 5; in rtl92e_init_adaptive_rate()
Completed in 22 milliseconds