Lines Matching refs:snr

1016 		   bih->ch, bih->snr, bih->snr - 95, bih->bssid,  in ath6kl_wmi_bssinfo_event_rx()
1079 24 + len, (bih->snr - 95) * 100, in ath6kl_wmi_bssinfo_event_rx()
1534 s16 snr; in ath6kl_wmi_snr_threshold_event_rx() local
1543 snr = reply->snr; in ath6kl_wmi_snr_threshold_event_rx()
1554 if (snr < sq_thresh->upper_threshold[0]) { in ath6kl_wmi_snr_threshold_event_rx()
1557 snr); in ath6kl_wmi_snr_threshold_event_rx()
1558 } else if ((snr < sq_thresh->upper_threshold[1]) && in ath6kl_wmi_snr_threshold_event_rx()
1559 (snr >= sq_thresh->upper_threshold[0])) { in ath6kl_wmi_snr_threshold_event_rx()
1561 } else if ((snr < sq_thresh->upper_threshold[2]) && in ath6kl_wmi_snr_threshold_event_rx()
1562 (snr >= sq_thresh->upper_threshold[1])) { in ath6kl_wmi_snr_threshold_event_rx()
1564 } else if ((snr < sq_thresh->upper_threshold[3]) && in ath6kl_wmi_snr_threshold_event_rx()
1565 (snr >= sq_thresh->upper_threshold[2])) { in ath6kl_wmi_snr_threshold_event_rx()
1567 } else if (snr >= sq_thresh->upper_threshold[3]) { in ath6kl_wmi_snr_threshold_event_rx()
1572 if (snr > sq_thresh->lower_threshold[0]) { in ath6kl_wmi_snr_threshold_event_rx()
1576 } else if ((snr > sq_thresh->lower_threshold[1]) && in ath6kl_wmi_snr_threshold_event_rx()
1577 (snr <= sq_thresh->lower_threshold[0])) { in ath6kl_wmi_snr_threshold_event_rx()
1579 } else if ((snr > sq_thresh->lower_threshold[2]) && in ath6kl_wmi_snr_threshold_event_rx()
1580 (snr <= sq_thresh->lower_threshold[1])) { in ath6kl_wmi_snr_threshold_event_rx()
1582 } else if ((snr > sq_thresh->lower_threshold[3]) && in ath6kl_wmi_snr_threshold_event_rx()
1583 (snr <= sq_thresh->lower_threshold[2])) { in ath6kl_wmi_snr_threshold_event_rx()
1585 } else if (snr <= sq_thresh->lower_threshold[3]) { in ath6kl_wmi_snr_threshold_event_rx()
1591 lower_snr_threshold = ath6kl_wmi_get_lower_threshold(snr, sq_thresh, in ath6kl_wmi_snr_threshold_event_rx()
1593 upper_snr_threshold = ath6kl_wmi_get_upper_threshold(snr, sq_thresh, in ath6kl_wmi_snr_threshold_event_rx()
1604 snr, new_threshold, in ath6kl_wmi_snr_threshold_event_rx()