|
@@ -1,6 +1,6 @@
|
|
|
/*
|
|
|
* Copyright (c) 2011-2021 The Linux Foundation. All rights reserved.
|
|
|
- * Copyright (c) 2021-2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
|
+ * Copyright (c) 2021-2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
|
*
|
|
|
* Permission to use, copy, modify, and/or distribute this software for
|
|
|
* any purpose with or without fee is hereby granted, provided that the
|
|
@@ -5352,7 +5352,6 @@ static void lim_check_conc_and_send_edca(struct mac_context *mac,
|
|
|
bool params_update_required = false;
|
|
|
uint8_t i;
|
|
|
tpDphHashNode sta_ds = NULL;
|
|
|
- QDF_STATUS status;
|
|
|
uint16_t assoc_id;
|
|
|
|
|
|
if (sta_session && sap_session &&
|
|
@@ -5419,10 +5418,7 @@ static void lim_check_conc_and_send_edca(struct mac_context *mac,
|
|
|
sap_session->vdev_id, false);
|
|
|
|
|
|
sap_session->gLimEdcaParamSetCount++;
|
|
|
- status = sch_set_fixed_beacon_fields(mac, sap_session);
|
|
|
- if (QDF_IS_STATUS_ERROR(status))
|
|
|
- pe_debug("Unable to set beacon fields!");
|
|
|
-
|
|
|
+ csr_update_beacon(mac);
|
|
|
} else if (!sap_session && sta_session) {
|
|
|
/*
|
|
|
* Enable A-EDCA for standalone STA. The original EDCA parameters are
|