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

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

index 60a7c49dcb49f8f3b526a2234e109b1c5d822edb..c207607acada48a6763aa88fea889fa2fc749e0e 100644 (file)
@@ -30,6 +30,7 @@ struct ath9k_platform_data {
        u32 gpio_val;
 
        bool is_clk_25mhz;
+       int (*get_mac_revision)(void);
 };
 
 #endif /* _LINUX_ATH9K_PLATFORM_H */