summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/include/linux/ath9k_platform.h
blob: 3c220120283c0c97694a2bc03d21d8caaf0b70c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
 * 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];
	u8 *macaddr;

	unsigned long quirk_wndr3700:1;
};

#endif /* _LINUX_ATH9K_PLATFORM_H */