From 9037c2ccc69fe0ddfc2c8935b0da2efefc5aa639 Mon Sep 17 00:00:00 2001 From: Felix Fietkau 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 SVN-Revision: 31835 --- target/linux/generic/files/include/linux/rt2x00_platform.h | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/generic/files') diff --git a/target/linux/generic/files/include/linux/rt2x00_platform.h b/target/linux/generic/files/include/linux/rt2x00_platform.h index b4c7768739..e10377e21b 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