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
+ */