diff options
author | Eliad Peller <eliad@wizery.com> | 2011-10-11 11:49:15 +0200 |
---|---|---|
committer | Luciano Coelho <coelho@ti.com> | 2011-10-11 14:04:23 +0200 |
commit | a4e4130dcea01f3e0dfcbfeaf0d815b971e6e515 (patch) | |
tree | bfc84bbad4246630300677ef4b8a9a1098b3a7a7 /drivers/net/wireless/wl12xx/wl12xx.h | |
parent | wl12xx: support multiple vifs in the tx path (diff) | |
download | linux-a4e4130dcea01f3e0dfcbfeaf0d815b971e6e515.tar.xz linux-a4e4130dcea01f3e0dfcbfeaf0d815b971e6e515.zip |
wl12xx: configure sleep_policy according to active roles
If there is an active AP role, stay always on.
Otherwise, allow chip to enter elp.
(Note that this is a global configuration, so if the
device is already configured according to our policy,
we don't have to configure it again)
Signed-off-by: Eliad Peller <eliad@wizery.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
Diffstat (limited to 'drivers/net/wireless/wl12xx/wl12xx.h')
-rw-r--r-- | drivers/net/wireless/wl12xx/wl12xx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/wl12xx/wl12xx.h b/drivers/net/wireless/wl12xx/wl12xx.h index 55561c597ad9..fd78f8c1ebcc 100644 --- a/drivers/net/wireless/wl12xx/wl12xx.h +++ b/drivers/net/wireless/wl12xx/wl12xx.h @@ -395,6 +395,8 @@ struct wl1271 { unsigned long roc_map[BITS_TO_LONGS(WL12XX_MAX_ROLES)]; struct list_head wlvif_list; + u8 sta_count; + u8 ap_count; struct wl1271_acx_mem_map *target_mem_map; |