Searched refs:config_ps (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/net/wireless/ti/wlcore/
H A Dacx.c1567 struct wl1271_acx_config_ps *config_ps; wl12xx_acx_config_ps() local
1572 config_ps = kzalloc(sizeof(*config_ps), GFP_KERNEL); wl12xx_acx_config_ps()
1573 if (!config_ps) { wl12xx_acx_config_ps()
1578 config_ps->exit_retries = wl->conf.conn.psm_exit_retries; wl12xx_acx_config_ps()
1579 config_ps->enter_retries = wl->conf.conn.psm_entry_retries; wl12xx_acx_config_ps()
1580 config_ps->null_data_rate = cpu_to_le32(wlvif->basic_rate); wl12xx_acx_config_ps()
1582 ret = wl1271_cmd_configure(wl, ACX_CONFIG_PS, config_ps, wl12xx_acx_config_ps()
1583 sizeof(*config_ps)); wl12xx_acx_config_ps()
1591 kfree(config_ps); wl12xx_acx_config_ps()

Completed in 74 milliseconds