|
@@ -15173,6 +15173,10 @@ void sme_reset_he_caps(mac_handle_t mac_handle, uint8_t vdev_id)
|
|
|
if (mac_ctx->usr_cfg_disable_rsp_tx)
|
|
|
sme_set_cfg_disable_tx(mac_handle, vdev_id, 0);
|
|
|
mac_ctx->is_usr_cfg_amsdu_enabled = true;
|
|
|
+ status = wlan_scan_cfg_set_scan_mode_6g(mac_ctx->psoc,
|
|
|
+ SCAN_MODE_6G_ALL_CHANNEL);
|
|
|
+ if (QDF_IS_STATUS_ERROR(status))
|
|
|
+ sme_err("Failed to set scan mode for 6 GHz, %d", status);
|
|
|
}
|
|
|
#endif
|
|
|
|