From 6f35d8b5003904de6eb320bfeb833d89601c2dd0 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Fri, 2 Jan 2009 18:54:33 +0000 Subject: prepare for ath9k support SVN-Revision: 13825 --- .../ar71xx/files/include/linux/ath9k_platform.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 target/linux/ar71xx/files/include/linux/ath9k_platform.h (limited to 'target/linux/ar71xx/files/include') 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 + * + * 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 */ -- cgit v1.1