generic: add disable_[25]ghz to struct rt2x00_platform_data
[openwrt/svn-archive/archive.git] / target / linux / generic / files / include / linux / rt2x00_platform.h
index 80effa724900509471ea2f97e6eff3dde5f2896e..b4c7768739db82bd3fee741a63255a2b392b4236 100644 (file)
@@ -14,6 +14,9 @@
 
 struct rt2x00_platform_data {
        char *eeprom_file_name;
+
+       int disable_2ghz;
+       int disable_5ghz;
 };
 
 #endif /* _RT2X00_PLATFORM_H */