Skip to content

Commit

Permalink
generic: add disable_[25]ghz to struct rt2x00_platform_data
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30630 3c298f89-4303-0410-b956-a3cf2f4a3e73
  • Loading branch information
juhosg committed Feb 18, 2012
1 parent 22ac4df commit 694c443
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions target/linux/generic/files/include/linux/rt2x00_platform.h
Expand Up @@ -14,6 +14,9 @@

struct rt2x00_platform_data {
char *eeprom_file_name;

int disable_2ghz;
int disable_5ghz;
};

#endif /* _RT2X00_PLATFORM_H */

0 comments on commit 694c443

Please sign in to comment.