ath9k: add support for registering extra leds connected to the wmac gpio lines
[openwrt/staging/stintel.git] / target / linux / generic / files / include / linux / ath9k_platform.h
index 6e3f54f37844af0475611eda1d0a1fb754117b04..b37d23d834f3cae8c584209eb5367097c504dbeb 100644 (file)
@@ -32,6 +32,9 @@ struct ath9k_platform_data {
        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 */