aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux
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
commit23fe7d4e4f141228f550ebb73d9f206f2207bdfe (patch)
tree71035955e3316c23993431b787701ea3e413c882 /target/linux
parentf7b644774fa7d6db2962e30f5e9d57c298b8669e (diff)
downloadmaster-187ad058-23fe7d4e4f141228f550ebb73d9f206f2207bdfe.tar.gz
master-187ad058-23fe7d4e4f141228f550ebb73d9f206f2207bdfe.tar.bz2
master-187ad058-23fe7d4e4f141228f550ebb73d9f206f2207bdfe.zip
mac80211: ath9k: allow to load EEPROM data via firmware API
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34606 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-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;