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 "ps.h"
#include "io.h"
#include "tx.h"
#include "debug.h"

Go to the source code of this file.

Macros

#define WL1271_WAKEUP_TIMEOUT   500
 
#define ELP_ENTRY_DELAY   30
 

Functions

void wl1271_elp_work (struct work_struct *work)
 
void wl1271_ps_elp_sleep (struct wl1271 *wl)
 
int wl1271_ps_elp_wakeup (struct wl1271 *wl)
 
int wl1271_ps_set_mode (struct wl1271 *wl, struct wl12xx_vif *wlvif, enum wl1271_cmd_ps_mode mode)
 
void wl12xx_ps_link_start (struct wl1271 *wl, struct wl12xx_vif *wlvif, u8 hlid, bool clean_queues)
 
void wl12xx_ps_link_end (struct wl1271 *wl, struct wl12xx_vif *wlvif, u8 hlid)
 

Macro Definition Documentation

#define ELP_ENTRY_DELAY   30

Definition at line 31 of file ps.c.

#define WL1271_WAKEUP_TIMEOUT   500

Definition at line 29 of file ps.c.

Function Documentation

void wl1271_elp_work ( struct work_struct work)

Definition at line 33 of file ps.c.

void wl1271_ps_elp_sleep ( struct wl1271 wl)

Definition at line 80 of file ps.c.

int wl1271_ps_elp_wakeup ( struct wl1271 wl)

Definition at line 106 of file ps.c.

int wl1271_ps_set_mode ( struct wl1271 wl,
struct wl12xx_vif wlvif,
enum wl1271_cmd_ps_mode  mode 
)

Definition at line 176 of file ps.c.

void wl12xx_ps_link_end ( struct wl1271 wl,
struct wl12xx_vif wlvif,
u8  hlid 
)

Definition at line 302 of file ps.c.

void wl12xx_ps_link_start ( struct wl1271 wl,
struct wl12xx_vif wlvif,
u8  hlid,
bool  clean_queues 
)

Definition at line 270 of file ps.c.