18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * This file is part of wl1251 48c2ecf20Sopenharmony_ci * 58c2ecf20Sopenharmony_ci * Copyright (c) 1998-2007 Texas Instruments Incorporated 68c2ecf20Sopenharmony_ci * Copyright (C) 2008 Nokia Corporation 78c2ecf20Sopenharmony_ci */ 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_ci#ifndef __WL1251_PS_H__ 108c2ecf20Sopenharmony_ci#define __WL1251_PS_H__ 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ci#include "wl1251.h" 138c2ecf20Sopenharmony_ci#include "acx.h" 148c2ecf20Sopenharmony_ci 158c2ecf20Sopenharmony_ciint wl1251_ps_set_mode(struct wl1251 *wl, enum wl1251_station_mode mode); 168c2ecf20Sopenharmony_civoid wl1251_ps_elp_sleep(struct wl1251 *wl); 178c2ecf20Sopenharmony_ciint wl1251_ps_elp_wakeup(struct wl1251 *wl); 188c2ecf20Sopenharmony_civoid wl1251_elp_work(struct work_struct *work); 198c2ecf20Sopenharmony_ci 208c2ecf20Sopenharmony_ci 218c2ecf20Sopenharmony_ci#endif /* __WL1251_PS_H__ */ 22