summaryrefslogtreecommitdiff
path: root/target/linux/ar71xx/files/include
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-01-02 18:54:33 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-01-02 18:54:33 +0000
commit6f35d8b5003904de6eb320bfeb833d89601c2dd0 (patch)
treec15bc537cfa2bb59583db041f07476b67f9bcdd6 /target/linux/ar71xx/files/include
parent5c95516f24aa49727daef42c42a6101626721a7b (diff)
downloadmtk-20170518-6f35d8b5003904de6eb320bfeb833d89601c2dd0.zip
mtk-20170518-6f35d8b5003904de6eb320bfeb833d89601c2dd0.tar.gz
mtk-20170518-6f35d8b5003904de6eb320bfeb833d89601c2dd0.tar.bz2
prepare for ath9k support
SVN-Revision: 13825
Diffstat (limited to 'target/linux/ar71xx/files/include')
-rw-r--r--target/linux/ar71xx/files/include/linux/ath9k_platform.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/target/linux/ar71xx/files/include/linux/ath9k_platform.h b/target/linux/ar71xx/files/include/linux/ath9k_platform.h
new file mode 100644
index 0000000..d769560
--- /dev/null
+++ b/target/linux/ar71xx/files/include/linux/ath9k_platform.h
@@ -0,0 +1,20 @@
+/*
+ * ath9k platform data defines
+ *
+ * Copyright (C) 2008 Gabor Juhos <juhosg@openwrt.org>
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License version 2 as published
+ * by the Free Software Foundation.
+ */
+
+#ifndef _LINUX_ATH9K_PLATFORM_H
+#define _LINUX_ATH9L_PLATFORM_H
+
+#define ATH9K_PLAT_EEP_MAX_WORDS 2048
+
+struct ath9k_platform_data {
+ u16 eeprom_data[ATH9K_PLAT_EEP_MAX_WORDS];
+};
+
+#endif /* _LINUX_ATH9K_PLATFORM_H */