diff options
author | Eliad Peller <eliad@wizery.com> | 2011-02-02 09:59:34 +0200 |
---|---|---|
committer | Luciano Coelho <coelho@ti.com> | 2011-02-08 22:51:42 -0200 |
commit | ee60833a4f887a09e87be52cdf1247a4963b0aef (patch) | |
tree | 590f3e48b52f3328b90abd1bdc87050817d24699 /drivers/net/wireless/wl12xx/conf.h | |
parent | 3ad97fbcc233a295f2ccc2c6bdeb32323e360a5e (diff) | |
download | talos-obmc-linux-ee60833a4f887a09e87be52cdf1247a4963b0aef.tar.gz talos-obmc-linux-ee60833a4f887a09e87be52cdf1247a4963b0aef.zip |
wl12xx: mcp2.5 - add config_ps acx
mcp2.5 uses this acx to configure the fw only once, rather than
passing the params in every enter psm command.
Signed-off-by: Eliad Peller <eliad@wizery.com>
Reviewed-by: Luciano Coelho <coelho@ti.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
Diffstat (limited to 'drivers/net/wireless/wl12xx/conf.h')
-rw-r--r-- | drivers/net/wireless/wl12xx/conf.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/net/wireless/wl12xx/conf.h b/drivers/net/wireless/wl12xx/conf.h index fd1dac9ab4db..c81aecd755e5 100644 --- a/drivers/net/wireless/wl12xx/conf.h +++ b/drivers/net/wireless/wl12xx/conf.h @@ -960,6 +960,14 @@ struct conf_conn_settings { u8 psm_entry_retries; /* + * Specifies the maximum number of times to try PSM exit if it fails + * (if sending the appropriate null-func message fails.) + * + * Range 0 - 255 + */ + u8 psm_exit_retries; + + /* * Specifies the maximum number of times to try transmit the PSM entry * null-func frame for each PSM entry attempt * |