Searched refs:bb_pre_ed_rssi (Results 1 – 3 of 3) sorted by relevance
580 if (priv->bb_pre_ed_rssi <= 45) { in vnt_update_pre_ed_threshold()583 } else if (priv->bb_pre_ed_rssi <= 46) { in vnt_update_pre_ed_threshold()586 } else if (priv->bb_pre_ed_rssi <= 47) { in vnt_update_pre_ed_threshold()589 } else if (priv->bb_pre_ed_rssi <= 49) { in vnt_update_pre_ed_threshold()592 } else if (priv->bb_pre_ed_rssi <= 51) { in vnt_update_pre_ed_threshold()595 } else if (priv->bb_pre_ed_rssi <= 53) { in vnt_update_pre_ed_threshold()598 } else if (priv->bb_pre_ed_rssi <= 55) { in vnt_update_pre_ed_threshold()601 } else if (priv->bb_pre_ed_rssi <= 56) { in vnt_update_pre_ed_threshold()605 } else if (priv->bb_pre_ed_rssi <= 57) { in vnt_update_pre_ed_threshold()609 } else if (priv->bb_pre_ed_rssi <= 58) { in vnt_update_pre_ed_threshold()[all …]
147 priv->bb_pre_ed_rssi = (u8)-rx_dbm + 1; in vnt_rx_data()148 priv->current_rssi = priv->bb_pre_ed_rssi; in vnt_rx_data()
392 u8 bb_pre_ed_rssi; member