Searched refs:enable_ps (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/staging/wfx/ |
A D | sta.c | 153 static int wfx_get_ps_timeout(struct wfx_vif *wvif, bool *enable_ps) in wfx_get_ps_timeout() argument 158 WARN(!wvif->vif->bss_conf.assoc && enable_ps, in wfx_get_ps_timeout() 167 if (enable_ps) in wfx_get_ps_timeout() 168 *enable_ps = false; in wfx_get_ps_timeout() 176 if (enable_ps) in wfx_get_ps_timeout() 177 *enable_ps = true; in wfx_get_ps_timeout() 185 if (enable_ps) in wfx_get_ps_timeout() 186 *enable_ps = wvif->vif->bss_conf.ps; in wfx_get_ps_timeout()
|
/linux/drivers/net/wireless/ti/wl12xx/ |
A D | debugfs.c | 71 WL12XX_DEBUGFS_FWSTATS_FILE(pwr, enable_ps, "%u"); 171 DEBUGFS_FWSTATS_ADD(pwr, enable_ps); in wl12xx_debugfs_add_files()
|
A D | acx.h | 169 __le16 enable_ps; member
|
/linux/drivers/net/wireless/ti/wl1251/ |
A D | debugfs.c | 153 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()
|
A D | acx.h | 988 u16 enable_ps; member
|
/linux/drivers/net/wireless/ath/ath10k/ |
A D | mac.c | 1926 bool enable_ps; in ath10k_mac_vif_setup_ps() local 1933 enable_ps = arvif->ps; in ath10k_mac_vif_setup_ps() 1935 if (enable_ps && ath10k_mac_num_vifs_started(ar) > 1 && in ath10k_mac_vif_setup_ps() 1940 enable_ps = false; in ath10k_mac_vif_setup_ps() 1950 } else if (enable_ps) { in ath10k_mac_vif_setup_ps()
|
Completed in 26 milliseconds