aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/files/include
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
commit799e9cbec8fc2c860f181ec493f26dae5de3d233 (patch)
tree3833553264e06c98e85142c009d579514ea9b64b /target/linux/generic/files/include
parent89d7f8112ea4d4f66696028f482197ee92e6fe1a (diff)
downloadupstream-799e9cbec8fc2c860f181ec493f26dae5de3d233.tar.gz
upstream-799e9cbec8fc2c860f181ec493f26dae5de3d233.tar.bz2
upstream-799e9cbec8fc2c860f181ec493f26dae5de3d233.zip
generic: add disable_[25]ghz to struct rt2x00_platform_data
SVN-Revision: 30630
Diffstat (limited to 'target/linux/generic/files/include')
-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 */