aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-02-18 17:36:13 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-02-18 17:36:13 +0000
commit2eeb0d15d2e36a850db247d960bc60d6f5ad3a6f (patch)
treed8f95b00ec5f48546e262ea05ce73e8c0161df4e /target
parenta86166f6be048e1bde08cd4e91e8a9d3f868e401 (diff)
downloadmaster-187ad058-2eeb0d15d2e36a850db247d960bc60d6f5ad3a6f.tar.gz
master-187ad058-2eeb0d15d2e36a850db247d960bc60d6f5ad3a6f.tar.bz2
master-187ad058-2eeb0d15d2e36a850db247d960bc60d6f5ad3a6f.zip
generic: add disable_[25]ghz to struct rt2x00_platform_data
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30630 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/generic/files/include/linux/rt2x00_platform.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/generic/files/include/linux/rt2x00_platform.h b/target/linux/generic/files/include/linux/rt2x00_platform.h
index 80effa7249..b4c7768739 100644
--- a/target/linux/generic/files/include/linux/rt2x00_platform.h
+++ b/target/linux/generic/files/include/linux/rt2x00_platform.h
@@ -14,6 +14,9 @@
struct rt2x00_platform_data {
char *eeprom_file_name;
+
+ int disable_2ghz;
+ int disable_5ghz;
};
#endif /* _RT2X00_PLATFORM_H */