summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2012-01-24 06:07:05 +0000
committeradrian <adrian@FreeBSD.org>2012-01-24 06:07:05 +0000
commit4cdf3841edb40af030fe6adc180efb8852838141 (patch)
tree175060314bc3f85b16157515494c1d3ccf4b60ed
parent947cf51cc2fa80c60d1cd02b6dc12945caa17be4 (diff)
downloadFreeBSD-src-4cdf3841edb40af030fe6adc180efb8852838141.zip
FreeBSD-src-4cdf3841edb40af030fe6adc180efb8852838141.tar.gz
Add a missing HAL method macro. I'm using this as part of some personal
DFS radar stuff.
-rw-r--r--sys/dev/ath/if_athvar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ath/if_athvar.h b/sys/dev/ath/if_athvar.h
index 8491fe1..a5726ad 100644
--- a/sys/dev/ath/if_athvar.h
+++ b/sys/dev/ath/if_athvar.h
@@ -968,8 +968,9 @@ void ath_intr(void *);
((*(_ah)->ah_gpioGet)((_ah), (_gpio)))
#define ath_hal_gpiosetintr(_ah, _gpio, _b) \
((*(_ah)->ah_gpioSetIntr)((_ah), (_gpio), (_b)))
-
#define ath_hal_radar_wait(_ah, _chan) \
((*(_ah)->ah_radarWait)((_ah), (_chan)))
+#define ath_hal_get_chan_ext_busy(_ah) \
+ ((*(_ah)->ah_get11nExtBusy)((_ah)))
#endif /* _DEV_ATH_ATHVAR_H */
OpenPOWER on IntegriCloud