diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-06-01 13:12:28 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-06-01 13:12:28 +0000 |
commit | af4cae4498302e54e970ee3d3b882e7d8c873cc9 (patch) | |
tree | 97b81d6c3a9453fad74716721b418a6d612b75b6 /target | |
parent | f0c7b93e5d0d7997a20da2f304f0a6b9da5618af (diff) | |
download | upstream-af4cae4498302e54e970ee3d3b882e7d8c873cc9.tar.gz upstream-af4cae4498302e54e970ee3d3b882e7d8c873cc9.tar.bz2 upstream-af4cae4498302e54e970ee3d3b882e7d8c873cc9.zip |
ar71xx: add external_reset field to ath9k_platform_data
SVN-Revision: 27082
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ar71xx/files/include/linux/ath9k_platform.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/files/include/linux/ath9k_platform.h b/target/linux/ar71xx/files/include/linux/ath9k_platform.h index c207607aca..6e3f54f378 100644 --- a/target/linux/ar71xx/files/include/linux/ath9k_platform.h +++ b/target/linux/ar71xx/files/include/linux/ath9k_platform.h @@ -31,6 +31,7 @@ struct ath9k_platform_data { bool is_clk_25mhz; int (*get_mac_revision)(void); + int (*external_reset)(void); }; #endif /* _LINUX_ATH9K_PLATFORM_H */ |