Ver Fonte

qcacld-3.0: update ch_width in lim_tdls_update_hash_node_info

Update ch_width for tdls peer in dph hash table inside
lim_tdls_update_hash_node_info.

Change-Id: Iaa07015a01e1e6b483d8544c7f66c1e4276273ac
CRs-Fixed: 2636050
Tushnim Bhattacharyya há 5 anos atrás
pai
commit
6f4fcbc18d
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      core/mac/src/pe/lim/lim_process_tdls.c

+ 1 - 0
core/mac/src/pe/lim/lim_process_tdls.c

@@ -2457,6 +2457,7 @@ static void lim_tdls_update_hash_node_info(struct mac_context *mac,
 		pe_debug("sta->htSupportedChannelWidthSet: 0x%x",
 				sta->htSupportedChannelWidthSet);
 
+		sta->ch_width = sta->htSupportedChannelWidthSet;
 		sta->htMIMOPSState = htCaps->mimoPowerSave;
 		sta->htMaxAmsduLength = htCaps->maximalAMSDUsize;
 		sta->htAMpduDensity = htCaps->mpduDensity;