From 6c1fbb2d5cd6b2b3f583611cc7cf2f567bec3eb5 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Tue, 20 Nov 2012 07:19:09 +0000 Subject: mac80211/rt2x00: add rf_vals for Rt3352 with Xtal=20MHz [juhosg: move ramips specific stuff into a followup patch] Signed-off-by: Daniel Golle Signed-off-by: Gabor Juhos SVN-Revision: 34269 --- target/linux/generic/files/include/linux/rt2x00_platform.h | 1 + 1 file changed, 1 insertion(+) (limited to 'target') diff --git a/target/linux/generic/files/include/linux/rt2x00_platform.h b/target/linux/generic/files/include/linux/rt2x00_platform.h index e10377e21b..80483ef3d5 100644 --- a/target/linux/generic/files/include/linux/rt2x00_platform.h +++ b/target/linux/generic/files/include/linux/rt2x00_platform.h @@ -18,6 +18,7 @@ struct rt2x00_platform_data { int disable_2ghz; int disable_5ghz; + int clk_is_20mhz; }; #endif /* _RT2X00_PLATFORM_H */ -- cgit v1.2.3