prepare for ath9k support

SVN-Revision: 13825
This commit is contained in:
Gabor Juhos
2009-01-02 18:54:33 +00:00
parent 5c95516f24
commit 6f35d8b500
2 changed files with 37 additions and 0 deletions

View File

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