mac80211: rt2x00: fold patches
[openwrt/openwrt.git] / target / linux / generic / files / include / linux / rt2x00_platform.h
index 80effa724900509471ea2f97e6eff3dde5f2896e..e10377e21b092e38c200c4e1e8d218f33b3c438a 100644 (file)
 
 struct rt2x00_platform_data {
        char *eeprom_file_name;
+       const u8 *mac_address;
+
+       int disable_2ghz;
+       int disable_5ghz;
 };
 
 #endif /* _RT2X00_PLATFORM_H */