Merge commit '1a2fc5395ed628e0b804102bf8ef1b08390bddca' into wlan-cld3.driver.lnx.2.0.r11-rel
Change-Id: Ib118ffa6e76657689a37319095e7ddeb3abcc15d
This commit is contained in:
commit
bfe1e93700
2 changed files with 4 additions and 5 deletions
|
|
@ -32,9 +32,9 @@
|
|||
#define QWLAN_VERSION_MAJOR 2
|
||||
#define QWLAN_VERSION_MINOR 0
|
||||
#define QWLAN_VERSION_PATCH 8
|
||||
#define QWLAN_VERSION_EXTRA "V"
|
||||
#define QWLAN_VERSION_EXTRA "Y"
|
||||
#define QWLAN_VERSION_BUILD 34
|
||||
|
||||
#define QWLAN_VERSIONSTR "2.0.8.34V"
|
||||
#define QWLAN_VERSIONSTR "2.0.8.34Y"
|
||||
|
||||
#endif /* QWLAN_VERSION_H */
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* Copyright (c) 2011-2020 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
* Copyright (c) 2022-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
|
||||
|
|
@ -5744,8 +5744,7 @@ static void lim_tx_mgmt_frame(struct mac_context *mac_ctx, uint8_t vdev_id,
|
|||
MTRACE(qdf_trace(QDF_MODULE_ID_PE, TRACE_CODE_TX_COMPLETE,
|
||||
session->peSessionId, qdf_status));
|
||||
if (!QDF_IS_STATUS_SUCCESS(qdf_status)) {
|
||||
pe_err("*** Could not send Auth frame (subType: %d), retCode=%X ***",
|
||||
fc->subType, qdf_status);
|
||||
pe_err("Could not send Auth frame, retCode=%X", qdf_status);
|
||||
mac_ctx->auth_ack_status = LIM_TX_FAILED;
|
||||
auth_ack_status = SENT_FAIL;
|
||||
lim_diag_event_report(mac_ctx, WLAN_PE_DIAG_AUTH_ACK_EVENT,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue