Merge "qcacmn: Periodicity check for waikiki"
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

commit
86bce6b44b
@@ -1,5 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2019-2021 The Linux Foundation. All rights reserved.
|
* Copyright (c) 2019-2021 The Linux Foundation. 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
|
* Permission to use, copy, modify, and/or distribute this software for
|
||||||
* any purpose with or without fee is hereby granted, provided that the
|
* any purpose with or without fee is hereby granted, provided that the
|
||||||
@@ -151,7 +152,8 @@ int tgt_cfr_validate_period(struct wlan_objmgr_psoc *psoc, u_int32_t period)
|
|||||||
if (target_type == TARGET_TYPE_QCN9000 ||
|
if (target_type == TARGET_TYPE_QCN9000 ||
|
||||||
target_type == TARGET_TYPE_QCA6018 ||
|
target_type == TARGET_TYPE_QCA6018 ||
|
||||||
target_type == TARGET_TYPE_QCA8074V2 ||
|
target_type == TARGET_TYPE_QCA8074V2 ||
|
||||||
target_type == TARGET_TYPE_QCA5018) {
|
target_type == TARGET_TYPE_QCA5018 ||
|
||||||
|
target_type == TARGET_TYPE_QCN9224) {
|
||||||
/* No additional check required for these targets */
|
/* No additional check required for these targets */
|
||||||
status = 1;
|
status = 1;
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user