|
@@ -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)
|
|
|
{
|