diff options
author | adrian <adrian@FreeBSD.org> | 2011-05-26 09:27:58 +0000 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2011-05-26 09:27:58 +0000 |
commit | 1f9f57c803d7852ffec08ba16e8b6c46a2d01e8c (patch) | |
tree | 477f9fe4c780e009b49915b12cb2311750e38228 /sys/dev/ath/ath_hal/ah.c | |
parent | 7169c920dd8fd769194ffb2698c5a0e24e5b38c9 (diff) | |
download | FreeBSD-src-1f9f57c803d7852ffec08ba16e8b6c46a2d01e8c.zip FreeBSD-src-1f9f57c803d7852ffec08ba16e8b6c46a2d01e8c.tar.gz |
Add the AR9287 chip identification string.
Diffstat (limited to 'sys/dev/ath/ath_hal/ah.c')
-rw-r--r-- | sys/dev/ath/ath_hal/ah.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 "????"; } |