Searched defs:ath9k_hw_capabilities (Results 1 – 1 of 1) sorted by relevance
196 struct ath9k_hw_capabilities { struct197 u32 hw_caps; /* ATH9K_HW_CAP_* from ath9k_hw_caps */198 u16 total_queues;199 u16 keycache_size;200 u16 low_5ghz_chan, high_5ghz_chan;201 u16 low_2ghz_chan, high_2ghz_chan;202 u16 rts_aggr_limit;203 u8 tx_chainmask;204 u8 rx_chainmask;205 u8 max_txchains;[all …]