mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
ar8216: support AR8316 rev 0 devices
SVN-Revision: 26776
This commit is contained in:
parent
cb0c1f9015
commit
2336d4b438
@ -141,6 +141,7 @@ ar8216_id_chip(struct ar8216_priv *priv)
|
||||
switch (id) {
|
||||
case 0x0101:
|
||||
return AR8216;
|
||||
case 0x1000:
|
||||
case 0x1001:
|
||||
return AR8316;
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user