mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-26 11:47:31 +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";
|
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 "????";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user