mac80211/rt2x00: add rf_vals for Rt3352 with Xtal=20MHz
[librecmc/librecmc.git] / target / linux / generic / files / include / linux / rt2x00_platform.h
index 80effa724900509471ea2f97e6eff3dde5f2896e..80483ef3d5e59d9fb69a089aae0fecb510883d74 100644 (file)
 
 struct rt2x00_platform_data {
        char *eeprom_file_name;
+       const u8 *mac_address;
+
+       int disable_2ghz;
+       int disable_5ghz;
+       int clk_is_20mhz;
 };
 
 #endif /* _RT2X00_PLATFORM_H */