Searched refs:HAL_DEBUG_DIVERSITY (Results 1 – 2 of 2) sorted by relevance
| /freebsd-9-stable/sys/dev/ath/ath_hal/ar9002/ |
| D | ar9285_diversity.c | 379 …HALDEBUG(ah, HAL_DEBUG_DIVERSITY, "%s: RSSI %d/%d, conf %x/%x, rxconf %x, LNA: %d; ANT: %d; FastDi… in ar9285_ant_comb_scan() 391 HALDEBUG(ah, HAL_DEBUG_DIVERSITY, "%s: main: %d, alt: %d, rx_ant_conf: %x, main_ant_conf: %x\n", in ar9285_ant_comb_scan() 603 HALDEBUG(ah, HAL_DEBUG_DIVERSITY, "%s: total_pkt_count=%d\n", in ar9285_ant_comb_scan() 606 HALDEBUG(ah, HAL_DEBUG_DIVERSITY, "%s: main_total_rssi=%d\n", in ar9285_ant_comb_scan() 608 HALDEBUG(ah, HAL_DEBUG_DIVERSITY, "%s: alt_total_rssi=%d\n", in ar9285_ant_comb_scan() 611 HALDEBUG(ah, HAL_DEBUG_DIVERSITY, "%s: main_rssi_avg=%d\n", in ar9285_ant_comb_scan() 613 HALDEBUG(ah, HAL_DEBUG_DIVERSITY, "%s: alt_alt_rssi_avg=%d\n", in ar9285_ant_comb_scan() 616 HALDEBUG(ah, HAL_DEBUG_DIVERSITY, "%s: main_recv_cnt=%d\n", in ar9285_ant_comb_scan() 618 HALDEBUG(ah, HAL_DEBUG_DIVERSITY, "%s: alt_recv_cnt=%d\n", in ar9285_ant_comb_scan() 622 HALDEBUG(ah, HAL_DEBUG_DIVERSITY, "%s: lna_conf: %x -> %x\n", in ar9285_ant_comb_scan() [all …]
|
| /freebsd-9-stable/sys/dev/ath/ath_hal/ |
| D | ah_debug.h | 47 HAL_DEBUG_DIVERSITY = 0x00100000, /* diversity debugging */ enumerator
|