From 6021644945f92e889a5e30bbbe636a6525ba1fc1 Mon Sep 17 00:00:00 2001 From: juhosg Date: Sat, 27 Oct 2012 08:55:36 +0000 Subject: generic: allow to disable [25]GHz support in ath9k via platform data Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33954 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/generic/files/include/linux/ath9k_platform.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target') diff --git a/target/linux/generic/files/include/linux/ath9k_platform.h b/target/linux/generic/files/include/linux/ath9k_platform.h index 15b913730..53b25d229 100644 --- a/target/linux/generic/files/include/linux/ath9k_platform.h +++ b/target/linux/generic/files/include/linux/ath9k_platform.h @@ -31,6 +31,9 @@ struct ath9k_platform_data { bool endian_check; bool is_clk_25mhz; + bool disable_2ghz; + bool disable_5ghz; + int (*get_mac_revision)(void); int (*external_reset)(void); -- cgit v1.2.3