Searched defs:ath9k_hw_capabilities (Results 1 – 1 of 1) sorted by relevance
220 struct ath9k_hw_capabilities { struct221 u32 hw_caps; /* ATH9K_HW_CAP_* from ath9k_hw_caps */222 u16 rts_aggr_limit;223 u8 tx_chainmask;224 u8 rx_chainmask;225 u8 max_txchains;226 u8 max_rxchains;227 u8 num_gpio_pins;228 u8 rx_hp_qdepth;229 u8 rx_lp_qdepth;[all …]