1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-25 11:37:56 +00:00

Add the AR9287 chip identification string.

This commit is contained in:
Adrian Chadd 2011-05-26 09:27:58 +00:00
parent 232a9d55fb
commit 90759dbed6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=222305

View File

@ -117,6 +117,8 @@ ath_hal_mac_name(struct ath_hal *ah)
return "9280"; return "9280";
case AR_XSREV_VERSION_KITE: case AR_XSREV_VERSION_KITE:
return "9285"; return "9285";
case AR_XSREV_VERSION_KIWI:
return "9287";
} }
return "????"; return "????";
} }