Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dnvm.c447 struct iwl_mcc_update_resp_v8 *mcc_resp_v8 = (void *)pkt->data; in iwl_mvm_update_mcc() local
449 n_channels = __le32_to_cpu(mcc_resp_v8->n_channels); in iwl_mvm_update_mcc()
451 struct_size(mcc_resp_v8, channels, n_channels)) { in iwl_mvm_update_mcc()
461 resp_cp->status = mcc_resp_v8->status; in iwl_mvm_update_mcc()
462 resp_cp->mcc = mcc_resp_v8->mcc; in iwl_mvm_update_mcc()
463 resp_cp->cap = mcc_resp_v8->cap; in iwl_mvm_update_mcc()
464 resp_cp->source_id = mcc_resp_v8->source_id; in iwl_mvm_update_mcc()
465 resp_cp->time = mcc_resp_v8->time; in iwl_mvm_update_mcc()
466 resp_cp->geo_info = mcc_resp_v8->geo_info; in iwl_mvm_update_mcc()
467 resp_cp->n_channels = mcc_resp_v8->n_channels; in iwl_mvm_update_mcc()
[all …]