qcacld-3.0: Remove pmo_core_wow_[enter|exit]()
pmo_core_wow_enter(), pmo_core_wow_exit() and struct pmo_wow_enter_params are all dead code. Remove them. Change-Id: I254a0bad794ffc1170a2799918e1627a3e01e340 CRs-Fixed: 2199462
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2017 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2017-2018 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
|
||||
@@ -258,22 +258,6 @@ struct pmo_wow_add_pattern {
|
||||
uint8_t session_id;
|
||||
};
|
||||
|
||||
/**
|
||||
* struct pmo_wow_add_pattern - wow pattern add structure
|
||||
* @magic_pkt_enable: enables or disables magic packet filtering
|
||||
* @wow_deauth_rcv: This configuration is valid only when magicPktEnable=1,
|
||||
* It requests hardware to wake up when it receives the
|
||||
* Deauthentication Frame.
|
||||
* @pattern_filtering_enable: Enables/disables packet pattern filtering
|
||||
* @wow_bss_conn_loss: wake up host when bss connection lost
|
||||
*/
|
||||
struct pmo_wow_enter_params {
|
||||
uint8_t magic_pkt_enable;
|
||||
uint8_t wow_deauth_rcv;
|
||||
uint8_t pattern_filtering_enable;
|
||||
uint8_t wow_bss_conn_loss;
|
||||
};
|
||||
|
||||
/**
|
||||
* struct pmo_wow_cmd_params - wow cmd parameter
|
||||
* @enable: wow enable or disable flag
|
||||
|
Reference in New Issue
Block a user