Searched refs:chan_list_event_hdr (Results 1 – 1 of 1) sorted by relevance
5372 const struct wmi_reg_chan_list_cc_event *chan_list_event_hdr; in ath11k_pull_reg_chan_list_update_ev() local5390 chan_list_event_hdr = tb[WMI_TAG_REG_CHAN_LIST_CC_EVENT]; in ath11k_pull_reg_chan_list_update_ev()5391 if (!chan_list_event_hdr) { in ath11k_pull_reg_chan_list_update_ev()5397 reg_info->num_2ghz_reg_rules = chan_list_event_hdr->num_2ghz_reg_rules; in ath11k_pull_reg_chan_list_update_ev()5398 reg_info->num_5ghz_reg_rules = chan_list_event_hdr->num_5ghz_reg_rules; in ath11k_pull_reg_chan_list_update_ev()5406 memcpy(reg_info->alpha2, &chan_list_event_hdr->alpha2, in ath11k_pull_reg_chan_list_update_ev()5408 reg_info->dfs_region = chan_list_event_hdr->dfs_region; in ath11k_pull_reg_chan_list_update_ev()5409 reg_info->phybitmap = chan_list_event_hdr->phybitmap; in ath11k_pull_reg_chan_list_update_ev()5410 reg_info->num_phy = chan_list_event_hdr->num_phy; in ath11k_pull_reg_chan_list_update_ev()5411 reg_info->phy_id = chan_list_event_hdr->phy_id; in ath11k_pull_reg_chan_list_update_ev()[all …]