Update chipset support list for ath_hal.

This adds "device ath_ar9300".

PR:		docs/180743
Reviewed by:	adrian
This commit is contained in:
pluknet 2013-07-22 19:21:28 +00:00
parent ba9cc3ab85
commit cf1e2854d2

View File

@ -28,7 +28,7 @@
.\"
.\" $FreeBSD$
.\"/
.Dd August 28, 2011
.Dd July 22, 2013
.Dt ATH_HAL 4
.Os
.Sh NAME
@ -56,11 +56,13 @@ or
.Cd "device ath_ar9280"
.Cd "device ath_ar9285"
.Cd "device ath_ar9287"
.Cd "device ath_ar9300"
.Cd "options AH_SUPPORT_AR5416"
.Sh DESCRIPTION
The hal provides hardware support for wireless network adapters based on
the Atheros AR5210, AR5211, AR5212, AR5213, AR2413, AR2417, AR2425,
AR5413, AR5416, AR5418, AR5424, AR9160, AR9220, AR9280, AR9285 and AR9287
AR5413, AR5416, AR5418, AR5424, AR9160, AR9220, AR9280, AR9285, AR9287,
AR9380, AR9390, AR9580, AR9590, AR9562 and QCA9565
chips (and companion RF/baseband parts).
This code is part of the
.Xr ath 4