aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-11-20 07:19:09 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-11-20 07:19:09 +0000
commite71db9dfd9592a0356894209646856e6f5d3197f (patch)
treeca43ff2edfda1c6b5cfa2c072b31f043f94eba54 /target
parentd830c243a0b158e3dfa0f18482fdba4305bb9c3d (diff)
downloadmaster-187ad058-e71db9dfd9592a0356894209646856e6f5d3197f.tar.gz
master-187ad058-e71db9dfd9592a0356894209646856e6f5d3197f.tar.bz2
master-187ad058-e71db9dfd9592a0356894209646856e6f5d3197f.zip
mac80211/rt2x00: add rf_vals for Rt3352 with Xtal=20MHz
[juhosg: move ramips specific stuff into a followup patch] Signed-off-by: Daniel Golle <dgolle@allnet.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34269 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/generic/files/include/linux/rt2x00_platform.h1
1 files changed, 1 insertions, 0 deletions
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 */