generic: add disable_[25]ghz to struct rt2x00_platform_data
authorGabor Juhos <juhosg@openwrt.org>
Sat, 18 Feb 2012 17:36:13 +0000 (17:36 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Sat, 18 Feb 2012 17:36:13 +0000 (17:36 +0000)
SVN-Revision: 30630

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 */