Re: [PATCH v1 3/3] net: ethernet: add ag71xx driver

From: John Crispin
Date: Wed Apr 17 2019 - 03:46:32 EST



On 17/04/2019 08:22, Oleksij Rempel wrote:
index 000000000000..0e1374ddac63
--- /dev/null
+++ b/drivers/net/ethernet/atheros/ag71xx.c
@@ -0,0 +1,1971 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
+ * Atheros AR71xx built-in ethernet mac driver
+ *
+ * Copyright (C) 2019 Oleksij Rempel<o.rempel@xxxxxxxxxxxxxx>
+ * Copyright (C) 2008-2010 Gabor Juhos<juhosg@xxxxxxxxxxx>
+ * Copyright (C) 2008 Imre Kaloz<kaloz@xxxxxxxxxxx>
+ *

Hi,

I think this list needs to be extended by quite a bit. we should to a git log --follow inside the openwrt tree. a ton of people have done a lot of work on the codebase over the years.

ÂÂÂ John


+ * Based on Atheros' AG7100 driver
+ */