Searched defs:ath9k_hw_capabilities (Results 1 – 1 of 1) sorted by relevance
239 struct ath9k_hw_capabilities { struct240 uint32_t hw_caps; /* ATH9K_HW_CAP_* from ath9k_hw_caps */241 uint8_t wireless_modes[4]; /* ATH9K_MODE_* */242 uint16_t total_queues;243 uint16_t keycache_size;244 uint16_t low_5ghz_chan, high_5ghz_chan;245 uint16_t low_2ghz_chan, high_2ghz_chan;246 uint16_t num_mr_retries;247 uint16_t rts_aggr_limit;248 uint8_t tx_chainmask;[all …]