From fb17c4e710a6c4fc576bedb96f4c26bc8c54ab67 Mon Sep 17 00:00:00 2001 From: nbd Date: Sun, 20 May 2012 21:58:03 +0000 Subject: lantiq: allow platforms with rt2x00 to override the mac address without overriding eeprom, fixes bogus wlan mac address on arv4520 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31835 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/generic/files/include/linux/rt2x00_platform.h | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/generic') diff --git a/target/linux/generic/files/include/linux/rt2x00_platform.h b/target/linux/generic/files/include/linux/rt2x00_platform.h index b4c776873..e10377e21 100644 --- a/target/linux/generic/files/include/linux/rt2x00_platform.h +++ b/target/linux/generic/files/include/linux/rt2x00_platform.h @@ -14,6 +14,7 @@ struct rt2x00_platform_data { char *eeprom_file_name; + const u8 *mac_address; int disable_2ghz; int disable_5ghz; -- cgit v1.2.3