diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-05-20 21:58:03 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-05-20 21:58:03 +0000 |
commit | 9037c2ccc69fe0ddfc2c8935b0da2efefc5aa639 (patch) | |
tree | 0997bd57c2ab17dbf774b6b9428b6159205e3c51 /target/linux/generic/files | |
parent | 102640b4cfe6cea0f69ad7280176ed863c4ec3b7 (diff) | |
download | upstream-9037c2ccc69fe0ddfc2c8935b0da2efefc5aa639.tar.gz upstream-9037c2ccc69fe0ddfc2c8935b0da2efefc5aa639.tar.bz2 upstream-9037c2ccc69fe0ddfc2c8935b0da2efefc5aa639.zip |
lantiq: allow platforms with rt2x00 to override the mac address without overriding eeprom, fixes bogus wlan mac address on arv4520
SVN-Revision: 31835
Diffstat (limited to 'target/linux/generic/files')
-rw-r--r-- | target/linux/generic/files/include/linux/rt2x00_platform.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |