| H A D | ar9300_freebsd.c | 46 HAL_CAPABILITIES *pCap = &AH_PRIVATE(ah)->ah_caps; in ar9300SetChainMasks() 48 AH9300(ah)->ah_tx_chainmask = tx_chainmask & pCap->halTxChainMask; in ar9300SetChainMasks() 49 AH9300(ah)->ah_rx_chainmask = rx_chainmask & pCap->halRxChainMask; in ar9300SetChainMasks() 93 * For now we'll just go with the HAL default and make these no-ops. 121 * XXX TODO: read ar5416SetTsf64() - we should wait before we do in ar9300_freebsd_set_tsf64() 150 if ((rxs->rs_phyerr != HAL_PHYERR_RADAR) && in ar9300_freebsd_proc_radar_event() 151 (rxs->rs_phyerr != HAL_PHYERR_FALSE_RADAR_EXT)) { in ar9300_freebsd_proc_radar_event() 156 doDfsExtCh = AH_PRIVATE(ah)->ah_cap in ar9300_freebsd_proc_radar_event() 746 ar9300_freebsd_setup_tx_desc(struct ath_hal * ah,struct ath_desc * ds,u_int pktLen,u_int hdrLen,HAL_PKT_TYPE type,u_int txPower,u_int txRate0,u_int txTries0,u_int keyIx,u_int antMode,u_int flags,u_int rtsctsRate,u_int rtsCtsDuration,u_int compicvLen,u_int compivLen,u_int comp) ar9300_freebsd_setup_tx_desc() argument 845 ar9300_freebsd_setup_first_tx_desc(struct ath_hal * ah,struct ath_desc * ds,u_int aggrLen,u_int flags,u_int txPower,u_int txRate0,u_int txTries0,u_int antMode,u_int rtsctsRate,u_int rtsctsDuration) ar9300_freebsd_setup_first_tx_desc() argument 869 ar9300_freebsd_setup_11n_desc(struct ath_hal * ah,void * ds,u_int pktLen,HAL_PKT_TYPE type,u_int txPower,u_int keyIx,u_int flags) ar9300_freebsd_setup_11n_desc() argument [all...] |