From 2396e62b91092e201a563fb0246990623491aded Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 14 Jul 2014 07:38:39 +0000 Subject: [PATCH] ar8216: add new phyid 0x004dd043 (ar8326) Used in ubiquity nanostation xw boards SVN-Revision: 41635 --- target/linux/generic/files/drivers/net/phy/ar8216.c | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/generic/files/drivers/net/phy/ar8216.c b/target/linux/generic/files/drivers/net/phy/ar8216.c index fe0ddb9b1b..3846159e04 100644 --- a/target/linux/generic/files/drivers/net/phy/ar8216.c +++ b/target/linux/generic/files/drivers/net/phy/ar8216.c @@ -2800,6 +2800,7 @@ static const u32 ar8xxx_phy_ids[] = { 0x004dd036, /* AR8337 */ 0x004dd041, 0x004dd042, + 0x004dd043, /* AR8236 */ }; static bool -- 2.30.2