lantiq: allow platforms with rt2x00 to override the mac address without overriding eeprom, fixes bogus wlan mac address on arv4520

SVN-Revision: 31835
This commit is contained in:
Felix Fietkau
2012-05-20 21:58:03 +00:00
parent 102640b4cf
commit 9037c2ccc6
5 changed files with 70 additions and 4 deletions

View File

@@ -14,6 +14,7 @@
struct rt2x00_platform_data {
char *eeprom_file_name;
const u8 *mac_address;
int disable_2ghz;
int disable_5ghz;