Searched refs:mcc_resp_v3 (Results 1 – 1 of 1) sorted by relevance
504 struct iwl_mcc_update_resp_v3 *mcc_resp_v3 = (void *)pkt->data; in iwl_mvm_update_mcc() local506 n_channels = __le32_to_cpu(mcc_resp_v3->n_channels); in iwl_mvm_update_mcc()508 struct_size(mcc_resp_v3, channels, n_channels)) { in iwl_mvm_update_mcc()519 resp_cp->status = mcc_resp_v3->status; in iwl_mvm_update_mcc()520 resp_cp->mcc = mcc_resp_v3->mcc; in iwl_mvm_update_mcc()521 resp_cp->cap = cpu_to_le32(mcc_resp_v3->cap); in iwl_mvm_update_mcc()522 resp_cp->source_id = mcc_resp_v3->source_id; in iwl_mvm_update_mcc()523 resp_cp->time = mcc_resp_v3->time; in iwl_mvm_update_mcc()524 resp_cp->geo_info = mcc_resp_v3->geo_info; in iwl_mvm_update_mcc()525 resp_cp->n_channels = mcc_resp_v3->n_channels; in iwl_mvm_update_mcc()[all …]