Home
last modified time | relevance | path

Searched refs:rate_type (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/intel/iwlegacy/
H A D4965-rs.c638 enum il_table_type rate_type) in il4965_rs_get_supported_rates() argument
640 if (is_legacy(rate_type)) { in il4965_rs_get_supported_rates()
643 if (is_siso(rate_type)) in il4965_rs_get_supported_rates()
652 int rate_type) in il4965_rs_get_adjacent_rate() argument
659 if (is_a_band(rate_type) || !is_legacy(rate_type)) { in il4965_rs_get_adjacent_rate()
/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Drs.c679 enum iwl_table_type rate_type) in rs_get_supported_rates() argument
681 if (is_legacy(rate_type)) { in rs_get_supported_rates()
684 if (is_siso(rate_type)) in rs_get_supported_rates()
686 else if (is_mimo2(rate_type)) in rs_get_supported_rates()
694 int rate_type) in rs_get_adjacent_rate() argument
701 if (is_a_band(rate_type) || !is_legacy(rate_type)) { in rs_get_adjacent_rate()