summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-12-10 15:46:15 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-12-10 15:46:15 +0000
commitdfd718d13d5351916325ff7464af88e617804cd4 (patch)
tree52b00e15e7911ad17b78bc4c7bfb7a869cdb034f /target
parent0739a2bb9cda89eb9c17088a3f1c7e9edf5b69c2 (diff)
downloadmaster-31e0f0ae-dfd718d13d5351916325ff7464af88e617804cd4.tar.gz
master-31e0f0ae-dfd718d13d5351916325ff7464af88e617804cd4.tar.bz2
master-31e0f0ae-dfd718d13d5351916325ff7464af88e617804cd4.zip
mac80211: ath9k: allow to load EEPROM data via firmware API
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34606
Diffstat (limited to 'target')
-rw-r--r--target/linux/generic/files/include/linux/ath9k_platform.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/generic/files/include/linux/ath9k_platform.h b/target/linux/generic/files/include/linux/ath9k_platform.h
index 53b25d2296..a0b7531fdb 100644
--- a/target/linux/generic/files/include/linux/ath9k_platform.h
+++ b/target/linux/generic/files/include/linux/ath9k_platform.h
@@ -22,6 +22,8 @@
#define ATH9K_PLAT_EEP_MAX_WORDS 2048
struct ath9k_platform_data {
+ const char *eeprom_name;
+
u16 eeprom_data[ATH9K_PLAT_EEP_MAX_WORDS];
u8 *macaddr;