From c5cc3d96109aa5aba2600b159c8f52669285e9e3 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 5 Oct 2015 10:28:07 +0000 Subject: 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 SVN-Revision: 47128 --- .../linux/lantiq/patches-4.1/0028-NET-lantiq-various-etop-fixes.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/lantiq/patches-4.1/0028-NET-lantiq-various-etop-fixes.patch') 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 e0421e9..3301264 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 + int tx_irq; + int rx_irq; + -+ const void *mac; ++ unsigned char mac[6]; + int mii_mode; spinlock_t lock; -- cgit v1.1