|
@@ -3760,6 +3760,8 @@ void lim_update_sta_run_time_ht_switch_chnl_params(struct mac_context *mac,
|
|
|
(ePhyChanBondState) pHTInfo->secondaryChannelOffset;
|
|
|
pe_session->htRecommendedTxWidthSet =
|
|
|
(uint8_t) pHTInfo->recommendedTxWidthSet;
|
|
|
+ pe_session->htSupportedChannelWidthSet =
|
|
|
+ pe_session->htRecommendedTxWidthSet;
|
|
|
|
|
|
/* Before restarting vdev, delete the tdls peers */
|
|
|
lim_update_tdls_set_state_for_fw(pe_session, false);
|