summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2009-02-13 01:50:04 +0000
committersam <sam@FreeBSD.org>2009-02-13 01:50:04 +0000
commitd59038e2abac98116b036b57ee2fc801fa698247 (patch)
treea9763b2893cf27478665489769c9a6ddee72f94d /sys
parent618fc50d6bd7c81079f286902150004255af6323 (diff)
downloadFreeBSD-src-d59038e2abac98116b036b57ee2fc801fa698247.zip
FreeBSD-src-d59038e2abac98116b036b57ee2fc801fa698247.tar.gz
Recognize AR5212_AR2317_REV2 in ar5312Probe()
Submitted by: Pavel Roskin <proski@gnu.org>
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ath/ath_hal/ar5312/ar5312_attach.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ath/ath_hal/ar5312/ar5312_attach.c b/sys/dev/ath/ath_hal/ar5312/ar5312_attach.c
index e38c50c..4af2d89 100644
--- a/sys/dev/ath/ath_hal/ar5312/ar5312_attach.c
+++ b/sys/dev/ath/ath_hal/ar5312/ar5312_attach.c
@@ -321,6 +321,7 @@ ar5312Probe(uint16_t vendorid, uint16_t devid)
case AR5212_AR2315_REV7:
return "Atheros 2315 WiSoC";
case AR5212_AR2317_REV1:
+ case AR5212_AR2317_REV2:
return "Atheros 2317 WiSoC";
case AR5212_AR2413:
return "Atheros 2413";
OpenPOWER on IntegriCloud