|
@@ -1,5 +1,6 @@
|
|
|
/*
|
|
|
* Copyright (c) 2012-2018, 2020 The Linux Foundation. All rights reserved.
|
|
|
+ * Copyright (c) 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
|
|
@@ -32,7 +33,7 @@
|
|
|
/**
|
|
|
* hdd_green_ap_check_enable() - to check whether to enable green ap or not
|
|
|
* @hdd_ctx: hdd context
|
|
|
- * @enable_green_ap: 1 - enable green ap enabled, 0 - disbale green ap
|
|
|
+ * @enable_green_ap: true - enable green ap, false - disable green ap
|
|
|
*
|
|
|
* Return: 0 - success, < 0 - failure
|
|
|
*/
|