|
@@ -4328,6 +4328,11 @@ void lim_update_sta_run_time_ht_switch_chnl_params(tpAniSirGlobal pMac,
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ if (!pHTInfo->primaryChannel) {
|
|
|
|
+ pe_debug("Ignore as primary channel is 0 in HT info");
|
|
|
|
+ return;
|
|
|
|
+ }
|
|
|
|
+
|
|
if (psessionEntry->htSecondaryChannelOffset !=
|
|
if (psessionEntry->htSecondaryChannelOffset !=
|
|
(uint8_t) pHTInfo->secondaryChannelOffset
|
|
(uint8_t) pHTInfo->secondaryChannelOffset
|
|
|| psessionEntry->htRecommendedTxWidthSet !=
|
|
|| psessionEntry->htRecommendedTxWidthSet !=
|