Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8192u/
Dr8192U_dm.h46 #define RateAdaptiveTH_Low_20M 30 macro
Dr8192U_dm.c246 pra->low2high_rssi_thresh_for_ra20M = RateAdaptiveTH_Low_20M+5; in init_rate_adaptive()
250 pra->low_rssi_thresh_for_ra20M = RateAdaptiveTH_Low_20M; in init_rate_adaptive()
Dr8192U_core.c2929 …tChannelBW == HT_CHANNEL_WIDTH_20 && priv->undecorated_smoothed_pwdb >= RateAdaptiveTH_Low_20M))) { in HalRxCheckStuck819xUsb()
2935 …ntChannelBW == HT_CHANNEL_WIDTH_20 && priv->undecorated_smoothed_pwdb < RateAdaptiveTH_Low_20M)) && in HalRxCheckStuck819xUsb()
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
Drtl_dm.h54 #define RateAdaptiveTH_Low_20M 30 macro
Dr8192E_dev.c2311 (priv->undecorated_smoothed_pwdb >= RateAdaptiveTH_Low_20M)))) { in rtl8192_HalRxCheckStuck()
2318 (priv->undecorated_smoothed_pwdb < RateAdaptiveTH_Low_20M))) && in rtl8192_HalRxCheckStuck()
Drtl_dm.c227 pra->low2high_rssi_thresh_for_ra20M = RateAdaptiveTH_Low_20M+5; in init_rate_adaptive()
231 pra->low_rssi_thresh_for_ra20M = RateAdaptiveTH_Low_20M; in init_rate_adaptive()