diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-02-18 17:36:13 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-02-18 17:36:13 +0000 |
commit | 694c4439dc31d020a5c8513234f26ee3d2b43367 (patch) | |
tree | d8f95b00ec5f48546e262ea05ce73e8c0161df4e /target/linux/generic/files/include | |
parent | 22ac4df97a989b42cdbc2afd84417f6e317f51a9 (diff) |
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/linux/generic/files/include')
-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 80effa724..b4c776873 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 */ |