Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dnvm.c476 struct iwl_mcc_update_resp_v4 *mcc_resp_v4 = (void *)pkt->data; in iwl_mvm_update_mcc() local
478 if (IWL_FW_CHECK(mvm, pkt_len < sizeof(*mcc_resp_v4), in iwl_mvm_update_mcc()
484 n_channels = __le32_to_cpu(mcc_resp_v4->n_channels); in iwl_mvm_update_mcc()
487 struct_size(mcc_resp_v4, channels, n_channels), in iwl_mvm_update_mcc()
500 resp_cp->status = mcc_resp_v4->status; in iwl_mvm_update_mcc()
501 resp_cp->mcc = mcc_resp_v4->mcc; in iwl_mvm_update_mcc()
502 resp_cp->cap = cpu_to_le32(le16_to_cpu(mcc_resp_v4->cap)); in iwl_mvm_update_mcc()
503 resp_cp->source_id = mcc_resp_v4->source_id; in iwl_mvm_update_mcc()
504 resp_cp->time = mcc_resp_v4->time; in iwl_mvm_update_mcc()
505 resp_cp->geo_info = mcc_resp_v4->geo_info; in iwl_mvm_update_mcc()
[all …]