ar71xx: add get_mac_revision to ath9k_platform_data
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 1 Jun 2011 13:12:26 +0000 (13:12 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 1 Jun 2011 13:12:26 +0000 (13:12 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27080 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

index 60a7c49..c207607 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 */