ath9k: drop obsolete patch
[openwrt/staging/lynxis/omap.git] / target / linux / generic / files / include / linux / ath9k_platform.h
index a0b7531fdbfc9cc50dac702ccdd2860ef7e43c70..f1f2ad419c752fc4a6a07c6b7fe366bf0ae8e38f 100644 (file)
@@ -31,16 +31,30 @@ struct ath9k_platform_data {
        u32 gpio_mask;
        u32 gpio_val;
 
+       u32 bt_active_pin;
+       u32 bt_priority_pin;
+       u32 wlan_active_pin;
+
        bool endian_check;
        bool is_clk_25mhz;
+       bool tx_gain_buffalo;
        bool disable_2ghz;
        bool disable_5ghz;
+       bool led_active_high;
 
        int (*get_mac_revision)(void);
        int (*external_reset)(void);
 
+       bool use_eeprom;
+
        int num_leds;
        const struct gpio_led *leds;
+
+       unsigned num_btns;
+       const struct gpio_keys_button *btns;
+       unsigned btn_poll_interval;
+
+       bool ubnt_hsr;
 };
 
 #endif /* _LINUX_ATH9K_PLATFORM_H */