Searched refs:doDfsExtCh (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_radar.c238 HAL_BOOL doDfsExtCh; local
257 doDfsExtCh = AH_PRIVATE(ah)->ah_caps.halExtChanDfsSupport;
269 /* Set this; but only use it if doDfsExtCh is set */
282 if (doDfsExtCh) {
317 if (doDfsExtCh && pulse_bw_info == 0x0)
324 if (doDfsExtCh) {
393 if (doDfsExtCh && !doDfsEnhanced) {
/freebsd-12-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_freebsd.c121 HAL_BOOL doDfsExtCh; local
140 doDfsExtCh = AH_PRIVATE(ah)->ah_caps.halExtChanDfsSupport;
152 /* Set this; but only use it if doDfsExtCh is set */
165 if (doDfsExtCh) {
200 if (doDfsExtCh && pulse_bw_info == 0x0)
207 if (doDfsExtCh) {
276 if (doDfsExtCh && !doDfsEnhanced) {

Completed in 105 milliseconds