qcacmn: Refine WMI TLV variable name to comply with FW API
FW API is got updated, change is used to comply with API macro definitions. Change-Id: I4feb27dbc00f3afb70f2de894adf7995401ee9c4 CRs-Fixed: 3081309
此提交包含在:
@@ -1,5 +1,6 @@
|
||||
/*
|
||||
* Copyright (c) 2018-2021 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2021 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
|
||||
@@ -1682,7 +1683,6 @@ QDF_STATUS wmi_unified_cmd_send_chk(struct wmi_unified *wmi_handle,
|
||||
}
|
||||
#endif
|
||||
|
||||
#define WMI_WAKEUP_TX_PEDNING_IND 1
|
||||
/**
|
||||
* send_host_wakeup_ind_to_fw_cmd_tlv() - send wakeup ind to fw
|
||||
* @wmi_handle: wmi handle
|
||||
@@ -1714,7 +1714,7 @@ static QDF_STATUS send_host_wakeup_ind_to_fw_cmd_tlv(wmi_unified_t wmi_handle,
|
||||
|
||||
if (tx_pending_ind) {
|
||||
wmi_debug("TX pending before WoW wake, indicate FW");
|
||||
cmd->reserved0 |= WMI_WAKEUP_TX_PEDNING_IND;
|
||||
cmd->flags |= WMI_WOW_RESUME_FLAG_TX_DATA;
|
||||
}
|
||||
|
||||
WMITLV_SET_HDR(&cmd->tlv_header,
|
||||
|
新增問題並參考
封鎖使用者