aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath/ath_hal/ar5211/ar5211_misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ath/ath_hal/ar5211/ar5211_misc.c')
-rw-r--r--sys/dev/ath/ath_hal/ar5211/ar5211_misc.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/dev/ath/ath_hal/ar5211/ar5211_misc.c b/sys/dev/ath/ath_hal/ar5211/ar5211_misc.c
index a1a596763416..bcb544bb1af3 100644
--- a/sys/dev/ath/ath_hal/ar5211/ar5211_misc.c
+++ b/sys/dev/ath/ath_hal/ar5211/ar5211_misc.c
@@ -554,6 +554,13 @@ ar5211SetCoverageClass(struct ath_hal *ah, uint8_t coverageclass, int now)
{
}
+HAL_STATUS
+ar5211SetQuiet(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
*/