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
Cette révision appartient à :
Jeff Johnson
2018-12-28 21:53:04 -08:00
révisé par nshrivas
Parent 6e818c206e
révision 5bce73de63

Voir le fichier

@@ -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;