Linux Kernel
3.7.1
|
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) |
void rtl_ips_nic_off | ( | struct ieee80211_hw * | hw | ) |
void rtl_ips_nic_on | ( | struct ieee80211_hw * | hw | ) |
void rtl_lps_enter | ( | struct ieee80211_hw * | hw | ) |
void rtl_lps_leave | ( | struct ieee80211_hw * | hw | ) |
bool rtl_ps_disable_nic | ( | struct ieee80211_hw * | hw | ) |
bool rtl_ps_enable_nic | ( | struct ieee80211_hw * | hw | ) |
bool rtl_ps_set_rf_state | ( | struct ieee80211_hw * | hw, |
enum rf_pwrstate | state_toset, | ||
u32 | changesource | ||
) |
void rtl_swlps_beacon | ( | struct ieee80211_hw * | hw, |
void * | data, | ||
unsigned int | len | ||
) |
void rtl_swlps_rf_awake | ( | struct ieee80211_hw * | hw | ) |
void rtl_swlps_rf_sleep | ( | struct ieee80211_hw * | hw | ) |