Searched refs:b_enable1x1 (Results 1 – 1 of 1) sorted by relevance
2147 bool b_enable1x1; in hdd_update_tgt_ht_cap() local2202 status = ucfg_mlme_get_vht_enable2x2(hdd_ctx->psoc, &b_enable1x1); in hdd_update_tgt_ht_cap()2206 b_enable1x1 = b_enable1x1 && (cfg->num_rf_chains == 2); in hdd_update_tgt_ht_cap()2208 status = ucfg_mlme_set_vht_enable2x2(hdd_ctx->psoc, b_enable1x1); in hdd_update_tgt_ht_cap()2212 if (!b_enable1x1) in hdd_update_tgt_ht_cap()2215 if (!(cfg->ht_tx_stbc && b_enable1x1)) in hdd_update_tgt_ht_cap()2230 if (b_enable1x1) { in hdd_update_tgt_ht_cap()