openwrtv3/target/linux/ar71xx/files/include/linux/ath9k_platform.h
Gabor Juhos 0f1b173e9b fix a typo in ath9k_platform.h
SVN-Revision: 16643
2009-07-01 19:28:44 +00:00

20 lines
505 B
C

/*
* 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_ATH9K_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 */