Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
ps.c File Reference
#include "reg.h"
#include "ps.h"
#include "cmd.h"
#include "io.h"

Go to the source code of this file.

Macros

#define WL1251_WAKEUP_TIMEOUT   100
 
#define ELP_ENTRY_DELAY   5
 

Functions

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

Macro Definition Documentation

#define ELP_ENTRY_DELAY   5

Definition at line 53 of file ps.c.

#define WL1251_WAKEUP_TIMEOUT   100

Definition at line 28 of file ps.c.

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.