From 2ae733560485d139226541198dfc99584586a5f6 Mon Sep 17 00:00:00 2001 From: Yeshwanth Sriram Guntuka Date: Tue, 15 Dec 2020 11:04:20 +0530 Subject: [PATCH] qcacmn: Use the pld register window lock for Lahaina and Cedros Use the pld register window lock for Lahaina and Cedros. Change-Id: I34431dce6c5ed6e03f5805e36fd7df47754a8c14 CRs-Fixed: 2835825 --- hal/wifi3.0/hal_api.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hal/wifi3.0/hal_api.h b/hal/wifi3.0/hal_api.h index 527698036f..b74b8dcc04 100644 --- a/hal/wifi3.0/hal_api.h +++ b/hal/wifi3.0/hal_api.h @@ -133,8 +133,7 @@ static inline void hal_reg_write_result_check(struct hal_soc *hal_soc, } } -#if !defined(QCA_WIFI_QCA6390) && !defined(QCA_WIFI_QCA6490) || \ - !defined(QCA_WIFI_QCA6750) +#if !defined(QCA_WIFI_QCA6390) && !defined(QCA_WIFI_QCA6490) static inline void hal_lock_reg_access(struct hal_soc *soc, unsigned long *flags) {