Home
last modified time | relevance | path

Searched refs:enable_ps (Results 1 – 6 of 6) sorted by relevance

/drivers/staging/wfx/
Dsta.c146 static int wfx_get_ps_timeout(struct wfx_vif *wvif, bool *enable_ps) in wfx_get_ps_timeout() argument
151 WARN(!wvif->vif->bss_conf.assoc && enable_ps, in wfx_get_ps_timeout()
161 if (enable_ps) in wfx_get_ps_timeout()
162 *enable_ps = true; in wfx_get_ps_timeout()
170 if (enable_ps) in wfx_get_ps_timeout()
171 *enable_ps = wvif->vif->bss_conf.ps; in wfx_get_ps_timeout()
/drivers/net/wireless/ti/wl12xx/
Ddebugfs.c71 WL12XX_DEBUGFS_FWSTATS_FILE(pwr, enable_ps, "%u");
171 DEBUGFS_FWSTATS_ADD(pwr, enable_ps); in wl12xx_debugfs_add_files()
Dacx.h169 __le16 enable_ps; member
/drivers/net/wireless/ti/wl1251/
Ddebugfs.c153 DEBUGFS_FWSTATS_FILE(pwr, enable_ps, 20, "%u");
293 DEBUGFS_FWSTATS_DEL(pwr, enable_ps); in wl1251_debugfs_delete_files()
392 DEBUGFS_FWSTATS_ADD(pwr, enable_ps); in wl1251_debugfs_add_files()
Dacx.h988 u16 enable_ps; member
/drivers/net/wireless/ath/ath10k/
Dmac.c1922 bool enable_ps; in ath10k_mac_vif_setup_ps() local
1929 enable_ps = arvif->ps; in ath10k_mac_vif_setup_ps()
1931 if (enable_ps && ath10k_mac_num_vifs_started(ar) > 1 && in ath10k_mac_vif_setup_ps()
1936 enable_ps = false; in ath10k_mac_vif_setup_ps()
1946 } else if (enable_ps) { in ath10k_mac_vif_setup_ps()