diff options
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.patch | 2 |
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; |