Searched refs:ATH_DEBUG_DIVERSITY (Results 1 – 2 of 2) sorted by relevance
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ |
H A D | if_ath_lna_div.c | 727 DPRINTF(sc, ATH_DEBUG_DIVERSITY, in ath_lna_rx_comb_scan() 782 DPRINTF(sc, ATH_DEBUG_DIVERSITY, in ath_lna_rx_comb_scan() 982 DPRINTF(sc, ATH_DEBUG_DIVERSITY, "%s: total_pkt_count=%d\n", in ath_lna_rx_comb_scan() 985 DPRINTF(sc, ATH_DEBUG_DIVERSITY, "%s: main_total_rssi=%d\n", in ath_lna_rx_comb_scan() 987 DPRINTF(sc, ATH_DEBUG_DIVERSITY, "%s: alt_total_rssi=%d\n", in ath_lna_rx_comb_scan() 990 DPRINTF(sc, ATH_DEBUG_DIVERSITY, "%s: main_rssi_avg=%d\n", in ath_lna_rx_comb_scan() 992 DPRINTF(sc, ATH_DEBUG_DIVERSITY, "%s: alt_alt_rssi_avg=%d\n", in ath_lna_rx_comb_scan() 995 DPRINTF(sc, ATH_DEBUG_DIVERSITY, "%s: main_recv_cnt=%d\n", in ath_lna_rx_comb_scan() 997 DPRINTF(sc, ATH_DEBUG_DIVERSITY, "%s: alt_recv_cnt=%d\n", in ath_lna_rx_comb_scan() 1001 DPRINTF(sc, ATH_DEBUG_DIVERSITY, "%s: lna_conf: %x -> %x\n", in ath_lna_rx_comb_scan() [all …]
|
H A D | if_ath_debug.h | 70 ATH_DEBUG_DIVERSITY = 0x1000000000ULL, /* Diversity logic */ enumerator
|