Home
last modified time | relevance | path

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

/freebsd/sys/dev/iwm/
H A Dif_iwm_mac_ctxt.c261 int cck_ack_rates, ofdm_ack_rates; in iwm_mac_ctxt_cmd_common() local
326 iwm_ack_rates(sc, is2ghz, &cck_ack_rates, &ofdm_ack_rates, in); in iwm_mac_ctxt_cmd_common()
328 cmd->ofdm_rates = htole32(ofdm_ack_rates); in iwm_mac_ctxt_cmd_common()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dmac-ctxt.c408 u8 cck_ack_rates = 0, ofdm_ack_rates = 0; in iwl_mvm_set_fw_basic_rates() local
414 &cck_ack_rates, &ofdm_ack_rates); in iwl_mvm_set_fw_basic_rates()
419 *ofdm_rates = cpu_to_le32((u32)ofdm_ack_rates); in iwl_mvm_set_fw_basic_rates()