diff options
Diffstat (limited to 'sys/dev/ath/ath_hal/ar5210/ar5210_misc.c')
| -rw-r--r-- | sys/dev/ath/ath_hal/ar5210/ar5210_misc.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/dev/ath/ath_hal/ar5210/ar5210_misc.c b/sys/dev/ath/ath_hal/ar5210/ar5210_misc.c index 5eaa18e1d7d0..207a20540c8e 100644 --- a/sys/dev/ath/ath_hal/ar5210/ar5210_misc.c +++ b/sys/dev/ath/ath_hal/ar5210/ar5210_misc.c @@ -552,6 +552,13 @@ ar5210SetCoverageClass(struct ath_hal *ah, uint8_t coverageclass, int now) { } +HAL_STATUS +ar5210SetQuiet(struct ath_hal *ah, uint32_t period, uint32_t duration, + uint32_t next_start, HAL_QUIET_FLAG flags) +{ + return HAL_OK; +} + /* * Control Adaptive Noise Immunity Parameters */ |
