Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Dnvm.c629 struct iwl_mcc_update_resp *mcc_resp, *resp_cp = NULL; in iwl_mvm_update_mcc() local
663 mcc_resp = (void *)pkt->data; in iwl_mvm_update_mcc()
664 status = le32_to_cpu(mcc_resp->status); in iwl_mvm_update_mcc()
666 mcc = le16_to_cpu(mcc_resp->mcc); in iwl_mvm_update_mcc()
671 mcc_resp->mcc = cpu_to_le16(mcc); in iwl_mvm_update_mcc()
674 n_channels = __le32_to_cpu(mcc_resp->n_channels); in iwl_mvm_update_mcc()
680 resp_len = sizeof(*mcc_resp) + n_channels * sizeof(__le32); in iwl_mvm_update_mcc()
681 resp_cp = kmemdup(mcc_resp, resp_len, GFP_KERNEL); in iwl_mvm_update_mcc()