diff options
author | Shahar Levi <shahar_levi@ti.com> | 2011-06-12 10:34:43 +0300 |
---|---|---|
committer | Luciano Coelho <coelho@ti.com> | 2011-06-27 12:50:33 +0300 |
commit | 0c005048aa3cd3ac7bfdd3c6fcc20ea4f0ab667d (patch) | |
tree | 6f38eff04a8eef84d12e42d67810bda6f8104e0f /drivers/net/wireless/wl12xx/wl12xx.h | |
parent | 86046da4afe068991b77e0a4c4b79b99ad961bda (diff) | |
download | blackbird-op-linux-0c005048aa3cd3ac7bfdd3c6fcc20ea4f0ab667d.tar.gz blackbird-op-linux-0c005048aa3cd3ac7bfdd3c6fcc20ea4f0ab667d.zip |
wl12xx: Add Support for Low Power DRPw (LPD) Mode
The Low Power DRPw (LPD) mode contains several optimizations
that designed to reduce power consumption. The purpose
is to save current consumption in RX and Listen mode.
LPD setting apply only for wl127x AP mode (not wl128x)
Signed-off-by: Shahar Levi <shahar_levi@ti.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 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/net/wireless/wl12xx/wl12xx.h b/drivers/net/wireless/wl12xx/wl12xx.h index 4bc22d8b66f5..8d6c8f258413 100644 --- a/drivers/net/wireless/wl12xx/wl12xx.h +++ b/drivers/net/wireless/wl12xx/wl12xx.h @@ -645,4 +645,10 @@ int wl1271_recalc_rx_streaming(struct wl1271 *wl); /* WL128X requires aggregated packets to be aligned to the SDIO block size */ #define WL12XX_QUIRK_BLOCKSIZE_ALIGNMENT BIT(2) +/* + * WL127X AP mode requires Low Power DRPw (LPD) enable to reduce power + * consumption + */ +#define WL12XX_QUIRK_LPD_MODE BIT(3) + #endif |