kernel: define RB_ID_HW_OPTIONS in include/linux/routerboot.h
[openwrt.git] / target / linux / generic / files / include / linux / rt2x00_platform.h
index 80effa7..80483ef 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 */