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

View File

@ -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 "????";
}