lantiq: Change the data-type of mac address in ETOP driver
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 7 Jul 2015 13:44:12 +0000 (13:44 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 7 Jul 2015 13:44:12 +0000 (13:44 +0000)
Make it consistent with the net_device struct and the xrx200 driver

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46219 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/lantiq/patches-3.18/0028-NET-lantiq-various-etop-fixes.patch
target/linux/lantiq/patches-3.18/0035-owrt-lantiq-wifi-and-ethernet-eeprom-handling.patch

index 187e301..6a752f9 100644 (file)
@@ -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;
index 04c2071..094d16c 100644 (file)
@@ -590,15 +590,6 @@ Signed-off-by: John Crispin <blogic@openwrt.org>
 +device_initcall(of_ralink_eeprom_init);
 --- a/drivers/net/ethernet/lantiq_etop.c
 +++ b/drivers/net/ethernet/lantiq_etop.c
-@@ -161,7 +161,7 @@ struct ltq_etop_priv {
-       int tx_irq;
-       int rx_irq;
--      const void *mac;
-+      void *mac;
-       int mii_mode;
-       spinlock_t lock;
 @@ -840,7 +840,11 @@ ltq_etop_init(struct net_device *dev)
        if (err)
                goto err_hw;