diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-02-18 17:36:13 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-02-18 17:36:13 +0000 |
commit | 2eeb0d15d2e36a850db247d960bc60d6f5ad3a6f (patch) | |
tree | d8f95b00ec5f48546e262ea05ce73e8c0161df4e | |
parent | a86166f6be048e1bde08cd4e91e8a9d3f868e401 (diff) | |
download | upstream-2eeb0d15d2e36a850db247d960bc60d6f5ad3a6f.tar.gz upstream-2eeb0d15d2e36a850db247d960bc60d6f5ad3a6f.tar.bz2 upstream-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
-rw-r--r-- | target/linux/generic/files/include/linux/rt2x00_platform.h | 3 |
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 */ |