summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/patches-4.1/0028-NET-lantiq-various-etop-fixes.patch
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-10-05 10:28:07 +0000
committerJohn Crispin <john@openwrt.org>2015-10-05 10:28:07 +0000
commitc5cc3d96109aa5aba2600b159c8f52669285e9e3 (patch)
tree8fd63b1d97f533d5713f486e147c3eef304d8a1a /target/linux/lantiq/patches-4.1/0028-NET-lantiq-various-etop-fixes.patch
parentcea7c66ef873f1f5912aa2ea3305acf8ac61f6f4 (diff)
downloadmaster-31e0f0ae-c5cc3d96109aa5aba2600b159c8f52669285e9e3.tar.gz
master-31e0f0ae-c5cc3d96109aa5aba2600b159c8f52669285e9e3.tar.bz2
master-31e0f0ae-c5cc3d96109aa5aba2600b159c8f52669285e9e3.zip
lantiq: Change the data-type of mac address in ETOP driver
This adds the changes from r46219 to the linux 4.1 patches as well. Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> SVN-Revision: 47128
Diffstat (limited to 'target/linux/lantiq/patches-4.1/0028-NET-lantiq-various-etop-fixes.patch')
-rw-r--r--target/linux/lantiq/patches-4.1/0028-NET-lantiq-various-etop-fixes.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/patches-4.1/0028-NET-lantiq-various-etop-fixes.patch b/target/linux/lantiq/patches-4.1/0028-NET-lantiq-various-etop-fixes.patch
index e0421e98a8..3301264a17 100644
--- a/target/linux/lantiq/patches-4.1/0028-NET-lantiq-various-etop-fixes.patch
+++ b/target/linux/lantiq/patches-4.1/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;