|
@@ -1753,7 +1753,8 @@ static void hdd_update_tgt_ht_cap(struct hdd_context *hdd_ctx,
|
|
|
ht_cap_info.rx_stbc = cfg->ht_rx_stbc;
|
|
|
|
|
|
/* Set the LDPC capability */
|
|
|
- ht_cap_info.adv_coding_cap = cfg->ht_rx_ldpc;
|
|
|
+ if (ht_cap_info.adv_coding_cap && !cfg->ht_rx_ldpc)
|
|
|
+ ht_cap_info.adv_coding_cap = cfg->ht_rx_ldpc;
|
|
|
|
|
|
if (ht_cap_info.short_gi_20_mhz && !cfg->ht_sgi_20)
|
|
|
ht_cap_info.short_gi_20_mhz = cfg->ht_sgi_20;
|