diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-11-25 16:22:49 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-11-25 16:22:49 +0000 |
commit | bce185c029064d8f4f6baf469958f5b7280b1d79 (patch) | |
tree | b20f947a5c61b8d53360010484338cb10c17072d /target/linux/generic/files/include | |
parent | c4aafa7e2484f7cc9e05e5139e7a284dda87bea3 (diff) | |
download | upstream-bce185c029064d8f4f6baf469958f5b7280b1d79.tar.gz upstream-bce185c029064d8f4f6baf469958f5b7280b1d79.tar.bz2 upstream-bce185c029064d8f4f6baf469958f5b7280b1d79.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/linux/generic/files/include')
-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 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 */ |