Home
last modified time | relevance | path

Searched refs:RateAdaptiveTH_Low_40M (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8192u/
Dr8192U_dm.h47 #define RateAdaptiveTH_Low_40M 10 macro
Dr8192U_dm.c247 pra->low2high_rssi_thresh_for_ra40M = RateAdaptiveTH_Low_40M+5; in init_rate_adaptive()
251 pra->low_rssi_thresh_for_ra40M = RateAdaptiveTH_Low_40M; in init_rate_adaptive()
Dr8192U_core.c2928 …ntChannelBW != HT_CHANNEL_WIDTH_20 && priv->undecorated_smoothed_pwdb >= RateAdaptiveTH_Low_40M) || in HalRxCheckStuck819xUsb()
2934 …entChannelBW != HT_CHANNEL_WIDTH_20 && priv->undecorated_smoothed_pwdb < RateAdaptiveTH_Low_40M) || in HalRxCheckStuck819xUsb()
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
Drtl_dm.h55 #define RateAdaptiveTH_Low_40M 10 macro
Dr8192E_dev.c2309 (priv->undecorated_smoothed_pwdb >= RateAdaptiveTH_Low_40M)) in rtl8192_HalRxCheckStuck()
2316 (priv->undecorated_smoothed_pwdb < RateAdaptiveTH_Low_40M)) || in rtl8192_HalRxCheckStuck()
Drtl_dm.c228 pra->low2high_rssi_thresh_for_ra40M = RateAdaptiveTH_Low_40M+5; in init_rate_adaptive()
232 pra->low_rssi_thresh_for_ra40M = RateAdaptiveTH_Low_40M; in init_rate_adaptive()