Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
ps.h File Reference
#include "wl1251.h"
#include "acx.h"

Go to the source code of this file.

Functions

int wl1251_ps_set_mode (struct wl1251 *wl, enum wl1251_station_mode mode)
 
void wl1251_ps_elp_sleep (struct wl1251 *wl)
 
int wl1251_ps_elp_wakeup (struct wl1251 *wl)
 
void wl1251_elp_work (struct work_struct *work)
 

Function Documentation

void wl1251_elp_work ( struct work_struct work)

Definition at line 30 of file ps.c.

void wl1251_ps_elp_sleep ( struct wl1251 wl)

Definition at line 56 of file ps.c.

int wl1251_ps_elp_wakeup ( struct wl1251 wl)

Definition at line 66 of file ps.c.

int wl1251_ps_set_mode ( struct wl1251 wl,
enum wl1251_station_mode  mode 
)

Definition at line 107 of file ps.c.