Explorar o código

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 %!s(int64=5) %!d(string=hai) anos
pai
achega
6f4fcbc18d
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;