diff options
author | Eyal Shapira <eyal@wizery.com> | 2012-01-31 13:57:20 +0400 |
---|---|---|
committer | Luciano Coelho <coelho@ti.com> | 2012-02-15 10:38:31 +0400 |
commit | d6bf9ada92c113e56151b6a993b9b9d5d03f1365 (patch) | |
tree | ed3fb37b10d1ab38cb6ec522031e659b92a45e4c /drivers/net/wireless/wl12xx/conf.h | |
parent | 8332f0f6dc017aef9aa4a95a6a2bd6eba4c82d0a (diff) | |
download | linux-d6bf9ada92c113e56151b6a993b9b9d5d03f1365.tar.xz |
wl12xx: remove PS management code
Removal of PS management code from the driver as PS
is handled by the FW (dynamic PS)
Signed-off-by: Eyal Shapira <eyal@wizery.com>
Signed-off-by: Eliad Peller <eliad@wizery.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 | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/net/wireless/wl12xx/conf.h b/drivers/net/wireless/wl12xx/conf.h index 1bcfb017058d..47cf80f0b036 100644 --- a/drivers/net/wireless/wl12xx/conf.h +++ b/drivers/net/wireless/wl12xx/conf.h @@ -868,13 +868,6 @@ struct conf_conn_settings { u8 ps_poll_threshold; /* - * PS Poll failure recovery ACTIVE period length - * - * Range: u32 (ms) - */ - u32 ps_poll_recovery_period; - - /* * Configuration of signal average weights. */ struct conf_sig_weights sig_weights; |