Browse Source

qcacld-3.0: Remove sme_ConfigureAppsCpuWakeupState()

Function sme_ConfigureAppsCpuWakeupState() no longer exists, but the
prototype is still present. Since it is obsolete, remove it.

Change-Id: I91c26c2e3ec67c61ff55efbf24b2716e3ff35675
CRs-Fixed: 2374839
Jeff Johnson 6 years ago
parent
commit
d2ce414147
1 changed files with 1 additions and 3 deletions
  1. 1 3
      core/sme/inc/sme_api.h

+ 1 - 3
core/sme/inc/sme_api.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2018 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2012-2019 The Linux Foundation. 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
@@ -665,8 +665,6 @@ QDF_STATUS sme_deregister_mgmt_frame(mac_handle_t mac_handle,
 				     uint8_t sessionId,
 				     uint16_t frameType, uint8_t *matchData,
 				     uint16_t matchLen);
-QDF_STATUS sme_ConfigureAppsCpuWakeupState(mac_handle_t mac_handle,
-					   bool isAppsAwake);
 #ifdef WLAN_FEATURE_EXTWOW_SUPPORT
 QDF_STATUS sme_configure_ext_wow(mac_handle_t mac_handle,
 		tpSirExtWoWParams wlanExtParams,