ar71xx: add external_reset field to ath9k_platform_data
authorGabor Juhos <juhosg@openwrt.org>
Wed, 1 Jun 2011 13:12:28 +0000 (13:12 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Wed, 1 Jun 2011 13:12:28 +0000 (13:12 +0000)
SVN-Revision: 27082

target/linux/ar71xx/files/include/linux/ath9k_platform.h

index c207607acada48a6763aa88fea889fa2fc749e0e..6e3f54f37844af0475611eda1d0a1fb754117b04 100644 (file)
@@ -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 */