Lines Matching defs:ath9k_platform_data
24 struct ath9k_platform_data { struct
25 const char *eeprom_name;
27 u16 eeprom_data[ATH9K_PLAT_EEP_MAX_WORDS];
28 u8 *macaddr;
30 int led_pin;
31 u32 gpio_mask;
32 u32 gpio_val;
34 u32 bt_active_pin;
35 u32 bt_priority_pin;
36 u32 wlan_active_pin;
38 bool endian_check;
39 bool is_clk_25mhz;
40 bool tx_gain_buffalo;
41 bool disable_2ghz;
42 bool disable_5ghz;
43 bool led_active_high;
45 int (*get_mac_revision)(void);
46 int (*external_reset)(void);
48 bool use_eeprom;