Searched refs:cmd_v4 (Results 1 – 1 of 1) sorted by relevance
478 struct iwl_tlc_config_cmd_v4 *cmd_v4) in iwl_mld_convert_tlc_cmd_to_v4() argument484 cmd_v4->sta_id = __ffs(le32_to_cpu(cmd->sta_mask)); in iwl_mld_convert_tlc_cmd_to_v4()487 cmd_v4->max_ch_width = cmd->max_ch_width; in iwl_mld_convert_tlc_cmd_to_v4()488 cmd_v4->mode = cmd->mode; in iwl_mld_convert_tlc_cmd_to_v4()489 cmd_v4->chains = cmd->chains; in iwl_mld_convert_tlc_cmd_to_v4()490 cmd_v4->sgi_ch_width_supp = cmd->sgi_ch_width_supp; in iwl_mld_convert_tlc_cmd_to_v4()491 cmd_v4->flags = cmd->flags; in iwl_mld_convert_tlc_cmd_to_v4()492 cmd_v4->non_ht_rates = cmd->non_ht_rates; in iwl_mld_convert_tlc_cmd_to_v4()495 BUILD_BUG_ON(ARRAY_SIZE(cmd_v4->ht_rates) != ARRAY_SIZE(cmd->ht_rates)); in iwl_mld_convert_tlc_cmd_to_v4()496 BUILD_BUG_ON(ARRAY_SIZE(cmd_v4->ht_rates[0]) != ARRAY_SIZE(cmd->ht_rates[0])); in iwl_mld_convert_tlc_cmd_to_v4()[all …]