Explorar el Código

qcacld-3.0: Remove bmiss_enable from struct pmo_psoc_cfg

The bmiss_enable field in struct pmo_psoc_cfg is unused, so remove it.

Change-Id: I456c420faea23616aa0b273a57fd661fd8c4eaf5
CRs-Fixed: 2375417
Jeff Johnson hace 6 años
padre
commit
cbcc2c5b6a
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. 1 3
      components/pmo/dispatcher/inc/wlan_pmo_common_public_struct.h

+ 1 - 3
components/pmo/dispatcher/inc/wlan_pmo_common_public_struct.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2017-2018 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2017-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
@@ -311,7 +311,6 @@ enum pmo_auto_pwr_detect_failure_mode {
  * @magic_ptrn_enable: true when magic pattern is enabled else false
  * @deauth_enable: true when wake up on deauth is enabled else false
  * @disassoc_enable:  true when wake up on disassoc is enabled else false
- * @bmiss_enable: true when wake up on bmiss is enabled else false
  * @lpass_enable: true when lpass is enabled else false
  * @max_ps:poll: max power save poll
  * @sta_dynamic_dtim: station dynamic DTIM value
@@ -356,7 +355,6 @@ struct pmo_psoc_cfg {
 	bool magic_ptrn_enable;
 	bool deauth_enable;
 	bool disassoc_enable;
-	bool bmiss_enable;
 	bool lpass_enable;
 	bool wowlan_deauth_enable;
 	bool wowlan_disassoc_enable;