From 6cbaa952a34df75de114510209da97d2e72e71e2 Mon Sep 17 00:00:00 2001 From: Maxim Konovalov Date: Tue, 13 Jul 2010 16:16:41 +0000 Subject: [PATCH] o Correct path to include file. PR: docs/148545 Submitted by: Anton Shterenlikht MFC after: 1 week --- share/man/man4/ath.4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man4/ath.4 b/share/man/man4/ath.4 index 690516665f99..7579546175b5 100644 --- a/share/man/man4/ath.4 +++ b/share/man/man4/ath.4 @@ -198,7 +198,7 @@ ifconfig wlan0 create wlandev ath0 wlanmode tdma \e The Atheros Hardware Access Layer was unable to configure the hardware as requested. The status code is explained in the HAL include file -.Pa sys/contrib/dev/ath/ah.h . +.Pa sys/dev/ath/ath_hal/ah.h . .It "ath%d: failed to allocate descriptors: %d" The driver was unable to allocate contiguous memory for the transmit and receive descriptors. @@ -227,7 +227,7 @@ The driver will reset the hardware and continue. The Atheros Hardware Access Layer was unable to reset the hardware as requested. The status code is explained in the HAL include file -.Pa sys/contrib/dev/ath/ah.h . +.Pa sys/dev/ath/ath_hal/ah.h . This should not happen. .It "ath%d: unable to start recv logic" The driver was unable to restart frame reception.