Searched refs:bb_pre_ed_rssi (Results 1 – 3 of 3) sorted by relevance
581 if (priv->bb_pre_ed_rssi <= 45) { in vnt_update_pre_ed_threshold()584 } else if (priv->bb_pre_ed_rssi <= 46) { in vnt_update_pre_ed_threshold()587 } else if (priv->bb_pre_ed_rssi <= 47) { in vnt_update_pre_ed_threshold()590 } else if (priv->bb_pre_ed_rssi <= 49) { in vnt_update_pre_ed_threshold()593 } else if (priv->bb_pre_ed_rssi <= 51) { in vnt_update_pre_ed_threshold()596 } else if (priv->bb_pre_ed_rssi <= 53) { in vnt_update_pre_ed_threshold()599 } else if (priv->bb_pre_ed_rssi <= 55) { in vnt_update_pre_ed_threshold()602 } else if (priv->bb_pre_ed_rssi <= 56) { in vnt_update_pre_ed_threshold()606 } else if (priv->bb_pre_ed_rssi <= 57) { in vnt_update_pre_ed_threshold()610 } 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()
389 u8 bb_pre_ed_rssi; member