Searched refs:bb_pre_ed_rssi (Results 1 – 3 of 3) sorted by relevance
614 if (priv->bb_pre_ed_rssi <= 45) { in vnt_update_pre_ed_threshold()617 } else if (priv->bb_pre_ed_rssi <= 46) { in vnt_update_pre_ed_threshold()620 } else if (priv->bb_pre_ed_rssi <= 47) { in vnt_update_pre_ed_threshold()623 } else if (priv->bb_pre_ed_rssi <= 49) { in vnt_update_pre_ed_threshold()626 } else if (priv->bb_pre_ed_rssi <= 51) { in vnt_update_pre_ed_threshold()629 } else if (priv->bb_pre_ed_rssi <= 53) { in vnt_update_pre_ed_threshold()632 } else if (priv->bb_pre_ed_rssi <= 55) { in vnt_update_pre_ed_threshold()635 } else if (priv->bb_pre_ed_rssi <= 56) { in vnt_update_pre_ed_threshold()639 } else if (priv->bb_pre_ed_rssi <= 57) { in vnt_update_pre_ed_threshold()643 } else if (priv->bb_pre_ed_rssi <= 58) { in vnt_update_pre_ed_threshold()[all …]
133 priv->bb_pre_ed_rssi = (u8)rx_dbm + 1; in vnt_rx_data()134 priv->current_rssi = priv->bb_pre_ed_rssi; in vnt_rx_data()
376 u8 bb_pre_ed_rssi; member