[ar71xx] fix a typo in ath9k_platform.h
[openwrt/svn-archive/archive.git] / target / linux / ar71xx / files / include / linux / ath9k_platform.h
1 /*
2 * ath9k platform data defines
3 *
4 * Copyright (C) 2008 Gabor Juhos <juhosg@openwrt.org>
5 *
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License version 2 as published
8 * by the Free Software Foundation.
9 */
10
11 #ifndef _LINUX_ATH9K_PLATFORM_H
12 #define _LINUX_ATH9K_PLATFORM_H
13
14 #define ATH9K_PLAT_EEP_MAX_WORDS 2048
15
16 struct ath9k_platform_data {
17 u16 eeprom_data[ATH9K_PLAT_EEP_MAX_WORDS];
18 };
19
20 #endif /* _LINUX_ATH9K_PLATFORM_H */