aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/files/include
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
commit6c1fbb2d5cd6b2b3f583611cc7cf2f567bec3eb5 (patch)
tree5e3daf42c8e6f816172fadc16b9c3ed211d2182c /target/linux/generic/files/include
parenta2e71a0bbf4f04b7419ee1c81d8a49ecf05e4539 (diff)
downloadupstream-6c1fbb2d5cd6b2b3f583611cc7cf2f567bec3eb5.tar.gz
upstream-6c1fbb2d5cd6b2b3f583611cc7cf2f567bec3eb5.tar.bz2
upstream-6c1fbb2d5cd6b2b3f583611cc7cf2f567bec3eb5.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> SVN-Revision: 34269
Diffstat (limited to 'target/linux/generic/files/include')
-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 */