From a4f7ec0929fb8c96faf3395ba8458801b335d2c3 Mon Sep 17 00:00:00 2001 From: Sam Leffler Date: Fri, 13 Feb 2009 01:50:04 +0000 Subject: [PATCH] Recognize AR5212_AR2317_REV2 in ar5312Probe() Submitted by: Pavel Roskin --- sys/dev/ath/ath_hal/ar5312/ar5312_attach.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/ath/ath_hal/ar5312/ar5312_attach.c b/sys/dev/ath/ath_hal/ar5312/ar5312_attach.c index e38c50c172b9..4af2d8951f13 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";