qcacmn: KIWI V2: take care changed WBM completion release source
KIWI V2 WBM completion release reason codes are changed to match legacy lithium release codes. Takecare to enable translation only for KIWI V1. Change-Id: I094f40440b290ae424b47a7ba176b81ffea6c592 CRs-Fixed: 3132359
This commit is contained in:

committed by
Madan Koyyalamudi

parent
a0fa276d5a
commit
0447218ad2
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Copyright (c) 2016-2021 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2021 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
* Copyright (c) 2021-2022 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
|
||||
@@ -195,7 +195,7 @@ void *hal_rx_msdu_ext_desc_info_get_ptr_be(void *msdu_details_ptr)
|
||||
return HAL_RX_MSDU_EXT_DESC_INFO_GET(msdu_details_ptr);
|
||||
}
|
||||
|
||||
#ifdef QCA_WIFI_KIWI
|
||||
#if defined(QCA_WIFI_KIWI) && !defined(QCA_WIFI_KIWI_V2)
|
||||
static inline uint32_t
|
||||
hal_wbm2sw_release_source_get(void *hal_desc, enum hal_be_wbm_release_dir dir)
|
||||
{
|
||||
|
Reference in New Issue
Block a user