Searched refs:chan_list_event_hdr (Results 1 – 1 of 1) sorted by relevance
4952 const struct wmi_reg_chan_list_cc_event *chan_list_event_hdr; in ath11k_pull_reg_chan_list_update_ev() local4966 chan_list_event_hdr = tb[WMI_TAG_REG_CHAN_LIST_CC_EVENT]; in ath11k_pull_reg_chan_list_update_ev()4967 if (!chan_list_event_hdr) { in ath11k_pull_reg_chan_list_update_ev()4973 reg_info->num_2g_reg_rules = chan_list_event_hdr->num_2g_reg_rules; in ath11k_pull_reg_chan_list_update_ev()4974 reg_info->num_5g_reg_rules = chan_list_event_hdr->num_5g_reg_rules; in ath11k_pull_reg_chan_list_update_ev()4982 memcpy(reg_info->alpha2, &chan_list_event_hdr->alpha2, in ath11k_pull_reg_chan_list_update_ev()4984 reg_info->dfs_region = chan_list_event_hdr->dfs_region; in ath11k_pull_reg_chan_list_update_ev()4985 reg_info->phybitmap = chan_list_event_hdr->phybitmap; in ath11k_pull_reg_chan_list_update_ev()4986 reg_info->num_phy = chan_list_event_hdr->num_phy; in ath11k_pull_reg_chan_list_update_ev()4987 reg_info->phy_id = chan_list_event_hdr->phy_id; in ath11k_pull_reg_chan_list_update_ev()[all …]