xref: /OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wl1251/ps.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun /* SPDX-License-Identifier: GPL-2.0-only */
2*4882a593Smuzhiyun /*
3*4882a593Smuzhiyun  * This file is part of wl1251
4*4882a593Smuzhiyun  *
5*4882a593Smuzhiyun  * Copyright (c) 1998-2007 Texas Instruments Incorporated
6*4882a593Smuzhiyun  * Copyright (C) 2008 Nokia Corporation
7*4882a593Smuzhiyun  */
8*4882a593Smuzhiyun 
9*4882a593Smuzhiyun #ifndef __WL1251_PS_H__
10*4882a593Smuzhiyun #define __WL1251_PS_H__
11*4882a593Smuzhiyun 
12*4882a593Smuzhiyun #include "wl1251.h"
13*4882a593Smuzhiyun #include "acx.h"
14*4882a593Smuzhiyun 
15*4882a593Smuzhiyun int wl1251_ps_set_mode(struct wl1251 *wl, enum wl1251_station_mode mode);
16*4882a593Smuzhiyun void wl1251_ps_elp_sleep(struct wl1251 *wl);
17*4882a593Smuzhiyun int wl1251_ps_elp_wakeup(struct wl1251 *wl);
18*4882a593Smuzhiyun void wl1251_elp_work(struct work_struct *work);
19*4882a593Smuzhiyun 
20*4882a593Smuzhiyun 
21*4882a593Smuzhiyun #endif /* __WL1251_PS_H__ */
22