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:
parent
232a9d55fb
commit
90759dbed6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=222305
@ -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 "????";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user