mac80211/rt2x00: add rf_vals for Rt3352 with Xtal=20MHz
[librecmc/librecmc.git] / target / linux / generic / files / include / linux / rt2x00_platform.h
index b4c7768739db82bd3fee741a63255a2b392b4236..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 */