ath9k: Allow configuration of LED polarity in platform data.
[openwrt/openwrt.git] / target / linux / generic / files / include / linux / ath9k_platform.h
index 9fa70167e61aef467b121a7b42ca2c6ee8886ef7..30ce2165cb4fbd8513ef045930f6a4a5dbb59a3a 100644 (file)
@@ -36,6 +36,7 @@ struct ath9k_platform_data {
        bool tx_gain_buffalo;
        bool disable_2ghz;
        bool disable_5ghz;
+       bool led_active_high;
 
        int (*get_mac_revision)(void);
        int (*external_reset)(void);