diff options
Diffstat (limited to 'drivers/net/wireless/wl12xx/ps.h')
-rw-r--r-- | drivers/net/wireless/wl12xx/ps.h | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/drivers/net/wireless/wl12xx/ps.h b/drivers/net/wireless/wl12xx/ps.h new file mode 100644 index 00000000000..5d7c5255383 --- /dev/null +++ b/drivers/net/wireless/wl12xx/ps.h | |||
@@ -0,0 +1,36 @@ | |||
1 | #ifndef __WL12XX_PS_H__ | ||
2 | #define __WL12XX_PS_H__ | ||
3 | |||
4 | /* | ||
5 | * This file is part of wl12xx | ||
6 | * | ||
7 | * Copyright (c) 1998-2007 Texas Instruments Incorporated | ||
8 | * Copyright (C) 2008 Nokia Corporation | ||
9 | * | ||
10 | * Contact: Kalle Valo <kalle.valo@nokia.com> | ||
11 | * | ||
12 | * This program is free software; you can redistribute it and/or | ||
13 | * modify it under the terms of the GNU General Public License | ||
14 | * version 2 as published by the Free Software Foundation. | ||
15 | * | ||
16 | * This program is distributed in the hope that it will be useful, but | ||
17 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
19 | * General Public License for more details. | ||
20 | * | ||
21 | * You should have received a copy of the GNU General Public License | ||
22 | * along with this program; if not, write to the Free Software | ||
23 | * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA | ||
24 | * 02110-1301 USA | ||
25 | * | ||
26 | */ | ||
27 | |||
28 | #include "wl12xx.h" | ||
29 | #include "acx.h" | ||
30 | |||
31 | int wl12xx_ps_set_mode(struct wl12xx *wl, enum acx_ps_mode mode); | ||
32 | void wl12xx_ps_elp_sleep(struct wl12xx *wl); | ||
33 | int wl12xx_ps_elp_wakeup(struct wl12xx *wl); | ||
34 | |||
35 | |||
36 | #endif /* __WL12XX_PS_H__ */ | ||