diff options
| author | Adrian Chadd <adrian@FreeBSD.org> | 2017-01-24 22:52:09 +0000 |
|---|---|---|
| committer | Adrian Chadd <adrian@FreeBSD.org> | 2017-01-24 22:52:09 +0000 |
| commit | 3557b26a4be0f780d4860270fb826745f4be7e4e (patch) | |
| tree | 534fbf46d2f5b4e58aee26d7ccad02b20a83a578 /sys | |
| parent | 77ebe276ba7a6c119e785e32ef51d933f975af47 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/ath/ath_hal/ah.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/ath/ath_hal/ah.c b/sys/dev/ath/ath_hal/ah.c index 5e50ad0e563d..6f2cced72a83 100644 --- a/sys/dev/ath/ath_hal/ah.c +++ b/sys/dev/ath/ath_hal/ah.c @@ -1415,6 +1415,9 @@ ath_hal_setcca(struct ath_hal *ah, int ena) /* * Get CCA setting. + * + * XXX TODO: turn this and the above function into methods + * in case there are chipset differences in handling CCA. */ int ath_hal_getcca(struct ath_hal *ah) |
