diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-11-25 16:22:49 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-11-25 16:22:49 +0000 |
commit | 66467166862258718839b86e7c65de399e56d83a (patch) | |
tree | b20f947a5c61b8d53360010484338cb10c17072d /target | |
parent | 6b9f2d831bb164276b3f7bd8a65a36368a668a79 (diff) | |
download | openwrt-66467166862258718839b86e7c65de399e56d83a.tar.gz openwrt-66467166862258718839b86e7c65de399e56d83a.zip |
AA: mac80211/rt2x00: add rf_vals for Rt3352 with Xtal=20MHz
Backport of r34269.
[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/branches/attitude_adjustment@34362 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic/files/include/linux/rt2x00_platform.h | 1 |
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 e10377e21..80483ef3d 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 */ |