Searched refs:LowRSSIThreshForRA (Results 1 – 4 of 4) sorted by relevance
482 u8 LowRSSIThreshForRA = pRA->LowRSSIThresh; in ODM_RAStateCheck() local499 LowRSSIThreshForRA += GoUpGap; in ODM_RAStateCheck()511 else if (RSSI > LowRSSIThreshForRA) in ODM_RAStateCheck()
768 u8 LowRSSIThreshForRA = pRA->LowRSSIThresh; in ODM_RAStateCheck() local783 LowRSSIThreshForRA += GoUpGap; in ODM_RAStateCheck()792 else if (RSSI > LowRSSIThreshForRA) in ODM_RAStateCheck()
331 u32 LowRSSIThreshForRA = 0, HighRSSIThreshForRA = 0; in _rtl92e_dm_check_rate_adaptive() local378 LowRSSIThreshForRA = (priv->CurrentChannelBW != HT_CHANNEL_WIDTH_20) ? in _rtl92e_dm_check_rate_adaptive()382 LowRSSIThreshForRA = (priv->CurrentChannelBW != HT_CHANNEL_WIDTH_20) ? in _rtl92e_dm_check_rate_adaptive()386 LowRSSIThreshForRA = (priv->CurrentChannelBW != HT_CHANNEL_WIDTH_20) ? in _rtl92e_dm_check_rate_adaptive()395 (long)LowRSSIThreshForRA) { in _rtl92e_dm_check_rate_adaptive()
289 u32 LowRSSIThreshForRA = 0, HighRSSIThreshForRA = 0; in dm_check_rate_adaptive() local342 LowRSSIThreshForRA = (priv->CurrentChannelBW != HT_CHANNEL_WIDTH_20) ? in dm_check_rate_adaptive()346 LowRSSIThreshForRA = (priv->CurrentChannelBW != HT_CHANNEL_WIDTH_20) ? in dm_check_rate_adaptive()350 LowRSSIThreshForRA = (priv->CurrentChannelBW != HT_CHANNEL_WIDTH_20) ? in dm_check_rate_adaptive()359 } else if (priv->undecorated_smoothed_pwdb >= (long)LowRSSIThreshForRA) { in dm_check_rate_adaptive()
Completed in 14 milliseconds