aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/patches-3.18/0028-NET-lantiq-various-etop-fixes.patch
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-07-07 13:44:12 +0000
committerJohn Crispin <john@openwrt.org>2015-07-07 13:44:12 +0000
commitfa9e259729b7d236d58ec2af82e699909d41ea4c (patch)
treeb2cb9a90b7122e5511074b0e77fceb1e1862d825 /target/linux/lantiq/patches-3.18/0028-NET-lantiq-various-etop-fixes.patch
parent4c8227539e608a0c118f0985b56f39a7ce979a76 (diff)
downloadupstream-fa9e259729b7d236d58ec2af82e699909d41ea4c.tar.gz
upstream-fa9e259729b7d236d58ec2af82e699909d41ea4c.tar.bz2
upstream-fa9e259729b7d236d58ec2af82e699909d41ea4c.zip
lantiq: Change the data-type of mac address in ETOP driver
Make it consistent with the net_device struct and the xrx200 driver Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> SVN-Revision: 46219
Diffstat (limited to 'target/linux/lantiq/patches-3.18/0028-NET-lantiq-various-etop-fixes.patch')
-rw-r--r--target/linux/lantiq/patches-3.18/0028-NET-lantiq-various-etop-fixes.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/patches-3.18/0028-NET-lantiq-various-etop-fixes.patch b/target/linux/lantiq/patches-3.18/0028-NET-lantiq-various-etop-fixes.patch
index 187e301ed2..6a752f9725 100644
--- a/target/linux/lantiq/patches-3.18/0028-NET-lantiq-various-etop-fixes.patch
+++ b/target/linux/lantiq/patches-3.18/0028-NET-lantiq-various-etop-fixes.patch
@@ -170,7 +170,7 @@ Signed-off-by: John Crispin <blogic@openwrt.org>
+ int tx_irq;
+ int rx_irq;
+
-+ const void *mac;
++ unsigned char mac[6];
+ int mii_mode;
spinlock_t lock;