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:
Dustin Brown
2018-03-02 15:34:22 -08:00
committed by nshrivas
父節點 bf1077559d
當前提交 f2e2fac99e
共有 3 個文件被更改,包括 4 次插入53 次删除

查看文件

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