mac80211: backport from trunk
[openwrt-10.03/.git] / target / linux / ar71xx / files / include / linux / ath9k_platform.h
index 020387a114e34b738ae519c1391c1e7276ee24e8..b37d23d834f3cae8c584209eb5367097c504dbeb 100644 (file)
@@ -28,6 +28,13 @@ struct ath9k_platform_data {
        int led_pin;
        u32 gpio_mask;
        u32 gpio_val;
        int led_pin;
        u32 gpio_mask;
        u32 gpio_val;
+
+       bool is_clk_25mhz;
+       int (*get_mac_revision)(void);
+       int (*external_reset)(void);
+
+       int num_leds;
+       const struct gpio_led *leds;
 };
 
 #endif /* _LINUX_ATH9K_PLATFORM_H */
 };
 
 #endif /* _LINUX_ATH9K_PLATFORM_H */