Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
ps.h File Reference

Go to the source code of this file.

Macros

#define MAX_SW_LPS_SLEEP_INTV   5
 

Functions

bool rtl_ps_set_rf_state (struct ieee80211_hw *hw, enum rf_pwrstate state_toset, u32 changesource)
 
bool rtl_ps_enable_nic (struct ieee80211_hw *hw)
 
bool rtl_ps_disable_nic (struct ieee80211_hw *hw)
 
void rtl_ips_nic_off (struct ieee80211_hw *hw)
 
void rtl_ips_nic_on (struct ieee80211_hw *hw)
 
void rtl_ips_nic_off_wq_callback (void *data)
 
void rtl_lps_enter (struct ieee80211_hw *hw)
 
void rtl_lps_leave (struct ieee80211_hw *hw)
 
void rtl_swlps_beacon (struct ieee80211_hw *hw, void *data, unsigned int len)
 
void rtl_swlps_wq_callback (void *data)
 
void rtl_swlps_rfon_wq_callback (void *data)
 
void rtl_swlps_rf_awake (struct ieee80211_hw *hw)
 
void rtl_swlps_rf_sleep (struct ieee80211_hw *hw)
 

Macro Definition Documentation

#define MAX_SW_LPS_SLEEP_INTV   5

Definition at line 33 of file ps.h.

Function Documentation

void rtl_ips_nic_off ( struct ieee80211_hw hw)

Definition at line 221 of file ps.c.

void rtl_ips_nic_off_wq_callback ( void data)

Definition at line 166 of file ps.c.

void rtl_ips_nic_on ( struct ieee80211_hw hw)

Definition at line 234 of file ps.c.

void rtl_lps_enter ( struct ieee80211_hw hw)

Definition at line 373 of file ps.c.

void rtl_lps_leave ( struct ieee80211_hw hw)

Definition at line 414 of file ps.c.

bool rtl_ps_disable_nic ( struct ieee80211_hw hw)

Definition at line 64 of file ps.c.

bool rtl_ps_enable_nic ( struct ieee80211_hw hw)

Definition at line 35 of file ps.c.

bool rtl_ps_set_rf_state ( struct ieee80211_hw hw,
enum rf_pwrstate  state_toset,
u32  changesource 
)

Definition at line 82 of file ps.c.

void rtl_swlps_beacon ( struct ieee80211_hw hw,
void data,
unsigned int  len 
)

Definition at line 445 of file ps.c.

void rtl_swlps_rf_awake ( struct ieee80211_hw hw)

Definition at line 525 of file ps.c.

void rtl_swlps_rf_sleep ( struct ieee80211_hw hw)

Definition at line 556 of file ps.c.

void rtl_swlps_rfon_wq_callback ( void data)

Definition at line 547 of file ps.c.

void rtl_swlps_wq_callback ( void data)

Definition at line 618 of file ps.c.