ar71xx/mac80211: add a workaround for the bad signal strength on the WNDR3700
[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 u8 *macaddr;
19
20 unsigned long quirk_wndr3700:1;
21 };
22
23 #endif /* _LINUX_ATH9K_PLATFORM_H */