diff options
| author | Rebecca Cran <bcran@FreeBSD.org> | 2020-03-18 03:14:17 +0000 |
|---|---|---|
| committer | Rebecca Cran <bcran@FreeBSD.org> | 2020-03-18 03:14:17 +0000 |
| commit | 7e03a82b6346bd426ba80287d73a5faeab61154a (patch) | |
| tree | 35e95c04d656aecd58dcff6b30626337d620bae3 /sys/dev/ath | |
| parent | 3069380898fb5454d1dad52bf012b3590c979b08 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ath')
| -rw-r--r-- | sys/dev/ath/ath_hal/ah_regdomain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ath/ath_hal/ah_regdomain.c b/sys/dev/ath/ath_hal/ah_regdomain.c index 77bf417c2e41..2901b6960382 100644 --- a/sys/dev/ath/ath_hal/ah_regdomain.c +++ b/sys/dev/ath/ath_hal/ah_regdomain.c @@ -695,7 +695,7 @@ getchannels(struct ath_hal *ah, else if (cm->flags & IEEE80211_CHAN_2GHZ) rd = rd2GHz; else { - ath_hal_printf(ah, "%s: Unkonwn HAL flags 0x%x\n", + ath_hal_printf(ah, "%s: Unknown HAL flags 0x%x\n", __func__, cm->flags); return HAL_EINVAL; } |
