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
This commit is contained in:
Gabor Juhos
2012-11-20 07:19:09 +00:00
parent d830c243a0
commit e71db9dfd9
2 changed files with 122 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ struct rt2x00_platform_data {
int disable_2ghz;
int disable_5ghz;
int clk_is_20mhz;
};
#endif /* _RT2X00_PLATFORM_H */