From 1f9f57c803d7852ffec08ba16e8b6c46a2d01e8c Mon Sep 17 00:00:00 2001 From: adrian Date: Thu, 26 May 2011 09:27:58 +0000 Subject: Add the AR9287 chip identification string. --- sys/dev/ath/ath_hal/ah.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/dev/ath/ath_hal/ah.c') diff --git a/sys/dev/ath/ath_hal/ah.c b/sys/dev/ath/ath_hal/ah.c index 13a59f1..e84f9b3 100644 --- a/sys/dev/ath/ath_hal/ah.c +++ b/sys/dev/ath/ath_hal/ah.c @@ -117,6 +117,8 @@ ath_hal_mac_name(struct ath_hal *ah) return "9280"; case AR_XSREV_VERSION_KITE: return "9285"; + case AR_XSREV_VERSION_KIWI: + return "9287"; } return "????"; } -- cgit v1.1